summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simpsons.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-8/+8
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-11/+11
* BIG update. Aaron Giles2011-03-291-12/+12
* 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-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* 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-6/+6
* fixed MT bug 02878 Michaƫl Banaan Ananas2010-05-131-1/+1
* Cleanups and version bump. Aaron Giles2010-03-111-6/+6
* Implemented default EEPROMs to the following drivers [David Haywood] Angelo Salese2010-03-071-3/+21
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-41/+44
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* 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-8/+8
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* 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-6/+19
* Converted eeprom to eeprom device in simpsons and plygonet. Aaron Giles2009-12-221-2/+16
* Made machine->gfx[num] choice (when starting Konami devices), independent of ... Fabio Priuli2009-12-181-2/+2
* Improved a few Konami device interfaces, moved most rom deinterleaving to DEV... Fabio Priuli2009-12-181-23/+44
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-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
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-4/+4
* Konami inputs improvements: Fabio Priuli2009-04-011-80/+25
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Typo fixed in Simpsons readme. Andrew Gardner2008-08-251-1/+1
* Adds readme for The Simpsons. Andrew Gardner2008-08-251-0/+58
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-12/+12
* Region classes go bye-bye. Aaron Giles2008-07-281-30/+30
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-38/+32
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2