summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gameplan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-25/+25
* BIG update. Aaron Giles2011-03-291-16/+16
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* misc companyname cleanups/consitencies Michaƫl Banaan Ananas2011-03-091-8/+8
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER Aaron Giles2010-09-111-6/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+8
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+2
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Fix for MT03567: trvquest: Access Violation after OK Fabio Priuli2009-12-111-0/+2
* Added save states and driver data struct to the following drivers: fromance.c... Fabio Priuli2009-12-091-38/+40
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-7/+7
* Converted 6532riot to devcb interfaces Couriersud2009-09-221-8/+8
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* number-to-tag conversions in CPU calls for most of drivers starting with 'G' Fabio Priuli2009-05-021-3/+3
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-6/+6
* - I attempted to verify and simpliy the DIPs in an effort to add LOCATIONS Aaron Giles2009-03-271-355/+199
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-12/+12
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-20/+20
* Ok, this is The Big One. Aaron Giles2009-02-111-8/+8
* Made the 6522 VIA implementation use devcb Nathan Woods2009-02-041-17/+10
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed the 6522 VIA implementation to be a device Nathan Woods2008-12-141-23/+34
* 6522 interface cleanups Nathan Woods2008-12-131-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* Another batch of compile fixes. R. Belmont2008-11-151-1/+3
* 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-4/+4
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-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-1/+1
* 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-48/+48
* Region classes go bye-bye. Aaron Giles2008-07-281-16/+16
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-16/+16
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-1/+1
* Minor gameplan changes in attempts to get leprechn music playing again. Aaron Giles2008-07-241-28/+16