summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/qdrmfgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-54/+54
* changed DEVICE_SELF_OWNER to DEVICE_SELF in IDE config & in MCFG_IDE_CONTROLL... smf-2012-10-261-2/+2
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-261-27/+14
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-7/+6
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-5/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-17/+17
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-19/+15
* Get rid of devtag_reset macro. Aaron Giles2012-09-121-1/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-8/+8
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-2/+14
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-15/+19
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+2
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-2/+2
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-8/+7
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-52/+44
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-24/+24
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* k054539: Modernize [O. Galibert] Olivier Galibert2012-03-041-9/+8
* IDE controller now support two slots, currently used devices are made as slot... Miodrag Milanovic2012-02-091-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* 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