summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolith.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-4/+4
* BIG update. Aaron Giles2011-03-291-18/+18
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* 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-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-6/+8
* New Clones Scott Stone2011-02-031-3/+42
* new working game Angelo Salese2011-01-081-0/+41
* 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-18/+18
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-7/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+6
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-5/+0
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+4
* New clone added: Iron Fortress (Japan) Brian Troha2010-04-101-16/+57
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* 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
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Changed occurrences of device label "cpu" to "maincpu" to comply to stated gu... Scott Stone2009-12-051-22/+22
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* converted the following drivers to use EEPROM device: deco156.c, eolith.c, eo... Fabio Priuli2009-11-251-19/+15
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-5/+5
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Cleanups and version bump.mame0130u2 Aaron Giles2009-03-281-12/+12
* I forgot to remove the port service button which is not used by Iron Fortress Pierpaolo Prazzoli2009-03-251-11/+11
* remove unneeded statement.... dips have been added by Reip Brian Troha2009-03-241-1/+0
* Added dipswitches and speedup to Iron Fortress Pierpaolo Prazzoli2009-03-241-1/+55
* tiny documentation fix for the recent Iron Fortress addition Brian Troha2009-03-221-2/+2
* New game added Brian Troha2009-03-221-0/+92
* New working game: Pierpaolo Prazzoli2009-03-211-12/+43
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-191-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-74/+74