arbee
a9f9729c07
mc68681: Preliminary support for SC28C94 QUART. [R. Belmont]
2016-12-31 23:41:15 -05:00
angelosa
179883f35e
Finest Hour accesses 0x461xxx in service mode, make the whole area to be mirrored
2017-01-01 05:14:35 +01:00
angelosa
678f27066c
Fix compile
2017-01-01 03:39:22 +01:00
angelosa
282ce35863
MACHINE_NODEVICE_LAN for anything that actively wants it
2017-01-01 03:02:55 +01:00
Nathan Woods
d863b6e90b
Added more conditionals around #define's of UTF8PROC_DLLEXPORT
2016-12-31 20:27:29 -05:00
Nathan Woods
123ccb1790
Heh missed these too
2016-12-31 20:07:30 -05:00
angelosa
57406d3ba5
Added actual device files, fixed space data map as well
2017-01-01 01:59:40 +01:00
briantro
67bded8842
rohga.cpp: Dipswitch improvements [Brian Troha]
...
Add dipswitch locations to all sets
Filled in missing difficulty switches for Schmeiser Robo
Filled in most switches for Hangzo
2016-12-31 18:52:23 -06:00
angelosa
0387005c1e
Added dummy C139 device for debug, fixed target compile.
2016-12-31 23:54:15 +01:00
briantro
76394af6d9
armedf.cpp: Remove comment - Caps0ff confirmed it's a 8751
2016-12-31 16:35:57 -06:00
R. Belmont
615aa8a399
Merge pull request #1893 from rfka01/master
...
Added info on several already emulated systems in the header.
2016-12-31 17:14:19 -05:00
AJR
dd1d40b9fd
Fix for a potential problem if natural keyboard input gets disabled while machine is running (nw)
2016-12-31 17:11:10 -05:00
Nathan Woods
4f08110c53
Introduced 'ext_lib("utf8proc")' to a number of the tools builds
2016-12-31 17:07:14 -05:00
Justin Kerk
0543ddb7e1
ibm5150.xml, ibm5170.xml: additions (nw)
2016-12-31 14:04:53 -08:00
AJR
9558460b68
Correct natural keyboard handling of toggle keys
2016-12-31 17:02:20 -05:00
angelosa
8e00c03a0e
Clean-ups, 279 lines removed from machine/namcos2.cpp (nw)
2016-12-31 22:45:30 +01:00
angelosa
1c533823ba
Notes
2016-12-31 22:20:41 +01:00
yz70s
885c35dae4
xbox: graphic improvements: (nw)
...
add support for packed float vertex color r11g11b10f
corrected drawing of indexed vertices primitives
add "xbox nv2a_wclipping" debug command
2016-12-31 22:20:39 +01:00
David Haywood
6cee8d7f3f
new WORKING game - Hangzo (Japan, prototype) [ShouTime (+others)]
2016-12-31 22:20:38 +01:00
couriersud
7b61c49656
Fix compile for I8039 test code in mario sound. (nw)
2016-12-31 22:20:36 +01:00
couriersud
47f788ed2d
Hook up luigi walking sound in netlist mario sound implementation.
...
Mario driver now uses netlist audio implementation instead of discrete
implementation. The previous discrete sound emulation has not been
removed yet because it still contains a lot of documentation.
[Couriersud]
2016-12-31 22:20:34 +01:00
MooglyGuy
9aa8f9d714
-stuntcyc: Fixed some NOR gates that should have been NANDs, fixes the playfield. [Ryan Holtz]
2016-12-31 22:20:33 +01:00
Stiletto
decfb1f7ea
(nw)
...
(nw)
2016-12-31 22:20:31 +01:00
arbee
03203df914
gkigt: hook up nvram and add initialized defaults for ms3 & ms72c. (nw)
2016-12-31 22:20:30 +01:00
Vas Crabb
208531b7bc
Fix OSX build - no idea why it wasn't breaking before (nw)
2016-12-31 22:20:28 +01:00
AJR
67a292494e
osbexec: Fix IRQ-related regression; simplify handling using input_merger_device (nw)
2016-12-31 22:20:27 +01:00
couriersud
19f3a94d2e
cstr() ==> c_str() (nw)
2016-12-31 22:20:25 +01:00
couriersud
58f5c626d6
Align noexcept usage. Rename register_con to add_terminal for clearity.
...
Fix bug introduced with last commit. (nw)
2016-12-31 22:20:24 +01:00
couriersud
4552e5c3e3
Analog to digital proxy rework. (nw)
...
Properly handle connected inputs when creating a-d proxy. Aligned a-d
proxy to d-a proxy class structure.
2016-12-31 22:20:22 +01:00
Stefano
a27e96c63c
ScrollUP fix for the Otrona Attachè
...
The implementation of the scroll register is partially delegated to the specific machine video driver.
This same approach was used on the ITT3030 emulation and is probably ok for this peculiar controller.
2016-12-31 22:20:21 +01:00
Stefano
fc4bbb4660
Scrollup fix for the TMS9927 family
...
This fix will avoid to reconfigure all the CRTC parameters on any cursor shape change.
This invasive "reset" procedure was resetting the scroll counter !
2016-12-31 22:20:19 +01:00
Stefano
ff84d17214
Update aussiebyte.h
2016-12-31 22:20:17 +01:00
Stefano
b87497cbc8
Update rm380z.h
2016-12-31 22:20:00 +01:00
Stefano
73a5edbebc
Update rm380z.cpp
2016-12-31 22:19:59 +01:00
Stefano
9edd3346b8
Update rm380z.cpp
2016-12-31 22:19:57 +01:00
Stefano
0d34b11657
Update rm380z.cpp
2016-12-31 22:19:55 +01:00
Stefano
f9b0a31dc9
Making the RTC chip react on the Aussie Byte
2016-12-31 22:19:32 +01:00
sparrowred
87f62419c6
correct clone relationship for zoopj (nw)
2016-12-31 22:19:31 +01:00
sparrowred
2a1f72c945
reverted last change (nw)
2016-12-31 22:19:29 +01:00
Nathan Woods
54766981c2
[Imgtool CoCo/RS-DOS] Miscellaneous cleanups and C++ modernization
2016-12-31 22:19:11 +01:00
system11b
4f7ff8f846
cvs.cpp: popmessage in some games only appears with VERBOSE=1 now
2016-12-31 22:19:09 +01:00
David Haywood
8663304100
also decapped / dumped an MCU for the original quizard (1) [TeamEurope]
2016-12-31 22:19:08 +01:00
David Haywood
780cd40da8
note that the dumped Quizard 4 MCU is German region.
2016-12-31 22:19:06 +01:00
David Haywood
d945178ae7
fix flags on these, the quizard3 and 4 game versions has never worked past coin-up to my knowledge. quizard4 does boot now tho, it was using the wrong sim before.
2016-12-31 22:19:05 +01:00
David Haywood
2b1ab32002
replace with better dump (nw)
2016-12-31 22:19:03 +01:00
David Haywood
2e9e772938
added decapped dump of the d8751 on quzard4 sets [Team Europe]
...
(also added NO_DUMP listings to the other - MCU might control region tho, so possibly needs further thought)
have NOT hooked this up properly so not 100% sure it's good - timer interrupt code ends up jumping to unused area
000B: ljmp $016A
016A: clr tr0
016C: mov th0,#$FD
016F: mov tl0,#$12
0172: setb tr0
0174: push acc
0176: push psw
0178: mov a,r0
0179: push acc
017B: mov a,r1
017C: push acc
017E: anl c,/it1
0180: djnz r1,$013A
013A: rr a
013B: add a,r1
013C: mov r0,#$83
013E: mov p0.7,c
0140: acall $0012
0012: mov r7,a
0013: reti
0142: ljmp $E430
E430: nop
E431: nop
E432: nop
E433: nop
2016-12-31 22:19:02 +01:00
AJR
1ca8f8c71e
New callback for generic_latch_8/16_device (nw)
...
- Add MCFG_GENERIC_LATCH_DATA_PENDING_CB to raise and lower a line automatically as the latch is written and read. This should make sound IRQs easier to deliver and reduce the incidence of HOLD_LINE in drivers.
- Update a few drivers to use this new callback.
2016-12-31 22:19:00 +01:00
Vas Crabb
713735526b
josvolly: "AA 007" chip is really NEC D8255A for reading input ports [CAPS0ff, Vas Crabb]
2016-12-31 22:18:59 +01:00
Scott Stone
154921764f
neogeo.xml validation fixes (nw)
2016-12-31 22:18:57 +01:00
Scott Stone
d6261d705a
New clones added
...
----------------
Robo Army (NGM-032 ~ NGH-032) [JacKc]
Saulabi Spirits / Jin Saulabi Tu Hon (Korean release of Samurai Shodown II, set 2) [JacKc]
2016-12-31 22:18:55 +01:00