summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaplus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-8/+8
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-27/+27
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-9/+11
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-1/+1
* New Namco 62xx device with internal ROM. [Dr. Decapitator, Phil Bennett, And... Andrew Gardner2011-01-031-0/+18
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-42/+42
* 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-8/+6
* Removed global variables from gaelco, namco, and nile sound cores. Aaron Giles2010-08-041-20/+3
* Time to kill off some deadwood. Aaron Giles2010-07-071-11/+11
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-101-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* 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-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* not worth mention: slightly simplified device interfaces in mappy.c, gaplus.c... Fabio Priuli2009-12-271-54/+51
* Converted Namco IO chips 56xx, 58xx and 59xx to be devices and converted gapl... Fabio Priuli2009-12-261-86/+139
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-6/+6
* Adds dip port locations to Gaplus / Galaga 3 and clones [Brian Troha] Brian Troha2009-07-271-14/+12
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-15/+15
* A few number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-18/+18
* Converted the Namco 50xx into a proper device. Aaron Giles2009-05-261-6/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-1/+1
* Merged memory maps for all driver sources beginning with 'G': [MooglyGuy] Ryan Holtz2009-05-021-46/+26
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-11/+11
* Ok, this is The Big One. Aaron Giles2009-02-111-5/+5
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-4/+4
* Hi mamedev, Aaron Giles2008-12-081-6/+6
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-15/+15
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-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-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-47/+47
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-50/+50