summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelco3d.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+14
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-86/+86
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-16/+16
* BIG update. Aaron Giles2011-03-291-45/+45
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-102/+105
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-3/+3
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-4/+4
* Added serial interface to gaelco3d hardware. In machine/gaelco3d there are in... Couriersud2011-01-211-36/+71
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-40/+40
* Convert ADSP21xx core to a modern CPU device. Aaron Giles2010-09-091-3/+3
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-1/+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-5/+4
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-6/+6
* Some more cases to directly access the state interface instead of using the old Aaron Giles2010-07-021-10/+12
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+15
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-3/+3
* 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-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Converted gaelco3d.c to use eeprom device code. This fixes the regression rep... Fabio Priuli2009-12-231-19/+20
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* 2nd batch of initialization cleanups. Aaron Giles2009-12-211-23/+27
* 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-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Added define LOG to enable/disable calling logerror Couriersud2009-08-141-15/+36
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-5/+5
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-8/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* number-to-tag conversions in CPU calls for most of drivers starting with 'G' Fabio Priuli2009-05-021-9/+9
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Remaining regressions. Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+14
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1