summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gladiatr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-22/+16
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-48/+48
* (nw) more address maps Robbbert2018-04-121-5/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-65/+69
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+9
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-16/+16
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-16/+16
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-16/+16
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-5/+5
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-5/+5
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-3/+3
* srcclean (nw) Vas Crabb2017-11-261-36/+36
* Machine promoted to WORKING angelosa2017-11-091-17/+14
* Cleanups (nw) angelosa2017-11-091-10/+0
* DSW2 reading now works too (nw) angelosa2017-11-091-18/+15
* Fixed input lag protection for Ping Pong King, pending promotion to working (nw) angelosa2017-11-091-35/+29
* gladiatr.cpp: sub cpu irq ack, mcu input check on state 3, flip screen defaul... angelosa2017-11-081-29/+35
* Added ADPCM (nw) angelosa2017-11-081-12/+27
* gladiatr.cpp: preliminary sound for Ping Pong King [Angelo Salese] angelosa2017-11-081-13/+33
* Added flip screen to Ping Pong King (nw) angelosa2017-11-071-16/+37
* Added P2 / DSW1 / clean stuff (nw) angelosa2017-11-071-36/+79
* gladiatr.cpp: added preliminary MCU simulation for Ping Pong King inputs [Ang... angelosa2017-11-071-14/+216
* New 74LS259/9334/CD4099 devices AJR2017-07-251-14/+14
* gladiatr: Invert coin counters; minor HW note (nw) AJR2017-07-141-4/+5
* gladiatr: Hook up SSRST according to badly scanned schematics (nw) AJR2017-07-091-0/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-45/+23
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* pitnrun: use new MC68705P5 device Vas Crabb2017-01-191-24/+31
* confirmed clocks with original board, fix ppking (nw) Vas Crabb2017-01-071-5/+3
* gladiatr.cpp: add bootleg MCU dumps to all gladiatr sets as BAD_DUMP, remove ... Vas Crabb2017-01-071-136/+72
* greatgur MCU doesn't like impulse coins, add hack to simulated sets to make t... Vas Crabb2017-01-071-15/+35
* gladiatr.cpp: Improvements Vas Crabb2017-01-071-135/+329
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-2/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1045