Roberto Fresca
6885508ccc
New working clones
...
------------------
Ruleta RE-800 (v1.0, set 2) [Roberto Fresca, Gabriel Vega (El Pampa), Emmanuel Firmapaz, Club Argentino de Arcades]
2024-03-31 05:11:17 +02:00
invertego
04a2582852
debug/express.cpp: Fix bad iterator comparison in postfix conversion. ( #12197 )
...
One iterator was being compared with another from the wrong container.
I observed this by chance when I hit an assert in a debug MSVC build
with checked iterators enabled. This bug could cause dereferencing of a
past-the-end iterator in expressions ending with an operator.
2024-03-30 21:58:23 -04:00
Roberto Fresca
15823c5fec
pacman/pacman.cpp: Cleaned extra space and dot.
2024-03-31 00:09:07 +01:00
Roberto Fresca
bd409633ff
pacman/pacman.cpp: Added Ms Pac-Man Twin extra documentation and ASCII PCB layers.
2024-03-31 00:03:22 +01:00
fulivi
a7dacb6f29
bus/hp9845_io/hp9885.cpp: Implemented format track command. ( #12175 )
...
Also improved log message formatting.
2024-03-31 05:09:57 +11:00
987123879113
79c1ae350d
tools/chdman.cpp: Added support for extracting cue/bin GD-ROM images and producing one binary file per track. ( #12191 )
...
* Use --splitbin/-sb option for extractcd to produce one binary file per track.
* When producing one binary file per track, the binary file name must contain a %t format conversion for the track number.
2024-03-31 05:04:09 +11:00
ArcadeShadow
5c71d40e53
sms.xml: Added two working items. ( #12193 )
...
Also corrected the name of "Jewel Jones" (was called "Jewel Stone").
New working software list additions (sms.xml)
--------------------------------------------
Gemitas [SMS Power!]
Sydney Hunter and the Sacred Tribe [No-Intro]
2024-03-31 03:05:00 +11:00
Julian Sikorski
7018e93c32
Add C compiler flags for Wayland EGL from pkgconfig to OSD build options on Linux. ( #12194 )
...
This will hopefully fix compiling on openSUSE where Wayland headers are in /usr/include/wayland.
2024-03-31 02:52:05 +11:00
Vas Crabb
926fe9bc82
-nes.xml: Use self-closing tags for data areas with no load commands - saves a lot of lines in a file this big.
...
-Disabled GCC stringop-overflow warning due to numerous false positives.
2024-03-31 02:37:24 +11:00
hap
0fb425eca0
boris: correct ram size
2024-03-30 16:17:26 +01:00
David 'Foxhack' Silva
3dadf60bdd
nes.xml: Added a US prototype of Spy vs. Spy. ( #12184 )
...
New working software list items (nes.xml)
-------------------------------
Spy vs Spy: The Island Caper (USA, prototype) [Hidden Palace]
2024-03-31 02:06:48 +11:00
hap
08f824bbff
ti1000/lilprof: small correction to input matrix
2024-03-30 15:16:45 +01:00
Roberto Fresca
b07c1f2e87
Clones promoted to working
...
--------------------------
Super Ms. Pac-Man (turbo hack, NVC284/NVC285 hardware)
[Roberto Fresca, Gabriel Vega (El Pampa), Pablo Marcos (FaceArcade), Emmanuel Firmapaz, Club Argentino de Arcades]
2024-03-30 03:01:05 +01:00
Roberto Fresca
6812b88a0e
New clones marked not working
...
-----------------------------
Super Ms. Pac-Man (hack, NVC284/NVC285 hardware)
[Roberto Fresca, Gabriel Vega (El Pampa), Pablo Marcos (FaceArcade), Emmanuel Firmapaz, Club Argentino de Arcades]
2024-03-30 00:52:30 +01:00
Michael Zapf
de91658241
ti99: Removed casts and fixed a bug in the multi-cartridge connector.
2024-03-29 20:15:15 +01:00
David 'Foxhack' Silva
a17efb048e
snes.xml: Added a prototype of Rockman's Soccer. ( #12185 )
...
New working software list items (snes.xml)
-------------------------------
Rockman's Soccer (Japan, sample) [C. Davis]
2024-03-30 03:23:00 +11:00
Jamie McCadden
c99b5e8283
atari/harddriv.cpp: Corrected brake pedal ADC channel for strtdriv. ( #12192 )
2024-03-30 03:14:00 +11:00
Olivier Galibert
2b212bfe6d
m68000: Fix pc interactions in debugger
2024-03-29 16:39:16 +01:00
FMecha
36ff836fde
namco/namcops2.cpp: Documentation: Battle Gear 3 has an US version + MotoGP should be 1 word ( #12093 )
...
* Also document English BG3 dongle
2024-03-29 11:22:03 -04:00
Ivan Vangelista
9eb6d853d7
New systems marked not working
...
------------------------------
Neo Print - Fairy Tales (World) (T4i 3.07) [Mrhide]
2024-03-29 12:05:00 +01:00
Ivan Vangelista
93dc7f5eb3
New clones marked not working
...
-----------------------------
Scared Stiff (1.1) [Corrado Tomaselli]
2024-03-29 08:00:28 +01:00
Michael Zapf
bc7c4e397f
ti99: Replaced static_cast with dynamic_cast (mametesters 06824)
2024-03-28 23:47:32 +01:00
hap
337e10a21f
sensorboard: pass rotate variable for clear_cb too
2024-03-28 21:11:10 +01:00
hap
64a60aa0fb
phantom/emirage/robotadv: fix piece positions when board is rotated
2024-03-28 20:31:40 +01:00
Ivan Vangelista
0c166ae47e
skeleton/sterz80.cpp: descrambled Oki ROM
2024-03-28 18:33:26 +01:00
Ivan Vangelista
f214669ccb
New working clones
...
------------------
Mahjong Gekisha Part II (Japan) [Hammy]
- igs/pgmcrypt.cpp: added decryption for crzybugs and qlgs, fixed some others [IQ_132]
2024-03-28 18:20:13 +01:00
hap
01647fbe69
pc9801: don't init egc at reset,
...
mos6560: mask offset to fix possible array out of bounds access,
avr8: correct copy paste error on some gpio_out_cb
2024-03-28 18:00:52 +01:00
hap
8202c76788
3dom2_te: fix array out of bounds access on m_tm.m_regs
2024-03-28 16:31:30 +01:00
hap
6583232209
diexec: remove unneeded memset on attotime object in constructor
2024-03-28 15:33:09 +01:00
hap
e9d7aa17c7
pc9801: simpler method to init m_egc struct at reset [Robbbert]
2024-03-28 15:10:27 +01:00
Patrick Mackinlay
79131e997c
palm: fix disassembler synthetics
2024-03-28 19:14:41 +07:00
Vas Crabb
3129e7b7cf
taito/asuka.cpp: Added what looks like an early version of Kokontouzai Eto Mongatari.
...
New working clones
------------------
Kokontouzai Eto Monogatari (Japan, prototype?)
2024-03-28 14:42:02 +11:00
eientei95
662bc48d9a
cheat: Make string.char and string.format available to cheats ( #12183 )
2024-03-27 15:35:30 -05:00
hap
39cd5d6f02
igor: add internal artwork
2024-03-27 20:03:46 +01:00
hap
0076419cb4
saitek_osa/odyssey2 slot devices: add anonymous namespace
2024-03-27 17:08:02 +01:00
AJR
17869b56a3
sinclair/elwro800.cpp: Remove workaround for old GCC
2024-03-27 11:43:38 -04:00
hap
89f4df5760
swp00: fix m_global_step array out of bounds error
2024-03-27 14:53:39 +01:00
hap
2c77b5088b
source org: move emirage/ivant to excalibur folder
2024-03-27 14:42:22 +01:00
hap
b0c36dfdf6
New systems marked not working
...
------------------------------
Igor (Excalibur) [hap, Sean Riddle]
2024-03-27 14:42:21 +01:00
hap
bbabfbf7a3
uzebox: small cleanup
2024-03-27 14:42:21 +01:00
Vas Crabb
fe923e9b3c
Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10.
2024-03-28 00:11:18 +11:00
HappyASR
4d166f4f1f
igs/igs036crypt.cpp: added preliminary decryption for bubucar [XingXing] ( #12187 )
2024-03-27 09:42:34 +01:00
Patrick Mackinlay
b19122db32
palm: new cpu device and disassembler
2024-03-27 15:21:12 +07:00
Olivier Galibert
e3ed66ec77
swx00: Initial buggy noise
...
h8: correct division of negative numbers
2024-03-27 00:43:25 +01:00
Ivan Vangelista
047f60403e
sealy/sealy_eagle.cpp, sega/anyworks.cpp: changed placeholder CPU from SE3208 to ARM9
2024-03-26 18:12:00 +01:00
Ivan Vangelista
57d68eddfc
- igs/igs_m027.cpp: added preliminary decryption for mgzz and mgcs3 [IQ_132]
...
- igs/pgmcrypt.cpp: some standardization, pending device conversion
2024-03-26 18:02:45 +01:00
Ivan Vangelista
7a98a58518
New systems marked not working
...
------------------------------
Qing Cheng Zhi Lian [dyq, little0, Guru]
New working clones
------------------
Mahjong Reach [Sergio Galiano]
- dynax/royalmah.cpp: dumped TMP internal ROM for mjtensin [Sergio Galiano]
2024-03-26 17:59:26 +01:00
Vas Crabb
fbe3087e03
MAME 0.264
...
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmYBg7cACgkQwXSxAYxA
cQ6gFRAAysGN8yDYcONvvr0DFpimKP6SwcAuQJHIyId54VDZdlmutp6/iiAp6LYT
nBpthU8k6teNN20Z3ecxNwd0dwR/5ONFeupuRPuMFl1rHzTFZMFSu0bW7VZ+uaE9
JLFGBh0b3kUkOrnqEFY0qM//2y1f1lOaWmCw8XfCQrRWF0tVZenuVBOxKkn7w9fP
/pEPAZEyQPHSnTujMJxVa8nWGyP+omshiBP8Xr5G6xZiQtHS2moRqnEFX1/WCRSz
xua1WvkMTY4AJ3VEZGvv6Bb9nhmeOmFxmirZM3G/5Nxt52ogkXhAogKDy8CXPcHo
u16X4ZUgeF1WvEATLH1Vx01YZXzX4vRULLeFzKmOXJqtBLvMM9y4qjL18TJcfP9n
yt0d9xMooK/OU1/3rMjjgom9a4D40z/QX3PmPx9RnzdjzLReqARlrt6hAr8rcOa3
XL0Dmxo7mV3ihcdgU/LzrbWb6+2xTx3Bdc+4a9wtd4E4WaivvFu7nGqZI/20K4eK
xQfTutSr43dDWDmbElYfdWG1XT25TmokTrmiL7fRjJWTtjkkfFblTdqe0Eu0c/EV
3rc+8+TA5UZQgsHVWBw0/BRoTl8b5zDnnweHHXc515cw3ihdX4WOnKCRZRHmZii1
QEVxLMe7/zPt15SmFJvecNmSftSWRc+MRploDOEf+8V2SlS6RVc=
=wmpi
-----END PGP SIGNATURE-----
Merge tag 'mame0264' into HEAD
MAME 0.264
2024-03-27 01:27:12 +11:00
Ivan Vangelista
ed17d00037
New systems marked not working
...
------------------------------
Man Guan Caishen 3 (V101CN) [dyq, little0, Guru]
Man Guan Zhi Zun (V100CN) [dyq, little0, Guru]
2024-03-25 18:47:17 +01:00
Vas Crabb
5b670ad51f
Bumped version to 0.264
2024-03-26 01:00:46 +11:00