Commit Graph

59361 Commits

Author SHA1 Message Date
Ryan Holtz
9b0876a95f Fix vegas hang, nw 2018-05-23 20:21:24 +02:00
AJR
0e5d2ec788 New machines marked as NOT_WORKING
----------------------------------
Sharpshooter (coin pusher) [Joe Magiera]
2018-05-23 11:04:01 -04:00
smf-
9092d3791e create devices for each of the voodoo pci cards (nw) 2018-05-23 13:34:16 +01:00
Vas Crabb
e9a3570051 those don't need to be absolute (nw) 2018-05-23 18:29:42 +10:00
Vas Crabb
8d6115163e remove another device-specific MCFG macro, because standard is better than better, especially with constructor overloads (nw) 2018-05-23 18:19:09 +10:00
Vas Crabb
bd321522b6 that never needed to be static (nw) 2018-05-23 18:00:00 +10:00
Vas Crabb
5e856f77f6 voodoo: deal with needing to be able to configure screen/CPU or set them at start in a safer way
devfind: revert previous change - if finders aren't set in stone after device_resolve_objects it's going to lead to all kinds of hard-to-diagnose bugs (I'll add more checks for this some time after release)

(nw) also clean up rotting tabulation
2018-05-23 17:25:17 +10:00
AJR
770563daac Looks like the tiny build didn't have input_merger already; about time to add it to that (nw) 2018-05-22 22:14:15 -04:00
AJR
78d87bda11 audio/exidy.cpp: Better split of state classes; add device finders; add input merger; general cleanup (nw) 2018-05-22 21:15:57 -04:00
AJR
adb6044c4f romload.cpp: Eliminate extraneous machine argument (nw) 2018-05-22 19:58:18 -04:00
AJR
36d37333ff Fix the build (nw) 2018-05-22 19:57:41 -04:00
Olivier Galibert
fdf0c866e2 Uncrappify voodoo pci devices transfert. Fix some paths on midwayic. (nw) 2018-05-22 22:48:16 +02:00
AJR
d07b223f14 jungleyo: Actually update XTAL value; another guess at ADPCM clock (nw) 2018-05-22 14:38:49 -04:00
AJR
5efe01b345 jungleyo: Documentation on citylan.it gives incorrect value for OSC1 (nw) 2018-05-22 14:02:38 -04:00
Ivan Vangelista
be2004af83 exterm.cpp: device_finder and other cleanups (nw) 2018-05-22 19:40:01 +02:00
Ivan Vangelista
0e965193cf new working clone
----------------------------
Battle Balls (Germany, earlier) [Fabrice Arzeno, The Dumping Union]
2018-05-22 18:56:07 +02:00
AJR
012b049c7f cps1.cpp: Move another variable down into cps2_state (nw) 2018-05-22 11:33:27 -04:00
AJR
447cda5667 Separate state class for CPS2 (nw) 2018-05-22 10:29:42 -04:00
Ryan Holtz
9abe0fb272 cdi: Use device finders instead of machine().device, plus some driver_device cleanup. Could be improved further. (nw) 2018-05-22 15:53:52 +02:00
braintro
b03df3659d new working clone - World Soccer Finals (rev 4)
New Working Clone
----------------------------------------
World Soccer Finals (rev 4) [Kevin Eshbach, The Dumping Union]
2018-05-21 22:12:10 -05:00
braintro
37a47b3e08 esd16.cpp: Verified different sound sample rom for Multi Champ DX as bit-rot. [f205v, The Dumping Union] 2018-05-21 21:42:53 -05:00
cracyc
4757d0f746 at:eop for second dmac (nw) 2018-05-21 21:07:15 -05:00
Justin Kerk
a64f6291bc New working software list additions
-----------------------------------
ibm5150: Star Trek V: The Final Frontier [Arcade Shadow]
ibm5170: Descent [Arcade Shadow]
2018-05-21 18:41:38 -07:00
ajrhacker
82e1aa07d0
Merge pull request #3597 from kazblox/master
Misc changes
2018-05-21 21:19:44 -04:00
Jackson
a857572dac markham.cpp: Fix coin counters for banbam by doing something even more unusual. (nw)
Misc polishing in markham.cpp; also update notes on banbam MCU. (nw)

Added coin chute DIP switch settings to banbam, strnskil and clones.
2018-05-21 19:32:04 -04:00
Jackson
3e25578693 citycon.cpp/ikki.cpp: SCREEN_RAW_PARAMS. (nw)
galaxia.cpp: More notes. (nw)
2018-05-21 19:18:38 -04:00
Ryan Holtz
a55f0df626 voodoo: Use device finders instead of machine().device (nw) 2018-05-21 22:20:05 +02:00
ajrhacker
7629ebb831
Merge pull request #3594 from wilbertpol/funworld_seta2_fix_ledlamp
Funworld seta2 fix ledlamp
2018-05-21 14:21:22 -04:00
hap
d12b063f3a Machines promoted to working
----------------------------
Game & Watch: Super Mario Bros. [Sean Riddle]
2018-05-21 19:35:02 +02:00
AJR
15efd49e3a io992: Use object finders (nw) 2018-05-21 13:25:01 -04:00
Michael Zapf
fd4fe2c91e ti99_2: Various fixes, added cassette and Hexbus, still WIP 2018-05-21 18:10:00 +02:00
AJR
e796d56660 i8275: Blank top and bottom row lines when underline is greater than 7
- Start offloading parts of the device_timer routine to helper functions (nw)
- Allow side effects of reads to be disabled (nw)
2018-05-21 11:30:01 -04:00
AJR
fe342b9877 timer.cpp: Use siblingdevice instead of absolute tag lookup; add screen tag validation for scanline timers (nw) 2018-05-21 10:15:07 -04:00
AJR
6cd565fee5 looping: Use device finders instead of machine().device (nw) 2018-05-21 09:29:42 -04:00
Stiletto
a0cdc22c84
Confirmed Super High-Way used an 8080 CPU. *nw*
Confirmed Super High-Way used an 8080 CPU. *nw*
2018-05-21 07:58:54 -04:00
Wilbert Pol
1914543a8d remove leftover declare_machine_start/reset declarations (nw) 2018-05-21 13:40:52 +02:00
Wilbert Pol
854b0e8acf funworld/seta2: Fix led/lamp output_finder regressions (nw) 2018-05-21 13:33:23 +02:00
Vas Crabb
ab193a14fa Some cleanup on #3592 (nw) 2018-05-21 20:14:24 +10:00
Ivan Vangelista
afd68d3e6b igs011.cpp: device_finder (nw) 2018-05-21 10:01:26 +02:00
Ivan Vangelista
9066bcab42 dynadice.cpp:output_finder (nw) 2018-05-21 09:49:43 +02:00
Ivan Vangelista
8e0cdb1e18 rd2tank.cpp: device_finder (nw) 2018-05-21 09:36:44 +02:00
Ivan Vangelista
1a986cdf39 vcombat.cpp device_finder (nw) 2018-05-21 09:25:19 +02:00
AJR
1fe4b36065 Fix error in debug build with SMS card options (nw) 2018-05-21 03:01:39 -04:00
AJR
d205197fe0 mhavoc.cpp: Use device finder for TMS5220 (nw) 2018-05-21 02:27:48 -04:00
AJR
5844d38beb suprnova.cpp, playch10.cpp: Eliminate machine().device (nw) 2018-05-21 02:24:37 -04:00
AJR
f5b42ab403 sms.cpp: Get rid of driver inits; hopefully fix output finder problem (nw) 2018-05-21 02:02:42 -04:00
AJR
49f354d544 Kludge some absolute tag lookups in the core that can't really be helped (nw) 2018-05-21 01:10:27 -04:00
AJR
3ac6d70be0 Even more output_finder fixes (nw) 2018-05-21 01:00:41 -04:00
AJR
a7e16f686b Further output_finder fixes (nw) 2018-05-21 00:51:37 -04:00
AJR
0516ea1284 Fix some of the (many) errors from 2beba4ce73 (nw) 2018-05-21 00:40:24 -04:00