Ivan Vangelista
f6b85ee3a9
snk68.cpp: corrected ROM labels for pow sprite ROMs [Guru]
2021-12-03 06:30:14 +01:00
Robbbert
344d8f0580
Hopefully fix arcade build.
2021-12-03 16:21:09 +11:00
0kmg
7e85f58f71
bus/nes: Added support for a 5/20 in 1 cartridge. ( #8879 )
...
New working software list additions (nes.xml)
-----------------------------------
5 in 1 1993 Copyright [NewRisingSun]
2021-12-02 22:46:30 -05:00
0kmg
817492a3f1
bus/nes: Mario Baby IRQ cleanup, avoid deprecated hold_irq_line(). ( #8878 )
2021-12-02 22:46:11 -05:00
ClawGrip
732dcb5c64
rfslotspcpent.cpp: Add PCB layouts and hardware notes ( #8918 )
2021-12-02 22:45:53 -05:00
0kmg
a26da3a121
nes.xml: Typo in romanization. ( #8883 )
2021-12-02 22:45:04 -05:00
0kmg
91d5c7da67
gba.xml: Added an unreleased game. ( #8888 )
...
New working software list additions
-----------------------------------
Mechanic Mechanica (Japan, prototype) [forestillusion]
2021-12-02 22:44:35 -05:00
0kmg
bda3d63b06
nes.xml: Added 12 bootleg and unlicensed cartridge dumps. ( #8901 )
...
New working software list additions
-----------------------------------
Booky Man (Brazil) [fcgamer]
Captain Planet and the Planeteers (pirate) [Consolethinks, Nikolka]
Destroyer (Asia) [MLX]
FIFA International Soccer '96 (J.League Winning Goal pirate) [NewRisingSun]
Go! Benny! (Asia) [joanna88, krzysiobal]
Over Horizon (pirate) [Consolethinks]
Pokemon 2000 (Felix the Cat pirate) [SupahRetroooo]
Super Contra DS (Super Contra pirate) [famiac, NewRisingSun]
Super Mario 15 (Kaiketsu Yanchamaru 3 - Taiketsu! Zouringen pirate) [mt777]
Xiǎo Bǎikē 2 in 1 - Dūdū Wāwā Dà Màoxiǎn & Zhìlì Pīntú (China) [tenyuhuang]
Xiǎo Zhuàngyuán Shùxué (China) [MLX]
New NOT_WORKING software list additions
---------------------------------------
Xītiān Qǔjīng - Journey To The West (Asia) [taizou]
2021-12-02 22:44:08 -05:00
0kmg
fb706b730b
nes.xml: Added 4 multicart dumps. ( #8914 )
...
- Also corrected VRAM amount for mc_101, fixing graphics issues.
New working software list additions
-----------------------------------
125 in 1 (JY-125) [MLX]
130 in 1 (JY-130) [MLX]
Mario Family 7 in 1 [MLX]
Super 13 in 1 [famiac, NewRisingSun]
2021-12-02 22:43:44 -05:00
shattered
3e26ee8cfb
dl11: DEC DL11-type serial line unit ( #8894 )
2021-12-02 22:43:19 -05:00
ClawGrip
7eac187fc8
New NOT_WORKING machine ( #8927 )
...
New NOT_WORKING machine
---------------------------------
Coche Bully [ClawGrip]
2021-12-02 18:30:27 -05:00
algestam
bd369465e6
hh_sm510: Rename Elektronika drivers to use local Soviet names ( #8912 )
2021-12-02 21:12:00 +01:00
Robbbert
87188e9112
play_1/2/3.cpp: WIP. The majority of the machines are playable. Fixed some bugs and a regression.
2021-12-03 04:19:30 +11:00
Scott Stone
9a2c17e285
vgmplay.xml: Fixed some entry data that happened due to typos, copy paste mistakes or flat out inaccuracies. [einstein95]
2021-12-02 10:42:40 -05:00
Dirk Best
620f531c54
Remove a few outdated references to MESS
2021-12-02 13:34:15 +01:00
Vas Crabb
9f45ed5ac4
More cleanup.
2021-12-02 23:29:39 +11:00
hap
f247065ecb
mame.lst: add missing ace2200
2021-12-02 12:14:35 +01:00
Devin Acker
feed1e143c
imagedev/midiin.cpp: Made channel remapping configurable. ( #8907 )
2021-12-02 17:25:42 +11:00
arbee
55f5586749
apple2e: fix GCC compile. [R. Belmont]
2021-12-01 23:57:09 -05:00
arbee
83352ba766
New machines added as WORKING
...
-----------------------------
Franklin Ace 2200 [R. Belmont]
2021-12-01 23:52:48 -05:00
arbee
91babd44dc
spi_sdcard: fix CMD8 response for SDV2/SDHC. [R. Belmont]
2021-12-01 19:31:08 -05:00
holub
12b260e200
spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK ( #8913 )
...
* spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK and clean up state changes
2021-12-01 18:49:48 -05:00
AJR
bbb9aba9a3
v60: Code cleanup
...
- Remove #ifdefs and use attributes instead
- Remove "never reached" return statements
2021-12-01 17:46:55 -05:00
Vas Crabb
1c8ba9d5c8
Fixed a few coverity errors, several of which are real bugs.
2021-12-02 08:04:41 +11:00
hap
404b7add29
mess.lua: fix copypaste error
2021-12-01 18:56:55 +01:00
Vas Crabb
b44c584342
comquest.cpp: Fixed clang unused private data member warnings.
...
There's commented-out code that uses m_data, but nothing at all uses the
other members, and there's nothing to indicate what they're supposed to
represent, so I removed them altogether.
2021-12-02 04:47:54 +11:00
Vas Crabb
759c54b27d
Various cleanups.
2021-12-02 03:21:21 +11:00
hap
b4bc273afd
sparclite: update notes
2021-12-01 16:05:13 +01:00
hap
890f2eadf4
sparclite: add preliminary system support ctrl reg
2021-12-01 14:58:48 +01:00
AJR
e3256b5543
g65816: Replace #ifdef UNUSED_FUNCTION with [[maybe_unused]] to deter code rot
2021-12-01 08:05:58 -05:00
Robbbert
6fcd0b90f2
saturn: fixed some includes.
2021-12-01 23:15:35 +11:00
Robbbert
0863066da5
stv: moved video into video/saturn.cpp to remove possible circular dependency. ( #8915 )
2021-12-01 22:36:51 +11:00
Ivan Vangelista
cdf9a94dc1
poker72.cpp: updated according to comments on previous commit (palette_init removal, less palette entries)
2021-12-01 06:37:40 +01:00
Vas Crabb
42f81753d2
Soul-crushingly frustrating clean-up:
...
* Patched up a pile of code that was rotting behind UNUSED_FUNCTION, and
switched to [[maybe_unused]] attribute so it can't rot so easily.
* Reduced a bit more redundancy in fruit machine layouts.
2021-12-01 15:20:12 +11:00
AJR
989fd54201
midearth: Fix crash caused by incorrect length of memory share
2021-11-30 21:57:47 -05:00
hap
d7893ea764
hh_sm510: add note about elektronika
2021-11-30 18:56:21 +01:00
Ivan Vangelista
cfd5ebbc2e
poker72.cpp: updated to use a finder for the memory back and other minor cleanups
2021-11-30 15:33:01 +01:00
hap
cdce54aabf
saitek_osa/sparc: add note about expanded ram
2021-11-30 14:30:43 +01:00
Vas Crabb
c2a18887b0
-Filled out most of the Slovak translation. [Milan Galcik]
...
-Cleaned up various bits and pieces. [Vas Crabb]
2021-11-30 23:57:04 +11:00
Patrick Mackinlay
e8fbcd5000
3rdparty.lua: fix msvc build by reordering configuration statements
2021-11-30 15:35:37 +07:00
Patrick Mackinlay
cc8958cb9c
mc68328: update logging to match handler size
2021-11-30 15:34:32 +07:00
hap
fb09b7562a
im01: im01t is from 1991
2021-11-29 19:51:57 +01:00
hap
0858f6cb85
Machines promoted to working
...
----------------------------
Elektronika IM-01T [hap, Radon17, Berger]
2021-11-29 16:42:13 +01:00
angelosa
f7930b625c
Remove template code generators
2021-11-29 16:33:58 +01:00
Vas Crabb
c58bbf1c89
Fixed three fruit machine layouts that weren't cleaned up properly, and cleaned up a few more layouts a little.
2021-11-30 00:31:04 +11:00
hap
c44cff5be8
im01: add freq measurements, add 7segs to artwork
2021-11-29 12:52:06 +01:00
Vas Crabb
e3d21c46a6
-igs017.cpp, igs_m027.cpp: Improved lhzb* descriptions.
...
-Eliminated a bit more redundancy in fruit machine layouts.
2021-11-29 15:58:04 +11:00
HappyASR
50772c6f4a
New machines marked as NOT_WORKING ( #8897 )
...
--------------------------------
Long Hu Zhengba San He Yi (V100CN) [XingXing, little0]
2021-11-29 15:52:35 +11:00
HappyASR
24e51dcff3
dynax.cpp: Added TMP91P640N dump for Mahjong Ougon no Hai. [XingXing]
...
Machines promoted to working
----------------------------
Mahjong Ougon no Hai (bootleg) [XingXing]
New working clones
------------------
Mahjong Ougon no Hai (bootleg 1) [XingXing, little0]
New clones marked as NOT_WORKING
--------------------------------
Mahjong Ougon no Hai (bootleg 2) [XingXing, little0]
2021-11-29 15:48:30 +11:00
arbee
7d4c5c7848
apple2: properly instantiate the template methods [R. Belmont]
2021-11-28 22:48:15 -05:00