Commit Graph

58209 Commits

Author SHA1 Message Date
David Haywood
5cc972ca97 use real C-chip ROM for MegaBlast [Team Caps0ff] (#3401)
(hook it up, for some definition of hook up, since it basically does nothing at all the game cares about)
2018-03-29 08:33:03 +02:00
Vas Crabb
216281cc41 neogeo: hook up coin counters 2018-03-29 15:50:39 +11:00
Vas Crabb
e019bf481f cleaner handling of layout parsing errors (nw) 2018-03-29 15:29:08 +11:00
AJR
173981be95 slapfght.cpp, twincobr.cpp, wardner.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) 2018-03-29 00:04:08 -04:00
Lord-Nightmare
dc3a8776d8 minor s3670 wip, remove an erroneous comment in swyft and some redundant comments in superqix (nw) 2018-03-28 23:28:39 -04:00
AJR
6e2b28468f bbc: 6845 VSYNC is tied to CA1 on first VIA 2018-03-28 22:58:48 -04:00
AJR
f88926de9d jollyjgr.cpp, mirax.cpp, pachifev.cpp, ron.cpp, marineb.cpp: MCFG_CPU_VBLANK_INT line callback replacement (nw) 2018-03-28 22:40:45 -04:00
AJR
5cf9db8e6c MCFG_CPU_VBLANK_INT line callback replacements for many old Konami games (nw) 2018-03-28 22:19:12 -04:00
Vas Crabb
af143199f8 neogeo: Split into real models:
* Moved common stuff (mostly video) into a base memory map.
* Split common edge connector inputs into JAMMA and MVS.
* Added clones with different numbers of game slots, edge connector, controller ports, memory card, and speakers.
* Based fixed-software drivers on MV-1 JAMMA board configuration.
* Removed memory card and controller ports from single-PCB games and converted to mono output.
* Coin lockouts/counters still not connected, and LED/EL output isn't suppressed for variants that lack it.

(nw) suppress leading space in RAM option names
2018-03-29 12:44:00 +11:00
AJR
a7262c8358 freekick.cpp, nbmj91915.cpp, niyanpai.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) 2018-03-28 21:38:07 -04:00
AJR
293c6bd627 galaga.cpp, pacland.cpp, tceptor.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) 2018-03-28 21:28:30 -04:00
AJR
28e8cc6674 ondra.cpp, primo.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) 2018-03-28 21:04:50 -04:00
AJR
1e5666734d 20pacgal.cpp, baraduke.cpp, gaplus.cpp, skykid.cpp, toypop.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) 2018-03-28 20:52:35 -04:00
AJR
addb138c03 gluck2.cpp, mpu12wbk.cpp, ssingles.cpp: Use MC6845 for vertical interrupt generation (nw) 2018-03-28 20:47:31 -04:00
AJR
e4d0df65eb compgolf.cpp, liberate.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) 2018-03-28 20:26:41 -04:00
AJR
95dcb83844 fastfred.cpp, mermaid.cpp, rollrace.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) 2018-03-28 20:17:35 -04:00
AJR
ead9bc470a nss.cpp, playch10.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) 2018-03-28 19:55:32 -04:00
AJR
191918ee1e mjkjidai: Replace MCFG_CPU_VBLANK_INT with line callback (nw) 2018-03-28 19:25:28 -04:00
AJR
e1815346cb itech8.cpp, itech32.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) 2018-03-28 19:15:09 -04:00
AJR
77494b51b4 karnov.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 19:04:03 -04:00
AJR
46e70f8c26 kchamp.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 18:52:00 -04:00
AJR
90b896f992 Mixing bitwise and arithmetic operators carelessly is not a good thing (nw) 2018-03-28 18:33:01 -04:00
cam900
3e338cd0ec aerofgt.cpp Cleanups (#3402)
* aerofgt.cpp : Cleanup duplicates, Split spinbrk ROM lookup function, Fix object finder names related sprite lookup tables

* aerofgt.cpp : Minor gfxdecode cleanup

* aerofgt.cpp : Reduce duplicates
2018-03-28 18:29:29 -04:00
Angelo Salese
cbe6e758f8 Merge remote-tracking branch 'remotes/origin/master' 2018-03-28 23:48:32 +02:00
AJR
ace06f825c twins.cpp: Add some plausible raw params and eliminate MCFG_CPU_VBLANK_INT (nw) 2018-03-28 17:31:27 -04:00
AJR
0874a0634f madalien: MC6845 sync callback instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 16:57:11 -04:00
AJR
4fdffdd2cf funworld.cpp: Use MC6845 sync callback instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 16:45:46 -04:00
AJR
fbf79fe946 goldnpkr: Use MC6845 sync callback instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 16:36:51 -04:00
AJR
7d411bb076 bombjack: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 16:22:35 -04:00
AJR
f19a46cfdb ddayjlc: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 16:15:53 -04:00
ajrhacker
ae11b915f8
Merge pull request #3407 from shattered/_e3e67e8
i8214: check pending interrupts when ETLG and INTE lines change (nw)
2018-03-28 16:05:32 -04:00
AJR
9976426baf brkthru.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 16:03:24 -04:00
AJR
cb354b3109 cubeqst: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 15:42:54 -04:00
AJR
9b304fb122 ninjakd2.cpp, xmissio.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 15:35:50 -04:00
AJR
0fdbfe6640 pbillian: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 15:28:51 -04:00
AJR
80f816889d zaccaria.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 15:24:26 -04:00
AJR
9778b8a415 aeroboto: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 15:20:15 -04:00
AJR
8616780706 toaplan1.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 15:13:47 -04:00
AJR
f39d7df5fe xyonix: Acknowledge main interrupt (nw) 2018-03-28 15:04:11 -04:00
angelosa
7ebb4e3632 dc.cpp: kill off mastercpu_cheat_r() (nw) 2018-03-28 21:00:25 +02:00
AJR
3a0f55c31d mappy.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) 2018-03-28 14:52:57 -04:00
AJR
052eb8f073 galaxia.cpp: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) 2018-03-28 14:44:41 -04:00
AJR
fb58303220 ddenlovr.cpp: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) 2018-03-28 14:38:30 -04:00
AJR
719209e150 yiear, tp84, pandoras: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) 2018-03-28 14:11:37 -04:00
AJR
967a4eeeb0 dynax.cpp: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) 2018-03-28 13:56:43 -04:00
AJR
c3d0131b22 Another small mistake with big effects (nw) 2018-03-28 13:42:19 -04:00
AJR
3485a622b5 dynduke, goodejan, raiden, sengokmj: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) 2018-03-28 13:39:31 -04:00
AJR
5ab7a863b1 Stupid typo (nw) 2018-03-28 13:36:56 -04:00
AJR
d15e5659ba pacman.cpp, etc.: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) 2018-03-28 13:26:38 -04:00
AJR
73f604fe90 cclimber.cpp: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) 2018-03-28 13:14:49 -04:00