summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/qdrmfgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecat.h Angelo Salese2011-12-121-17/+13
* Clean-ups and version bumpmame0144u2 Angelo Salese2011-12-041-2/+2
* Work-around for #4541 Angelo Salese2011-12-021-5/+7
* Moved k053252 emulation into a separate file, nw Angelo Salese2011-05-151-0/+1
* More irq acks, nw Angelo Salese2011-05-151-4/+24
* Added offset param kludge for the CCU, and hooked it up to several other game... Angelo Salese2011-05-151-3/+4
* Hooked up irq line handlers, and removed an hack for Hexion, nw Angelo Salese2011-05-151-1/+5
* Implemented a preliminary Konami k053252 device emulation, adds accurate refr... Angelo Salese2011-05-151-2/+2
* Extra params for the k053252, nw Angelo Salese2011-05-151-2/+7
* Bulk replaces for k53252, nw Angelo Salese2011-05-121-2/+2
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-30/+30
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-34/+34
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-40/+47
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-11/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-45/+45
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-8/+11
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-8/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-8/+8
* mametesters bugfix: Michaƫl Banaan Ananas2010-05-051-13/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-11/+11
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Updated qdrmfgp.c to use Konami video devices Fabio Priuli2009-12-241-27/+62
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-2/+2
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-7/+9
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-70/+42
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-6/+6
* attempt to correct previous messed up checkin davidhay2009-03-151-1/+1
* updated CHDs from Yasu davidhay2009-03-151-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-16/+16
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-22/+10
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-4/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3