- 0 replies
- 1,342 views
- Add Reply
- 0 replies
- 1,249 views
- Add Reply
- 0 replies
- 1,555 views
- Add Reply
Mini vMac 3.0.3 beta released

Macintosh Plus emulator
September 6, 2007
There is now a Mini vMac 3.0.3 beta. Beta means no new features will be added before the official release, which will hopefully be soon. Many more features could be added, but it has been too long since the last official release.
There aren’t too many changes in the default compile since the last alpha. The main one being that by default, the Macintosh versions of Mini vMac will not claim ownership to disk image and ROM image files. So double clicking on disk images will not launch Mini vMac. This is because when you have lots of copies of Mini vMac around, all of which claim ownership of disk images, it is unpredictable what happens when you double click on one, making the feature useless. Instead there is a compile time option, -im 1, to make Mini vMac claim ownership as has been done previously. You can then make sure to have only one copy of Mini vMac compiled this way on your computer.
The Windows version also will now claim to own disk image and ROM image files when compiled with '-im 1'. This feature had been removed from Mini vMac as of version 1.0, to avoid potential conflicts with other programs.
The Windows and Linux version will now attempt to do character set translation when importing and exporting the clipboard, and for the names of imported and exported files. The Windows version will now removed illegal characters from the default name for exported files (the Linux version already did this).
Most of what is new in Mini vMac 3.0.3 are compile time options, such as -bg, -speed, -no-asm, and -min-extn.
As previously mentioned, the optional sound in the the Linux version may now be more reliable.
>> Get it HERE.
iDeaS 1.0.1.8a released
AmiArcadia/WinArcadia 4.54 released

Multi-system emulator
AmiArcadia emulates the Emerson Arcadia 2001 (Bandai, Emerson, Grandstand,Intervision, Leisure-Vision, Leonardo, MPT-03, Ormatu, Palladium, Poppy,
Robdajet, Tele-Fever, Tempest, Tryom, Tunix, etc.) and Interton VC 4000
(Acetronic, Fountain, Interton, Prinztronic, Rowtron, Voltmace,
Waddington, etc.) console families, and the Elektor TV Games Computer.
Features include: ReAction GUI, load/save snapshots, windowed and full-
screen modes, CPU tracing, trainer, drag and drop support, iconification,
graphics scaling, automatic load/save of configuration, keyboard/joystick/
gamepad support, BIOS image not needed, autofire, warp mode, raster-based
emulation, gameplay recording/playback, PAL/NTSC modes, demultiplexing,
autosave, narrow mode, help window, source code, flag line emulation
toggle, debugger, frame skipping.
http://amigan.1emu.net/releases/
http://amigan.classicgaming.gamespy.com/
Changes since 4.53:
. Elektor TV Games Computer: improved compatibility (fixes 06-1-PicturePattern.pgm).
. Miscellaneous improvements and bug fixes.
>> Download from the links above.
Gambatte 0.2.0 released

Gameboy emulator
Release Name: 0.2.0
Notes:
This update contains a few important core emulation fixes, and adds support for joysticks and zip-compressed files.
It also contains some general bug-fixes and corrections all over the map.
Thanks to everyone who's either contributed code or notified me of problems. See the changelog for more
details.
--------------------------------------------------------------------------------
Changes:
libgambatte:
- fix 64-bit compile and segfault. Thanks to Nach for noticing.
- Add zip support. Thanks to Nach for contributing nice, clear code
- fix sound ch4 frequency calculation
- Several PPU reads timings depend on wx. Thanks to franpa for noticing the corrupt line in The LoZ: Oracle of Seasons.
- remove unused doubleSpeed parameter from m3ExtraCycles call
gambatte_sdl:
- Thread safety, bigger sound buffer
- Compile on more platforms. Thanks to Thristian for the find.
- actually increment iterator so the loop makes some sense (parser.cpp)
gambatte_qt:
- fix 64-bit compile. Thanks to Nach.
- better license info for x11getprocaddress.cpp
- initial joystick support, mostly using SDL's joystick code (separated from the rest of SDL)
- use binary search for gb inputs.
all:
- make sure to use std:: despite sloppy compilers allowing omission. Thanks to blargg for the reminder.
- get rid of some valgrind warnings. Thanks to Nach for noticing.
hwtests:
- add tests for wx effects on PPU read timings.
build:
- add -Wextra to default compile flags
doc:
- mention optional zlib dependency
- additions to thanks section