summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/looping.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-32/+32
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-31/+31
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-8/+14
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-30/+30
* 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-3/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-13/+14
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Gesellschaft mit beschränkter Haftung Michaël Banaan Ananas2010-06-191-3/+3
* new clones Angelo Salese2010-06-181-5/+40
* Added a readyq callback to the TMS5220 interface. This is needed to solve MT ... Couriersud2010-05-241-1/+2
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* Changed irq callback to be of type devcb_write_line Couriersud2009-09-211-3/+3
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-1/+1
* Bye bye 5220intf.* Aaron Giles2009-08-191-1/+1
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-12/+12
* looping: some improvement to mcu support Roberto Zandona2009-08-091-6/+6
* looping: preliminary mcu support Roberto Zandona2009-08-091-22/+36
* looping: fix mcu rom region in clone set Roberto Zandona2009-08-091-2/+5
* looping: modified the cop420 rom region Roberto Zandona2009-08-091-7/+43
* Fixed: 03376: All Sets with Rev 1 Sound Board in gottlieb.c: Access Violation... Scott Stone2009-08-061-0/+5
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-7/+6
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-10/+10
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-20/+20
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12