summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4enraya.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implemented PAL-like prom read-back in 4 En Raya [Angelo Salese] Angelo Salese2011-04-111-9/+80
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-9/+9
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Appendix of the previous fix, not worth Angelo Salese2010-10-191-1/+5
* Removed deprecat.h usage and did some minor clean-ups to the 4enraya driver [... Angelo Salese2010-10-191-9/+17
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Added driver_data struct to 4enraya.c Fabio Priuli2009-11-181-17/+28
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-8/+3
* Audited and added GAME_SUPPORTS_SAVE to 4enraya [MooglyGuy] Ryan Holtz2009-01-031-1/+7
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-7/+7
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+2
* Merged memory maps. Aaron Giles2008-02-261-16/+6
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+2
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+216