summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/groundfx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-12/+12
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-20/+20
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* 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-2/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-2/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* From: Atari Ace Aaron Giles2011-02-031-15/+18
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-17/+17
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-4/+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-3/+3
* Kill cpu_get_sp(). Aaron Giles2010-07-021-5/+7
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-1/+1
* Rename taiicdev.* -> taitoic.* Aaron Giles2009-12-301-1/+1
* Taito wip: Fabio Priuli2009-12-281-5/+28
* 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/+1
* Fixed recent regression reports. Aaron Giles2009-12-231-1/+1
* EEPROM device now looks for a matching memory region to fetch the Aaron Giles2009-12-231-14/+4
* Some misc cleanups: Aaron Giles2009-12-151-10/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Hooked up eepromdev.c using PORT_READ_LINE_DEVICE/PORT_WRITE_LINE_DEVICE in g... smf-2009-11-241-11/+9
* Added save states to astrocorp.c. Also updated the driver to use EEPROM device. Fabio Priuli2009-11-231-19/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* number-to-tag conversions in CPU calls for most of drivers starting with 'G' Fabio Priuli2009-05-021-2/+2
* Memory maps merges for the following drivers: Angelo Salese2009-04-261-36/+22
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Removed globals from cpuexec. Aaron Giles2008-11-251-1/+1
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1