- 0 replies
- 1,550 views
- Add Reply
- 0 replies
- 1,530 views
- Add Reply
- 0 replies
- 1,554 views
- Add Reply
AmiArcadia/WinArcadia 7.62 released

WinArcadia 7.62 (Windows): 5 September 2008
AmiArcadia 7.62 (AmigaOS 3): 5 September 2008
AmiArcadia 7.5a (AmigaOS 4): 1 August 2008
AmiArcadia 4.81 (MorphOS): 6 December 2007
AmiArcadia and WinArcadia emulate these Signetics-based machines:
* Emerson Arcadia 2001 console family (Bandai, Emerson, Grandstand, Intervision, Leisure-Vision, Leonardo, MPT-03, Ormatu, Palladium, Poppy, Robdajet, Tele-Fever, Tempest, Tryom, Tunix, etc.) (1982);
* Interton VC 4000 console family (Acetronic, Fountain, Interton, Prinztronic, Rowtron, Voltmace, Waddington, etc.) (c. 1978);
* Elektor TV Games Computer (1979); and
* PIPBUG-based machines (such as the Electronics Australia 77up2 and 78up5, the Signetics Adaptable Board Computer, and the Eurocard 2650) (c. 1977-1978).
Features include: ReAction GUI, load/save snapshots, windowed and full-
screen modes, CPU tracing, trainer, drag and drop support, graphics
scaling, automatic load/save of configuration/game, keyboard/joystick/
gamepad/paddle/mouse/trackball support, autofire, warp mode, gameplay
recording/playback, PAL/NTSC modes, sprite demultiplexing, help windows,
source code, debugger, frame skipping, redefinable keys, save screenshots,
ARexx port, network play, real-time monitor, locale support, game
selection sidebar, text-to-speech, printer output, undithering, support
for ZIPped games.
The supported languages are currently English, French, German and Italian.
AmiArcadia is open source freeware. The source code was compiled using
SAS/C 6.58. It was written by James Jacobs of Amigan Software.
http://amigan.1emu.net/releases/
http://amigan.classicgaming.gamespy.com/
Changes since 7.61:
* Miscellaneous improvements and bug fixes, as follows:
* aa: merged samir's latest changes.
* aa: localized key names.
* fixed: pipbug: bad handling of caps lock.
* rewrote controllers subsystem (includes: fixed relevant bugs).
* wa: if we sense joysticks attached, we now default to them.
* pipbug: CHIN emulation routine is now page-aware.
* rewrote stepping and "run to end of subroutine" code (includes: fixed relevant bugs).
* SYS as a synonym for SYSTEM in debugger CLI.
* wa: fixed: emulator was sometimes thinking Ctrl is being held when it was not.
* wa: fixed: it was starting asl requesters in the wrong directory.
* arcadia: Alien Invaders no longer uses autofire.
* pipbug: fixed wrong memory map assignment.
uBee512 2.8.0 released

Microbee emulator
3 September 2008 - SJK----------------------
uBee512 v2.8.0
New for this release:
* SDL video rendering has seen some major changes, SW and HW video surfaces are now supported along with 8, 8gs (grey scale), 16 and 32 bits per pixel modes.
* Added --video-type option to select SW and HW video rendering modes.
* Added --video-depth option to select the colour depth.
* Added --mouse-wheel option to associate actions for wheel scroll events. The default action controls the volume level.
* Added --lockfix-win32 and --lockfix-x11 options. These allow the LOCK key work around code to be enabled or disabled for Win32 and x11 systems. (see changes below)
* Added mapping of joystick buttons to commands. Allows the joystick to pause emulation, switch full screen mode, etc. Used in the games.ini.sample file.
* Added --js-clist option to list the commands available for mapping to a joystick.
* Added --lcons option to set the list start point for --lcon and --lconw.
* Added uBee512 API functions to access arrays of strings set with --file-list and --file-list-q options.
* Added --gui-persist option to set persist times in milliseconds for values that appear on the status line.
* Added EMUKEY+UP and EMUKEY+DOWN volume control hot keys with the volume level displayed on the status line as a persist value '[vol nn%]'
* Added EMUKEY+P emulator pause hot key toggle and status display '[PAUSED]' when the emulator is paused.
* Added command repeat for EMUKEY and joystick activated commands when keys and buttons are held down.
* Added --cmd-repeat1 and --cmd-repeat2 options to set command repeat delays for EMUKEY and joystick activated commands.
* Added emulation of the RTC_A_UIP bit and implemented the Periodical interrupt for all 16 divider rates to the RTC module.
* Added display of '[DEBUG]' to status line when emulator is in debug mode.
* Added +vol argument parameter to --status options to always display.
Changes:
* The existing LOCK key fix code is now able to be enabled or disabled for Win32 and x11 systems. The Win32 defaults to enabled (as before). x11 now defaults to disabled. It appears as if x11 is set up differently between implementations for how the LOCK key should return the status value. If the lock key no longer operates as expected under x11 then try enabling the old work around code with --lockfix-x11=on.
* Standard colour model PROM (IC 7) values are now used.
* Changed the default colour monitor type to RGBrgb for standard colour.
* More host CPU time saved that should further improve sound quality.
* Writing to video memory now checks if the current and new values are different, no rewriting of the same data results in reduced host CPU time.
* Reduced overhead time for Alpha+ models when flashing video attributes are not enabled.
* Linux default frame rate changed to 50 FPS. Performance is very good.
* Modified --file-list and --file-list-q options to allow repeated use to build up an array of file strings for CP/M application use.
* New version of UBSCRIPT.COM (v1.1.0) takes advantage of the modified --file-list options. This now allows ample capability to upload all the required files for a CP/M application.
* New version of HOST2CPM.COM (v1.2.0) copies files to the host system using lower case file names. Upper case can be forced by appending a '-U' switch.
* Added joystick settings to all games in games.ini.sample where practical and made changes to the documentation, revised and fixed many of the game entries using the improved --files-list option.
* Changed --snd-volume, --vol to now take a percentage integer value. Default is now set to 15%.
* Changes to icon BMP format to allow RGB and RGBA pixel data.
* Improvements made to the RTC emulation module.
* Changed --js-kset option to now also be the current joystick key set.
* Debug stepping now has reduced host CPU time when not doing anything.
* Removed the 'use_audio' conditional compilation. Is always built in now.
Fixed:
* Standard BG colour intensity was not updating after a write to the colour port in vdu_colcont_w() function.
* Fixed --col-type option to set the colour type only if emulating a non-alpha+ model.
* Fixed standard colour bit order for background colours to convert from RGBrgb to BGRbgr order.
* rtc_poll() was not being called in pio_polling() function unless modelx.piob7 == MODPB7_RTC. The RTC is now polled if RTC emulation is enabled so that the RTC registers are kept updated.
* New version of UBSCRIPT.COM fixes a key issue in MW BASIC when starting a MWB program from the command line. This was making BASIC programs not return the correct result on the first key check and causing help screens, etc. to be skipped. (This appears to be a bug in MW BASIC)
>> Get it HERE.
C+4 "Forever?" Emulator v1.42 released
RockNES 5.00 beta 13 released

NES emulator
What's new for version 5.00 beta 13 (09/01/2008)------------------------------------------------
- Fixed mapper 13 (Videomation).
- SaveRAM 6000h-7FFFh reset with 00h instead of FFh (mapper 16).
- Improved Game Genie support, still partial.
- Reduced the volume level when in stereo mode.
- General minor fixes and more minor GUI improvements.
>> Get it HERE.