0.93 [Mariusz Wojcieszek]
WIP:
- 0.165: Reduced tagmap lookups and read_safe usage and minor cleanups (includes\amiga.h, machine\amiga.c and video\amiga.c) [Wilbert Pol].
- 0.163: Improved Ensoniq 5503DOC Swap Mode. If one oscillator is in swap mode, its partner should be treated as being in swap mode, even if it is set to one shot. This behavior is undocumented in literature from Ensoniq, but exploited by software developers. This change allows Ninjaforce's NinjaTracker to correctly play looped instruments [NJRoadfan].
- 0.155: Osso fixed Moonquake crashed shortly after start.
- 0.154: Big Amiga cleanup and reorganizaton. Lots of work still to do [Dirk Best]. Added 2x MOS8520 (715909 Hz) CPU2/3. Changed visible area to 724x483 and VSync to 59.940052 Hz.
- 0.153: Added notes and NO_DUMP placeholder for I/O MCU [Phil Bennett]. Fixed old copy/paste error in machine\amiga.c. Added a pair of functions from MESS Amiga to the driver class (includes\amiga.h) [Osso].
- 0.150: Modernized the Amiga sound device [Osso].
- 0.148u3: Start to modernize Amiga driver [David Haywood].
- 0.148u1: Thinking about it these must be hashlookups too (Amiga tagmap cleanup), we were converting the param to a char* string and passing it to ioport() [David Haywood].
- 0.148: Added preliminary artwork LEDs for Commodore Amiga (open to suggestions) (mess\layout\amiga.lay, machine\amigafdc.c, drivers\amiga.c). Added LOF bit in Amiga emulation, used by Twintris to boot (machine\amiga.c). Added ADKCONR hook-up (machine\amigafdc.c/h), fixes at least sound in Ocean's Beach Volley. Log DSKDAT / DSKDATR (machine\amigafdc.c) [Angelo Salese].
- 0.147u4: Make the number of ES5503 output channels configurable [O. Galibert]. Added preliminary artwork LEDs for Commodore Amiga (open to suggestions) (mess\layout\amiga.lay, machine\amigafdc.c, drivers\amiga.c). Added LOF bit in Amiga emulation, used by Twintris to boot (machine\amiga.c). Fixed cia_1 clocks, makes North & South and Fred happy. Added a note regarding disk swapping [Angelo Salese].
- 0.147u1: Curt Coder implemented a nearly cycle-exact "old" MOS6526 CIA, which passes most of the Lorenz/VICE CIA tests.
- 0.147: Preserve ES5503 phase when oscillators loop. Fixed IRQ timing error introduced when I did the device conversion [R. Belmont].
- 0.145: R. Belmont cleared all ES5503 oscillator params on reset. This fixed Moonquake exception in debug build. Note: I couldn't reproduce the crash reported under any build on any OS, but Valgrind indicated out-of-bounds reads without this change and none with it.
- 0.143u5: Converted ES5503 to modern device, improved IRQ timing [R. Belmont].
- 0.143u3: smf fixed Moonquake crash before OK.
- 0.142u2: Properly mask ES5503 oscillator enable bits when setting [R. Belmont].
- 0.141u3: Amiga fixes [Roberto Zandona]: Removed additional 2 cycles, in move operation, for non-Agnus registers. Set to #0 the start cycle in the copper operation.
- 0.139u4: Atari Ace converted Amiga drivers to use driver_devices. Merged common code between legacy Amiga and AGA video systems.
- 0.136u2: Curt Coder refactored the CIA 6526 interface, adding SP/CNT callbacks. Fixed serial transfer.
- 0.135u4: Curt Coder fixed CIA6526 FLAG handling and slight interface cleanup.
- 0.134: Roberto Zandona fixed 6526 CIA PRA, PRB, DDRA and DDRB ports and added partial fix to 6526 CIA timer: Avoid timer's desync in read count operation.
- 0.133u5: Roberto Zandona added different TOD implementation for CIA6526 and CIA8520.
- 0.131u4: Changed name 'Amiga Custom' to 'Amiga Paula'.
- 0.129u5: Dirk Best added support for the /PC output pin to the CIA emulation.
- 0.129u4: Nathan Woods changed 6526cia to use DEVCB.
- 0.129u1: Nathan Woods added a validity check to the 6526 CIA emulation.
- 0.128u7: Nathan Woods added running_machine callbacks for the Amiga code.
- 0.128u5: Made the 6526/8520 CIA implementations be devices [Nathan Woods]: Added differentiation between the r1 and r2 versions of the 6526; not acting on it yet.
- 0.125u1: Roberto Zandona added feature to the cia6526: In READ operation the value can be forced by a external circuit; this feature is necessary for MESS.
- 0.123u4: Zsolt Vasvari converted Amiga based games to partial updating and proper scanline based timers.
- 0.122u4: Updated Amiga driver to use formal XTALs [Dirk Best].
- 0.121u1: Nathan Woods added an API to access the current amiga_machine_interface.
- 0.118u5: Amiga updates [Ernesto Corvi]: Systems with the AGA chipset no longer connect bit 0 of the CIA that was previously connected to the Overlay pin not connected. Made BLTDDAT return it's value. This is a readable register which we were not handling. Initialized the SERDATR register upon reset to reflect that the transfer buffer/shift reg is empty.
- 0.118u4: Amiga updates [Erneso Corvi]: Implemented ECS-Only BLTCON0L register. Modified the amiga_interface structure to add a NMI callback and a flags variable. Added AGA chipmem mask definition. Added 32 bit data bus support to chipram. It's automatically used if the chipset is AGA. Added clock chip constants in machine\amiga.h for 68k PAL and NTSC, and 68EC00 NTSC. Updates drivers to use those constants. Added convenience macros to determine wether we're running with an ECS chipset, AGA chipset, or 'ECS or AGA chipset'. Changed autoconfig reads to return 0x0000 instead of 0xffff. Fixed MSB value timer reads on the 8520 cia. We were previously only updating the count for the timer when the LSB value was read.
- 0.118u3: Amiga system updates [Ernesto Corvi]: Implemented the ECS-only BLTSIZV and BLTSIZH custom registers, and modified BLTSIZE and the blitter to use them. Properly implemented the bit in VPOSR that indicates if we're running on a PAL or NTSC Amiga. Atari Ace added new AM_READ_PORT() macro which lets you define an input port read callback based on a port tag. This is now preferred over the previous technique of calling port_tag_to_handler() within an AM_READ() macro. Updated Moonquake that uses the latter pattern to the new system.
- 0.117: Peter Rittwage reverted patch to the 6526CIA as it was causing issues with Amiga/Arcadia emulation.
- 0.115u3: Peter Rittwage fixed bit calculation in 6526cia.c which broke joysticks in the MESS C64 driver.
- 0.114: R. Belmont made behavior of ES5503 IRQ status register more accurate.
- 0.113u4: ES5503 updates [R. Belmont]: Major fixes to IRQ semantics and end-of-sample handling. Sample memory now configurable. Added state save support. Calculates output rate properly based on the input clock. Hooked up properly to Moonquake.
- 0.113u3: ES5503 improvements [R. Belmont]: Fixed extraneous click at end of samples. Improved timing behavior. Fixes music tempo in many Apple IIgs apps and games in MESS.
- 0.113u2: Changed VSync to 59.997000 Hz.
- 0.111u6: Ernesto Corvi fixed the data fetch and scrolling calculation for almost all video modes in the Amiga driver.
- 0.111u5: Nathan Woods updated the Amiga video driver to use the new BITMAP_ADDR* macros instead of using the line[] array.
- 0.111u4: Ernesto Corvi fixed system time counters in the Amiga code.
- 0.111u3: Another Amiga update [Ernesto Corvi]: Fixed blitter in line mode. Modified Copper to run on odd memory bus cycles. Fixed screen delay offset when display data fetch is not word aligned.
- 0.111u2: Amiga core system updates [Ernesto Corvi]: Updated 6526/8520 CIA to be able to set the value of the SP pin. This is needed to emulate the Amiga keyboard. Updated the custom chips emulation to delay for about 24 cycles the issuing of interrupts after a write to INTENA or INTREQ. Fixed a bug where if INTREQ got cleared programatically, it would 'forget' about pending CIA interrupts, causing the CIA to stop sending further interrupts. Fixed the interrupt delay logic. Now it properly delays firing the irqs, not the masking/disabling. Fixed return value for unused/invalid custom registers reads. Added Denise ID custom register to properly identify OCS, ECS and AGA. Added reset to custom, autoconfig and cia when a RESET opcode is found. Resetting the custom chips will now clear INTENA, preventing further interrupts. Fixed a bug in the RBF interrupt request code check. Fixed a bug on the 6526/8520 CIA that prevented chained counters from working. Added support for the 'blitter-nasty' bit on the blitter. Fixes many games that displayed wrong graphics.
- 0.111u1: Ernesto Corvi reimplemented one-shot timer modes in the 6526 CIA (Amiga) emulation.
- 0.110u5: Aaron Giles added serial in/out support to the Amiga hardware. Added hooks for output pins and light pen positioning. Also fixed the horrible static at startup in the debug build.
- 0.109u2: Nathan Woods improved timer accuracy and added save state support to the 6526 CIA module.
- 0.109: R. Belmont fixed ES5503 behavior for voice volumes > 127 (cures missing sounds/music notes in several Apple IIgs demos and games).
- 0.107u2: Nathan Woods implemented CNT pin and some serial features of the 6526 CIA chip.
- 0.105u5: Dirk Best added some Amiga enhancements needed for MESS Amiga and CDTV drivers.
- 0.105u3: More Amiga cleanups [Aaron Giles]: Fixed dual playfield mode. Rewrote blitter code (fixes glitches in ar_bowl and others). Changed Arcadia boot loading to use ROMtags instead of autoconfig. Swapped to Kickstart 1.2 in for Arcadia BIOS. Nathan Woods refactored the 8530 CIA code from the Amiga into a separate module and made it support both the 6526 and 8530 variants. ES5503 emulation [R. Belmont]. Added ES5503 (7159090 Hz) sound. Fixed input. Added dipswitches 'SWx.x', 'I/O SWxx' and 'Service Mode'.
- 0.105u2: More Amiga/Arcadia system updates [Aaron Giles]: Rewrote autoconfig system to be more generically useful. Cleaned up/rewrote the CIA emulation to be more complete. Added dual playfield and sprite priority support. Added collision detection support. Tweaked COPPER timing to fix scores on Fast Break. Shuffled the BIOSes so that the newer version is the default. Changed input to 4 Players and 4x buttons. Changed VSync to 59.997002 Hz.
- 16th March 2005: R. Belmont - I submitted first-pass working ES5503 emulation to MESS for their now-in-CVS Apple IIgs driver.
- 0.93: Mariusz Wojcieszek added Moonquake (Sente 1987).
Recommended Games (Moon):
Lunar Lander
Lunar Rescue
Moonwar
Moon Patrol
Seicross
Horizon
Mag Max
Moonquake