summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esd16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor visual correction for the Deluxe 5 game def Brian Troha2011-09-161-1/+1
* new working GAME Brian Troha2011-09-151-3/+3
* esd16.c: Make year match (c) year shown on title screens. - NW Brian Troha2011-09-151-4/+4
* esd16.c: Minor documentation update / correction / clean-up - NW Brian Troha2011-09-141-13/+12
* adds deluxe 5 to esd16.c driver as non working. Brian Troha2011-09-121-13/+86
* description year of release (not year of revision) Michaƫl Banaan Ananas2011-08-231-4/+4
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-8/+8
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+1
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-43/+43
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-12/+12
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* 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-4/+5
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Added DU redumps, not worth Angelo Salese2011-02-021-5/+5
* Adds a PCB layout for the ESD 05-28-99 used by the hedpanico Head Panic set a... Brian Troha2011-01-011-10/+52
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-37/+37
* maintain a little consistency in rom names for the Multi Champ DX sets where ... Brian Troha2010-12-251-9/+9
* New clones added Scott Stone2010-12-251-0/+25
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-20/+12
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-7/+7
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Cleanups and version bump. Aaron Giles2010-03-111-3/+3
* Implemented default EEPROMs to the following drivers [David Haywood] Angelo Salese2010-03-071-0/+9
* Added GAME_SUPPORTS_SAVE flag to exctsccrj2 (no whatsnew) Phil Bennett2010-01-261-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* 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-7/+7
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-23/+23
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-4/+4
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-5/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+8
* Added driver data struct and save states to the following drivers: chinagat.c... Fabio Priuli2009-11-271-90/+106
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* adds dip port location to Multi Champ and clone as well as added support for ... Brian Troha2009-07-291-25/+26
* added PCB location to 4 roms in a Head Panic clone Brian Troha2009-07-251-4/+4
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-18/+18
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-6/+6