summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lethal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-33/+33
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-24/+24
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-32/+32
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+4
* lethalen: hooked up some k053244 register; [Roberto Zandona'] Roberto Zandona2010-08-291-0/+18
* removed obsolete comment Roberto Zandona2010-08-281-2/+0
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+8
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* Cleanups and version bump. Aaron Giles2010-03-111-5/+5
* Implemented default EEPROMs to Bubble Memories, Lethal Enforcers and Puzzle T... Angelo Salese2010-03-071-2/+20
* lethal.c - Verified clocks and vsync from orginal PCB [Corrado Tomaselli] Scott Stone2010-02-071-3/+3
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-64/+83
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+2
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Updated asterix.c, gijoe.c, hornet.c, lethal.c, moo.c, overdriv.c, rungun.c, ... Fabio Priuli2009-12-231-29/+9
* Updated dbz.c, lethal.c, metro.c, rungun.c, tail2nos.c, tmnt.c, ultraman.c, w... Fabio Priuli2009-12-211-47/+93
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-5/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-11/+11
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-3/+3
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-19/+19
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-5/+0
* More device normalization: Aaron Giles2008-12-161-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* Add cpu_reset to MACHINE_RESET Couriersud2008-11-171-0/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-25/+25
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1