summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/adp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-24/+24
* 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-43/+43
* NEW CLONE NOT WORKING Scott Stone2011-03-301-0/+16
* BIG update. Aaron Giles2011-03-291-64/+64
* 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-2/+2
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-16/+16
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+7
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-3/+3
* running_device -> device_t Aaron Giles2010-12-311-7/+7
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-70/+70
* 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-24/+12
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-10/+11
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* 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
* Fix for MT03739 backgamn: Access Violation after OK Fabio Priuli2010-02-211-0/+3
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-16/+16
* hooked up coin input and start input in skattv Roberto Zandona2010-02-071-15/+23
* hooked up (with a hack) gfx rom in hd63484 memory map Roberto Zandona2010-02-071-43/+60
* Some clean-ups... :) Roberto Fresca2010-01-261-3/+4
* Converted HD63484 ACRTC to be device. [Fabio Priuli] Roberto Fresca2010-01-261-43/+64
* 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
* new not working Angelo Salese2010-01-041-0/+32
* Implemented RAMDAC for Fun Land Deluxe Angelo Salese2009-12-291-2/+42
* Improved Backgammon memory map Angelo Salese2009-12-291-8/+11
* Fixed some minor quirks in the adp driver Angelo Salese2009-12-291-21/+35
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-1/+4
* Removed some rogue occurrences of 'x1snd' resulting from device tag mass-change Phil Bennett2009-11-201-2/+2
* Added driver_data struct to adp.c, albazc.c and arabian.c Fabio Priuli2009-11-181-36/+62
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-9/+9
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-26/+26
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-1/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Lowered the ay volumes, my ears thanks... Angelo Salese2009-05-081-5/+3
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Replaced a few CPU numbers with corresponding tags Fabio Priuli2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-8/+8
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+6
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-24/+24
* adp: implemented p1 inputs in skattv and fashiong (service mode is working) Roberto Zandona2009-01-211-23/+121
* adp: input in fashiong (code in progress) Roberto Zandona2009-01-211-135/+27