summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m52.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+3
* readded mranger, it was deemed insignificant and removed in 0.37b13 Michaël Banaan Ananas2012-10-201-3/+38
* Re: "I don't think Kyle Hodgetts' name needs to be in the manufacturer info a... Michaël Banaan Ananas2012-10-051-4/+1
* before we forget: psurge developer info, from Stiletto Michaël Banaan Ananas2012-10-021-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* Several more driver regression fixes. Aaron Giles2012-04-151-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+6
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-13/+13
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-6/+6
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-17/+17
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-11/+11
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-16/+16
* From: Atari Ace <atari_ace@frontier.com> Aaron Giles2010-11-151-10/+11
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-9/+5
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-2/+2
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* removed include of non existant irem.h smf-2009-11-181-1/+0
* Added save state support and driver data struct to m10.c, m14.c, m52.c, m57.c... Fabio Priuli2009-11-181-8/+24
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-15/+15
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-10/+10
* Region classes go bye-bye. Aaron Giles2008-07-281-24/+24
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-29/+29
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Added discrete mixing and filtering to irem games using m52-sound-c boards: m... Couriersud2008-04-251-1/+1
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-4/+4
* Fix: 01019: Various Drivers: List of drivers with sound clipping Zsolt Vasvari2008-03-161-6/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-6/+6
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Cleanups and version bump for 0.123u2.mame0123u2 Aaron Giles2008-02-211-22/+22
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+1
* Fixed Dip Switches (especially coinage) and inputs for 'mpatrol' and 'troangl... stephh2008-02-171-114/+160