
Download the last version of the Official MAME Emulator..
What’s new:
Source Changes
————–
Removed deprecat.h usage for the following drivers: [Angelo Salese]
- galpanic.c, gradius3.c, halleys.c, hexion.c
Inputs from the scratch for Champion Poker (v100) [Roberto Fresca]
Cleaned-up protection simulation in Yam Yam!? [Angelo Salese]
Implemented an almost complete Konami k053252 device emulation, adds
accurate refresh rate timings and irq acks to many mid-90-era Konami
games [Angelo Salese, O.Galibert]
Various changes for PSX HW [smf]
- Modernised internal memory map;
- MDEC is now an internal device of the PlayStation CPU;
- Root counter & Serial I/O converted to internal CPU devices;
- Moved PlayStation IRQ code to sub device of the CPU;
Switch input ports to use function-based constructors instead of
tokens. Remove the old tokenizing helpers. Add basic classes for
ports, fields, settings, and dip locations as a first step. These will
be fully cleaned up later. Added machine() method to field to hide all
the necessary indirection. Changed custom/changed handlers into
generic read/write handlers, and added wrappers to convert them to
device read/write lines. [Aaron Giles]
