summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/r2dtank.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-4/+4
* 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
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-9/+9
* 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-27/+27
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-22/+22
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-31/+46
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-21/+21
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* 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-2/+2
* Fix compile (no whatsnew) Miodrag Milanovic2010-08-231-1/+1
* Improved PIA6821 interface. (no whatsnew) Curt Coder2010-07-161-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-6/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-3/+3
* Cleanups and version bump. Aaron Giles2009-03-051-1/+1
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-7/+7
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-13/+13
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-45/+51
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-36/+14
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-5/+2
* Removed safe_cpu_get_pc() which doesn't really make sense anymore. Aaron Giles2008-12-111-12/+12
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-1/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-25/+25
* Renamed M6802_IRQ_LINE to M6800_IRQ_LINE Couriersud2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-12/+12
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-1/+1
* Changed 74123 into a device Couriersud2008-11-021-9/+10
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-1/+1
* Fixed includes of rescap.h. Aaron Giles2008-08-141-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-2/+2
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-4/+4
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-1/+0