summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m79amb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-27/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+5
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-2/+2
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-6/+8
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-18/+19
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-7/+7
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-12/+12
* BIG update. Aaron Giles2011-03-291-10/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-14/+14
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+9
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* minor companyname cleanups Michaël Banaan Ananas2010-05-231-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-6/+6
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* es5506.c: added save state to both ES5505 and ES5506 [Fabio Priuli] Fabio Priuli2010-02-201-75/+99
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* added crosshairs Michaël Banaan Ananas2009-08-241-13/+71
* typo fix Michaël Banaan Ananas2009-08-191-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* M79-Ambush - Added Discrete sounds, fixed DIPs and added Self Test Lamp Output. Derrick Renaud2009-02-261-16/+36
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-16/+1