summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/konamigx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+4
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-91/+98
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-15/+30
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* Validation fixes (nw) AJR2018-01-251-6/+2
* vgmplay : Add K054539 Support DESKTOP-LP5JPA4\dbtlr2018-01-241-41/+45
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-16/+16
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-4/+4
* Demote Sexy Parodius with IMPERFECT_SOUND & UNEMULATED_PROTECTION (nw) angelosa2017-11-201-2/+2
* Fix build (nw) AJR2017-06-131-2/+2
* Fix half-assed logging spam. (nw) angelosa2017-06-131-0/+2
* konamigx: get rid of old popmessage (nw) hap2017-06-101-10/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* konamigx.cpp: Redumped sound rom for Rushing Heroes. [Smitdogg, The Dumping U... briantro2017-03-221-1/+1
* konamigx.cpp: spacing consistency - NW briantro2017-03-221-10/+10
* konamigx.cpp: Correct 2 rom names in the rushhero set. [Smitdogg, The Dumping... briantro2017-03-221-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* konamigx: fix sound CPU hanging on state load Scott Percival2016-12-221-0/+3
* konamigx: fix CPU hang on state load Scott Percival2016-12-221-0/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-41/+41
* comment a printf for performance reasons (nw) Scott Stone2016-07-291-1/+1
* konamigx.cpp: added coin3, coin4, service3 and service4 for type3 and type4 h... Ivan Vangelista2016-07-041-1/+4
* eeprom pass (nw) Olivier Galibert2016-06-221-25/+25
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-36/+33
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-18/+18
* By request, nw angelosa2015-12-171-4/+12
* Fix offsets for type 3/4, nw angelosa2015-12-171-0/+9
* Fixed gfx decoding for Konami GX BIOS [Angelo Salese] angelosa2015-12-171-1/+6
* Fix Racin' Force crash at POST, "fixed" text tilemap offsets, nw angelosa2015-12-171-1/+1
* k053252: just reset internal screen state when a frequency clock change occur... angelosa2015-12-171-10/+15
* Silence sound CPU into pitfalling for Konami GX BIOS, nw angelosa2015-12-161-0/+8
* Facepalm, nw angelosa2015-12-161-2/+3
* tasman: reinstated CCU again, added preliminary irq masking, added some bette... angelosa2015-12-151-2/+2
* Forgot to say this, nw angelosa2015-12-111-0/+1
* konamigx.cpp: Replaced CCU with device version, including pixel clock select ... angelosa2015-12-111-52/+54
* Coin counters, nw angelosa2015-12-101-2/+6
* Restructured CCU, eventually for finally adding proper device hookup. angelosa2015-12-101-24/+46
* Sexy Parodius didn't like what I've just done, noted and add a bug filler for... angelosa2015-12-081-2/+16
* Not supposed to be this big, nw angelosa2015-12-081-1/+1
* Notes for ESC protection, nw angelosa2015-12-081-4/+16
* Removed need for -Wno-c++11-narrowing for clang Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1