summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-8/+8
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-8/+8
* new working clone Ivan Vangelista2018-05-151-0/+53
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-233/+233
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+3
* cps1.cpp: Documentation correction (nw) braintro2018-05-081-2/+2
* cps1.cpp: be 100% accurate with rom labels matched to PCB (nw) braintro2018-05-071-4/+4
* cps1.cpp: minor rom name correction (nw) braintro2018-05-071-1/+1
* new clone added - Final Fight (Japan 900405) braintro2018-05-071-15/+65
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-24/+24
* (nw) let's have some fun with the new functionality, and fix poor casper whil... Vas Crabb2018-05-041-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-6/+6
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-10/+10
* new working clone Ivan Vangelista2018-03-171-2/+44
* Cycle-accurate DSP16 core (disabled in QSound for performance reasons) Vas Crabb2018-03-151-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-98/+106
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* cps1.cpp: after further analysis with big help of Layne of Team CPS-1 fame, d... Ivan Vangelista2018-02-241-49/+50
* new working clone Ivan Vangelista2018-02-221-1/+56
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-8/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+9
* new working clone Ivan Vangelista2018-02-051-0/+40
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* cps1.cpp: verified wofr1 program ROMs dump [hammy, The Dumping Union] Ivan Vangelista2018-01-241-3/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+9
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-1/+1
* new working clones Ivan Vangelista2017-12-261-1/+1
* cps1.cpp: corrected infos for dinoa (nw) Ivan Vangelista2017-12-231-18/+18
* cps1.cpp, kenseim.cpp: substituted ioc1 pal logically equivalent replacement ... Ivan Vangelista2017-12-221-76/+76
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* cps1.cpp: added yi22b.1a pal dump and confirmed lwio.12e dump for 1941j [cai... Ivan Vangelista2017-12-091-2/+2
* cps1.cpp (knightsb2): removed plds which actually aren't on the board (nw) Ivan Vangelista2017-09-291-17/+1
* new working clone Ivan Vangelista2017-09-291-0/+50
* cps1.cpp: Minor doc update with new Carrier Air Wing (nw) briantro2017-08-061-5/+5
* Looking at attract mode, graphics rom 39 is obviously bad. The 32/33 & 38 mat... smf-2017-08-061-1/+1
* swap cawingur1 and cawingu as the new dump is newer, remove some entries from... smf-2017-08-061-53/+53
* New working game smf-2017-08-061-0/+51
* cps1.cpp: correct dip-switches for sf2accp2 (MT05277) (nw) Ivan Vangelista2017-08-011-1/+37
* new WORKING clone MetalliC2017-07-251-0/+38
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* new working clone MetalliC2017-06-251-1/+51
* cps1.cpp: Interrupt acknowledge routine based on schematics (nw) AJR2017-06-061-2/+14
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* forgottn: Add uPD4701A device (nw) AJR2017-05-211-49/+33
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2