summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps2.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-27Rearrange source to match project structure (done using the script in src/too... Vas Crabb1-12769/+0
2022-06-04- Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy1-1/+1
2022-05-06cps2.cpp: Added TOURNAMENT board communication simulation. (#9699) [Vas Crabb... Vas Crabb1-370/+927
2021-10-29New working clones Ivan Vangelista1-0/+41
2021-10-26- cps2.cpp: corrected some overdumps for avsp [Guru] Ivan Vangelista1-48/+48
2021-10-23New working clones Ivan Vangelista1-0/+33
2021-07-15* New working clones smf-1-0/+35
2021-05-01cps2.cpp, model1.cpp, segas16b.cpp: Update PCB notes AJR1-1/+1
2021-04-23mpangu: correct QSound sample loading Barry Rodewald1-4/+4
2021-04-05* New working clones smf-1-0/+29
2021-03-28cps2: mark pzloop2jd phoenix as bootleg hap1-1/+1
2021-03-02New WORKING clones (#7825) r091-0/+43
2021-02-18cps2.cpp: updated credits (#7802) Ange Albertini1-2/+2
2020-12-13Fixed name of ddsomjr2 Robbbert1-1/+1
2020-12-13cps2.cpp: Changed 96061 in ddsoma's name to 960619 (#7554) QX41-1/+1
2020-12-12cps2.cpp: ROM labels as per photo Brian Troha1-2/+2
2020-12-11cps2.cpp: Treat new 1944 parent like other sets, correct Cut-n-paste Brian Troha1-1/+1
2020-12-11New working clones Ivan Vangelista1-2/+31
2020-08-21*Fixed typo noticed by MASH. Robbbert1-1/+1
2020-08-19cps2.cpp: use ROM_LOAD_64_BYTE macro where appropriate Vas Crabb1-122/+122
2020-08-18New working clones (#7096) ClawGrip1-1556/+1584
2020-08-06New working clones Brian Troha1-0/+47
2020-07-24misc: correct "680000" typo hap1-1/+1
2020-06-08drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista1-10/+10
2020-05-14New working clone smf-1-0/+35
2019-10-26Make devdelegate more like devcb for configuration. This is a Vas Crabb1-4/+4
2019-10-25New working clone smf-1-4/+33
2019-07-18cps2.cpp: use standard romentry.h macros (nw) Ivan Vangelista1-2268/+2268
2019-07-11cps1.cpp : Move palette init into machine_config cam9001-1/+1
2019-06-09New working clone braintro1-0/+30
2019-05-26srcclean (nw) Vas Crabb1-6/+6
2019-05-06all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert1-6/+6
2019-04-05fidel_eag68k: disable_interrupt_mixer for feagv5 (nw) hap1-1/+1
2019-04-0568000: Rework interrupt handling [O. Galibert] Olivier Galibert1-4/+6
2019-03-26(nw) Clean up the mess on master Vas Crabb1-34/+33
2019-03-25Revert "conflict resolution (nw)" andreasnaive1-33/+34
2019-03-21mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista1-28/+29
2019-02-08some more MCFG macros removal (nw) Ivan Vangelista1-1/+1
2019-01-29src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista1-4/+2
2019-01-21devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista1-1/+1
2018-12-13cps2: do cps2_set_sprite_priorities() before video update instead of at inter... hap1-8/+1
2018-11-10new working clone - Xmen COTA Asia braintro1-1/+36
2018-11-03MASKROM/MASK ROM -> mask ROM, nw mooglyguy1-3/+3
2018-10-27Super Street Fighter 2: The Tournament Battle (USA 930911) (#4200) Steve Gordon1-0/+37
2018-08-23ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy1-1/+1
2018-06-24Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR1-1/+1
2018-06-07Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy1-1/+1
2018-06-08as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb1-24/+24
2018-05-22Separate state class for CPS2 (nw) AJR1-370/+366
2018-05-16Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb1-3/+3