summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spool99.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-5/+8
* 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-19/+19
* BIG update. Aaron Giles2011-03-291-36/+36
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-2/+2
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* 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-8/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+10
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Cleanups and version bump.mame0138u1 Aaron Giles2010-05-271-2/+2
* Added photo y2k2 decryption table [iq132] Angelo Salese2010-05-201-6/+79
* 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
* Converted the following drivers to use driver_data structs: [Atari Ace] Phil Bennett2010-01-251-16/+34
* 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
* 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
* Convert remaining users of old eeprom_ device to eepromdev_ Aaron Giles2009-12-271-12/+12
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-6/+8
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-7/+7
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-6/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* 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-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Cleanups and version bump. Aaron Giles2008-12-151-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Fixed visible area in Super Pool 99 driver. Angelo Salese2008-12-101-9/+11
* Wrote a driver for Super Pool 99 (versions 0.36 & 0.31),working with small pr... Angelo Salese2008-12-101-0/+330