summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gameplan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added new functions attotime_to_ticks() and ticks_to_attotime() to Aaron Giles2008-07-241-16/+28
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-49/+50
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-3/+2
* AY-3-8910 rewrite: Couriersud2008-04-221-0/+2
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-4/+4
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-3/+3
* Converted MACHINE_DRIVER definitions from function Aaron Giles2008-02-261-2/+2
* - Reorganized Gameplan driver Zsolt Vasvari2008-02-211-338/+105
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-3/+3
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-3/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-5/+5
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1583