Commit Graph

77284 Commits

Author SHA1 Message Date
987123879113
cc6c22d263
firebeat.cpp: Fixed input range for wheels in Keyboardmania games. (#7607) 2020-12-30 00:21:14 +11:00
hap
3982f48af0 novag_snova: A-H are on the right side of leds 2020-12-29 13:26:16 +01:00
arbee
8a95114761 ncr5380n: fix MAME lockup introduced in the previous change [R. Belmont] 2020-12-28 20:44:43 -05:00
arbee
5bfe80fe66 Temporary hack so most DRC games work on the M1/Apple Silicon. [R. Belmont, balr0g, Vas Crabb] 2020-12-29 06:41:34 +11:00
AJR
8bc60a4880 hitpoker.cpp: Fix mistake in allocation size 2020-12-29 06:41:34 +11:00
arbee
eb8a262af1 Temporary hack so most DRC games work on the M1/Apple Silicon. [R. Belmont, balr0g, Vas Crabb] 2020-12-28 14:36:13 -05:00
Olivier Galibert
819888565d konamigx: missing part of the patch 2020-12-28 20:09:36 +01:00
AJR
c797dba569 hitpoker.cpp: Fix mistake in allocation size 2020-12-28 13:53:36 -05:00
Olivier Galibert
1e4d229d98 k053247: put the real memory size. Fixes the soccerss crashes, if not the memory test itself. 2020-12-28 19:52:10 +01:00
Olivier Galibert
e107ddf142 tms57002: clear some forgotten registers 2020-12-28 19:35:44 +01:00
Olivier Galibert
4832a94494 storming: fix videoram oob access 2020-12-28 19:00:35 +01:00
Olivier Galibert
33ae3be81c gaelco_gae1_device: fix channels init, fixes random crashes and possibly audio issues in surf planet 2020-12-28 18:48:14 +01:00
Vas Crabb
f6f0901551 Merge branch 'release0227' into mainline-master 2020-12-29 04:45:24 +11:00
Olivier Galibert
2cd35edee2 imagetek_i4100_device: Add some missing initializations, hopefully fixing random metro.cpp crashes at startup 2020-12-28 18:33:59 +01:00
Ivan Vangelista
f1a25bd8a2 playmark.cpp, powerbal.cpp: preliminary minor cleanups in preparation of subclassing and adding of the new wbeachvl MCU dumps 2020-12-28 18:20:45 +01:00
Ivan Vangelista
b7529f790b magicard.cpp: decapped and dumped PIC16F84 for magicardj and magicle [Caps0ff, TeamEurope] 2020-12-28 18:14:18 +01:00
Olivier Galibert
057969e8c2 views: pre-inline h_make_1, reduces the memory a little more 2020-12-28 14:25:18 +01:00
Olivier Galibert
4586e514f7 views: Remove the lambdas, seems to make the compiler usage resources less catastrophic 2020-12-28 12:40:22 +01:00
ClawGrip
24fcb22195 ice_hhhippos.cpp: Add PCB ASCII layout and anonymous namespace 2020-12-28 03:18:24 +11:00
hap
dca104bfbe supremo: placeholder for io ports 2020-12-27 13:39:25 +01:00
ArcadeShadow
035224f1b4
ibm5170 - New working software list additions (#7596)
New working software list additions
-----------------------------------
ibm5170: Tetris Classic (Windows 3.x release)
2020-12-27 11:27:45 +01:00
cam900
90152f33d5
segas32.cpp: Added save state support, and fixed backdrop color fill when screen resolution is changed. (#7583) 2020-12-27 14:52:35 +11:00
AJR
54e03f47e0 New machines marked as NOT_WORKING
----------------------------------
Hungry Hungry Hippos (redemption game) [Museo del Recreativo, The Dumping Union]
2020-12-26 22:48:43 -05:00
Firehawke
cc5857c99d
Document parent/child for AntiM on Apple II (#7585) 2020-12-27 14:39:18 +11:00
Vas Crabb
fc20fdd567 galaxian.cpp: Custom port names on namenayo obfuscate the controls. 2020-12-27 14:16:59 +11:00
Vas Crabb
6071450833 Fix linking the virutal subtarget. 2020-12-27 13:15:02 +11:00
David Haywood
9936ec012b
new WORKING machine - Namennayo (Japan) (#7599)
* new WORKING machine
------
Namennayo (Japan) [ShouTime, David Haywood]

* confirm input mapping

* add bonus lives dip

* set to 4-way stick

* nitpicking

* this is what plugins\portname is for, but whatever, be like that.
2020-12-27 01:04:58 +01:00
Scott Stone
2e5406e4c0 cmi2x: comment cause of excessive printf output 2020-12-26 17:36:16 -05:00
Nigel Barnes
6f3ecb013f aa310.cpp: Replaced i2cmem with pcf8583 RTC device. 2020-12-26 19:26:28 +00:00
AJR
36f6157bc4 luareference.rst: Move the luareference-input properties together 2020-12-26 13:59:37 -05:00
AJR
b5b2741261 cdp1863: Initialize more member variables 2020-12-26 13:41:03 -05:00
AJR
c04e2cbe0b natkeyboard: Remove from ioport_manager 2020-12-26 13:39:34 -05:00
Vas Crabb
43f569e58f srcclean for 0.227 2020-12-27 05:35:56 +11:00
Vas Crabb
a5e6f4ea8d Expose a couple more things to Lua so the plugins can show the actual key mapped to UI clear. 2020-12-27 04:27:42 +11:00
Robbbert
c2f698a95f Fixed crash of dcat16 at start 2020-12-27 04:18:53 +11:00
Vas Crabb
fb911eb6be util/wavwrite.cpp: Hopefully fix build with clang libc++. 2020-12-27 01:59:19 +11:00
Vas Crabb
4623e2ecf2 docs: Fix up the instantiation sections in the Lua reference. 2020-12-27 01:46:17 +11:00
Vas Crabb
9e36b6a6d9 More Lua interface cleanup - it's simpler with cleaner underlyng APIs.
Made the sound manager mute controls readable, and got rid of system
enable since it just controls system mute anyway.  This was causing
confusion: phantom2 was trying to use both independentlyt casuing the
mute bit to be ignored.

THe Lua interface changes are mostly changing methods to properties,
some renames to make things clearer, and some additional properties for
better control over snapshots.
2020-12-27 01:32:37 +11:00
Ivan Vangelista
509c946736 New machines marked as NOT_WORKING
----------------------------------
unknown Cointek game [Siftware]
2020-12-26 15:16:30 +01:00
David 'Foxhack' Silva
f6462c3ace
Updated RX-78 hash/driver comments (#7597) 2020-12-26 13:06:27 +01:00
hap
af3f163ed8 snk68: remove an extra space in string 2020-12-26 12:39:36 +01:00
Ryan Holtz
f3540a7e26 -sa1111, sed1356: Turned logging back off. [Ryan Holtz] 2020-12-26 12:21:46 +01:00
Ryan Holtz
d49fca9d08 -sa1110: Added initial attempt at UART receiving. LSB of received data seems missing, however. [Ryan Holtz]
-jornada: Added enough keyboard keys to boot with kernel debugging enabled. [Ryan Holtz]
2020-12-26 12:19:39 +01:00
Ryan Holtz
e3eea178ad -arm7: Fixed the build. [Ryan Holtz] 2020-12-26 11:36:50 +01:00
Ryan Holtz
e6d4824a8d -arm7: Added rudimentary TLB support. Allows HP Jornada 720 to boot further. [Ryan Holtz] 2020-12-26 11:30:31 +01:00
ArcadeShadow
d7ef8a48f2 ibm5150 - New working software list additions
Added: [altdest] Altered Destiny (5.25")
Added: [altdesta] Altered Destiny (5.25", older)
Added: [altdest35] Altered Destiny (3.5")
Added: [btlches2] Battle Chess II: Chinese Chess
2020-12-25 21:51:34 -08:00
Brian Troha
ff1c1da532 New working clones
------------------
P.O.W. - Prisoners of War (US version 1, mask ROM sprites ) [hammy, The Dumping Union]
2020-12-25 22:47:11 -06:00
Ryan Holtz
c865983f99 -jornada: Turned off error logging, fixed ROM hashes, and tidied savestate registration. [Ryan Holtz] 2020-12-25 12:27:48 +01:00
Ryan Holtz
2900b3373d -sa1110, sa1111, sed1356: Turned off error logging. [Ryan Holtz] 2020-12-25 12:27:48 +01:00
Davide Cavalca
76d0548473
next.cpp: Use logerror rather than printf for debugging output. (#7592) 2020-12-25 19:54:51 +11:00