Commit Graph

58319 Commits

Author SHA1 Message Date
Dirk Best
857201e210 slapshot: Use ADC0808 device for opwolf3 2018-04-02 12:03:27 +02:00
Dirk Best
8bf1fb49a1 othunder: Use ADC0808 device
Also use MCFG_SCREEN_VBLANK_CALLBACK instead of
MCFG_CPU_VBLANK_INT_DRIVER.
2018-04-02 12:03:20 +02:00
Dirk Best
3f9d74d78e lockon: Use ADC0808 device 2018-04-02 12:03:13 +02:00
Dirk Best
99d90963c8 groundfx: Use ADC0808 device 2018-04-02 12:03:07 +02:00
Dirk Best
9aebc71c52 galastrm: Use ADC0808 device 2018-04-02 12:03:00 +02:00
Dirk Best
0086d473b7 adc0808: Rewrite and make it work 2018-04-02 12:02:53 +02:00
AJR
7079fa8fa6 dreamwld.cpp: Fix crash in VRAM write handler; fix tilemap rowscroll and transparency handling (nw) 2018-04-01 23:45:56 -04:00
AJR
0004139941 psikyo.cpp: Fix crash due to incorrect shift calculation (nw) 2018-04-01 23:13:39 -04:00
Michael Zapf
b14f311035 Some logmacro updates. (nw) 2018-04-02 00:21:00 +02:00
AJR
b58e9011bc djboy.cpp: Fix MCU acknowledge writes (nw) 2018-04-01 16:42:27 -04:00
cam900
6d6a23f637 firefox.cpp : Cleanups, Add output finders/object finders, Reduce runtime tag lookups 2018-04-02 00:22:30 +09:00
Vas Crabb
0f8fa8a30d hopefully purge references to emu_fatalerror from ppc_dasm.o (nw) 2018-04-01 19:14:27 +10:00
Vas Crabb
2c340f490e move some not-directly-emulation-related helpers to lib/util, further extricate emu.h from tools (nw) 2018-04-01 19:10:26 +10:00
Ivan Vangelista
397f54e29a dc.xml: fixed validation (nw) 2018-04-01 10:07:06 +02:00
Michael Zapf
f1313cef0b ti99: Added drive select line to hexbus drive 2018-04-01 01:25:39 +02:00
AJR
b4f5756cdf psikyo.cpp: Really fix MCU region size (nw) 2018-03-31 11:48:47 -04:00
AJR
46ae6edd84 psikyo.cpp: Fix MCU region size (nw) 2018-03-31 11:46:38 -04:00
cam900
35703af070 djboy.cpp : Fix tags, Minor cleanup, Add generic_latch_8_device for comms (#3383)
* djboy.cpp : Fix tags, Minor cleanup

* djboy.cpp : Build fixes

* djboy.cpp : Fix build

* djboy.cpp : Add stereo sound output, Because PCB has stereo sound output connector and OKI is connected per each output
(Set "Stereo Output" dip on for stereo sound)

* djboy.cpp : Cleanup OKI ROM loading

* djboy.cpp : Fix tags

* Revert DIP, Because it's doesn't effect on software

* djboy.cpp Cleanup gfxdecode

* djboy.cpp : Fix sound output level

* djboy.cpp : Minor cleanups
2018-03-31 11:40:48 -04:00
jlachniet
a36110f707 Mark TI-73 Explorer (bootleg) as NOT_WORKING 2018-03-31 21:03:49 +11:00
cam900
6cc1486749 namcos12.cpp cleanups (#3394)
* namcos12.cpp : Minor cleanups, Reduce runtime tag lookups, Split machine config for COH716 CPU Board case

* namcos12.cpp : Minor cleanups

* namcos12.cpp : Split motherboard and cpuboard configurations

* namcos12.cpp : Fix GPU for COH716 board
2018-03-31 21:02:24 +11:00
Vas Crabb
3139fb6f9a fix build (nw) 2018-03-31 20:57:06 +11:00
Vas Crabb
d08ca96d47 fix build (nw) 2018-03-31 20:22:57 +11:00
cam900
c3d693ce6f psikyo.cpp, dreamwld.cpp : Cleanups, Add notes (#3403)
* psikyo.cpp, dreamwld.cpp : Minor cleanups
dreamwld.cpp : Add Tilemap size register, Add notes

* dreamwld.cpp : Minor cleanup
psikyo.cpp : Documents of PIC, Minor cleanup

* psikyo.cpp : Fix background pen

* psikyo.cpp : Minor fix

* psikyo.cpp : Fix spacing
2018-03-31 20:07:50 +11:00
AJR
ecaba3d507 4roses: Decrypt the last two ROM blocks (nw) 2018-03-31 01:46:27 -04:00
AJR
625c8533ad 4roses: Further progress on decryption (nw) 2018-03-30 23:31:59 -04:00
AJR
a0dc658589 4roses: More program decryption (nw) 2018-03-30 20:17:25 -04:00
Scott Stone
cb552d1593
Merge pull request #3410 from FakeShemp/dc_i
dc.xml - Add games up to J
2018-03-30 20:10:22 -04:00
Scott Stone
0a4f4cf109 Correct Lives DIP for amidars [Tafoid, GoldS_TCRF] 2018-03-30 19:15:52 -04:00
Michael Zapf
fda26ee7dd ti99: Hexbus floppy system; logging updates 2018-03-31 00:38:31 +02:00
AJR
bdc4288fe1 rugby: Further decryption (nw) 2018-03-30 16:36:25 -04:00
Patrick Mackinlay
20c7f769e1 clipper: minor improvements (nw) (#3400)
* clipper: minor improvements (nw)

* save all state
* improve multiply instructions, add condition codes
* fix register pair load/store
* clean up pc handling
* switch to C++ cast syntax, other minor formatting

* clipper: oops (nw)

* clipper: double oops (nw)
2018-03-30 15:17:17 -04:00
David Haywood
fe100f2e4e new machines marked as NOT WORKING (#3396)
* new machines marked as NOT WORKING
Connectv Cricket (PAL) [Sean Riddle, David Haywood]

This is a vii.cpp one, and I guess the bat / ball connect up via serial ports not the GPIO or something, so needs work (also possibly points at a CPU / DMA bug too)

* new machines marked as NOT WORKING
Connectv Football [Sean Riddle, David Haywood]

this one uses the elan_eu3a14 in a slightly different way to golden tee, should point at some registers to control behavior.

* render some scenes in rad_foot more correctly (nw)
2018-03-30 15:16:28 -04:00
David Haywood
81aa9f25ca new clones marked as WORKING (#3409)
Garou - Mark of the Wolves (NGH-2530) [Razoola]
Pochi and Nyaa (Ver 2.02) [Razoola]
2018-03-30 15:15:42 -04:00
AJR
d89cac2fef drivedge: Fix regression (nw) 2018-03-30 15:15:04 -04:00
Ivan Vangelista
3e344377fc dynduke.cpp: dumped PROMs [Porchy, Muddymusic] 2018-03-30 18:22:24 +02:00
Ivan Vangelista
5294f18b9c othunder.cpp: changed to mono speaker, as shown on schematics and verified on real board [Guru] 2018-03-30 15:38:23 +02:00
Ivan Vangelista
fcfae40e57 taito_f2.cpp: corrected megablst's c-chip label (nw) 2018-03-30 15:35:41 +02:00
AJR
29503f5f93 dynduke: Regression fix (nw) 2018-03-30 08:25:38 -04:00
Nigel Barnes
478b4b9556 New working software list additions
-----------------------------------
electron_cart: Mega Games Cartridge [Dave Hitchins]
2018-03-30 12:58:31 +01:00
Nigel Barnes
d295e418c4 electron: Added Mega Games Cartridge device. 2018-03-30 12:58:31 +01:00
Nigel Barnes
61c7349334 electron_click: save state (nw) 2018-03-30 12:58:31 +01:00
Nigel Barnes
1cf74c83a4 electron abr/aqr use bitwise operators (nw) 2018-03-30 12:58:31 +01:00
Nigel Barnes
32d28fda03 bbc_beebsid: Don't reset SID again (nw) 2018-03-30 12:58:31 +01:00
Nigel Barnes
357643070a electron: Use MCFG_SCREEN_RAW_PARAMS (nw) 2018-03-30 12:58:31 +01:00
AJR
32d8ed91a4 rugby: Partial code decryption (nw) 2018-03-30 07:42:27 -04:00
Rebecca Wallander
19ce5e4c7b dc.xml - Fix newly added dump so the can boot too. 2018-03-30 13:03:47 +02:00
Rebecca Wallander
49a3300aaf Merge branch 'master' into dc_i 2018-03-30 12:58:29 +02:00
Rebecca Wallander
98ec1ebb8a dc.xml - Add all games up to J. 2018-03-30 12:48:21 +02:00
braintro
b45038f73a new clone added - Enduro Racer (Mask ROM sprites)
New Clones Added
----------------------------------
Enduro Racer (YM2151) (mask ROM sprites, FD1089B 317-0013A) [coolmod, The Dumping Union]
2018-03-29 22:27:40 -05:00
Vas Crabb
919da8dfd4 fix bind errors (nw) 2018-03-30 13:55:11 +11:00