Robbbert
33aef7a340
Merged interact into hec2hrp as they are almost the same.
2020-07-30 18:43:28 +10:00
James Wallace
cff4db9e71
mpu4vid.cpp: Fixed fatalerror for v4monte and clones
2020-07-30 09:17:44 +01:00
Robbbert
d54ddb5c7b
*vgmplay.xml: 238365: validation error
2020-07-30 18:08:05 +10:00
braintro
b50dbea54c
taito_f3.cpp: Correct the memory range in the documentation statement.
2020-07-29 21:53:31 -05:00
David Haywood
3b905df6c7
new WORKING machines (Plug Play) ( #7017 )
...
new WORKING machines
-----
Vs Maxx 10-in-1 Casino / Senario Card & Casino Games [Sean Riddle, David Haywood]
new NOT WORKING machines
-----
Ordenador-TV (Spain) [ClawGrip, Sean Riddle, David Haywood]
Centro TV de Diseno Artistico [ClawGrip, Sean Riddle, David Haywood]
I'm Game! GP120 (Family Sport 120-in-1) [Sean Riddle, David Haywood]
My Wico Guitar [ClawGrip, Sean Riddle, David Haywood]
unknown VT1682 based 101-in-1 handheld (PAL) [Takashi Omoto / https://twitter.com/takashioomoto , TeamEurope, David Haywood]
Lexibook Compact Cyber Arcade - Paw Patrol [TeamEurope]
2020-07-29 19:14:58 -04:00
AJR
b5bbf672f0
Use swapendian_int16/int32 in more devices
2020-07-29 17:16:15 -04:00
hap
5de0896497
ssystem3: update notes
2020-07-29 23:08:24 +02:00
Scott Stone
5f72e46f47
vgmplay.xml: Added 25 new entries [vgmrips.net, Tafoid]
2020-07-29 15:18:44 -04:00
Scott Stone
99e728696b
gtfore.xml: Fix invalid setname character (!) not detected on -validate sweep because the softlist is not hooked up to MAME currently (nw)
2020-07-29 15:16:57 -04:00
ArcadeShadow
a1c5b876f3
ibm5170 - New working software list additions ( #7008 )
...
Beneath a Steel Sky (Euro), Goblins Quest 3 (Germany), Jungle Strike
2020-07-29 15:12:16 -04:00
Roberto Fresca
5c1032afdb
Machines promoted to working
...
----------------------------
Super 98 (3-hands, ICP-1) [Roberto Fresca]
2020-07-29 21:01:44 +02:00
hap
23b6a0c6cc
ssystem3: added chess unit lcd svg screen [hap, Berger, Achim]
2020-07-29 20:17:25 +02:00
Robbbert
fac0622f07
*interact.xml works with hector1,hec2hr,victor,hec2hrp as well.
2020-07-30 03:24:44 +10:00
ajrhacker
26662de7b0
Merge pull request #7016 from 68bit/mc6843_crc_delay
...
mc6843: add a delay reading the CRC
2020-07-29 10:38:17 -04:00
ajrhacker
a7b1347ac3
Merge pull request #7015 from 68bit/mdos_dsk_legacy
...
mdos dsk: support legacy floppy images, add XDOS support
2020-07-29 10:37:40 -04:00
Ryan Holtz
03c45ffbc7
-starcrus: Added netlist sound. [Ryan Holtz, Colin Howell, Aaron Giles]
2020-07-29 14:23:58 +02:00
Dirk Best
f24cb7d7e8
New machines marked as NOT_WORKING
...
----------------------------------
SNES 4 Slot arcade switcher (NBA Jam) [Jorge Silva, Ricardo Goncalves]
2020-07-29 11:32:58 +02:00
68bit
fde727af91
mc6843: add a delay reading the CRC
...
Code using programmed I/O may read the last byte of a sector and then
expect to have some time to store that to memory before receiving an
interrupt on the completion of the command. The interrupt was
occurring on the last read and the last byte was being lost by some
drivers. This change adds a delay after reading the last byte, roughly
the time needed to read the 16 bit CRC, before the end of a read
command is processed.
Avoid side effects when these are disabled.
2020-07-29 14:13:46 +10:00
68bit
8ada258ec7
mdos dsk: support legacy floppy images, add XDOS support
...
Add legacy floppy image support which is currently required for the
mc6843 FDC emulator and used by the EXORset which run XDOS a variant
of MDOS.
Add support for 5.25 inch XDOS floppy drive formats as used by the
EXORset.
Make some of the identity tests more permissive to work with observer
disks. The date day and month are reversed on some disks, and the boot
rib cluster is lower.
2020-07-29 14:00:05 +10:00
AJR
ecb1d266c6
nld_4053.cpp: Remove unused lambda capture
2020-07-28 23:59:03 -04:00
braintro
d6a47e20e9
misc spelling corrections.
2020-07-28 22:16:00 -05:00
ajrhacker
f3ce4a494e
Merge pull request #7014 from ajrhacker/sol2_overload_fix
...
Fix SOL2 build on GCC 10.2 by working around overload resolution problem
2020-07-28 22:36:41 -04:00
AJR
dcbee7cda6
Fix SOL2 build on GCC 10.2 by working around overload resolution problem
2020-07-28 20:33:25 -04:00
AJR
ab37462a09
New machines marked as NOT_WORKING
...
----------------------------------
CIT-101XL Video Display Terminal [Bitsavers, Al Kossow]
2020-07-28 20:11:06 -04:00
James Wallace
2eb22200ce
mpu4vid.cpp: Added inputs to BWB games
...
Added overlay for Prize Space Invaders
2020-07-28 21:06:50 +01:00
couriersud
c7359e0aea
netlist: Fix an issue during proxy hookup.
...
* Add cd4053 to netlist.lua
* Recreated nld_devinc.h
2020-07-28 20:44:07 +02:00
Aaron Giles
179d03ac96
netlist: Convert CD4013 DIP to macro.
2020-07-28 20:43:44 +02:00
couriersud
f761f6f7be
netlist: Fix 4011 implementation.
2020-07-28 20:43:19 +02:00
Aaron Giles
44e4ea141d
netlist: Add CD4011, CD4024, 7407 and CD4053 devices.
2020-07-28 20:43:03 +02:00
couriersud
0cbbbdc846
netlist: source stream refactoring
...
* This is an infrastructure change to enable better error reporting
including file/source and line numbers in the future
2020-07-28 20:42:47 +02:00
couriersud
09e987486a
netlist: necessary changes towards runtime processing of macro directory
2020-07-28 20:42:30 +02:00
couriersud
c00cbad238
netlist: Add a missing directive to the file parser.
2020-07-28 20:42:13 +02:00
couriersud
45713f390c
netlist: fix a bug in preprocessor if and elif parsing.
2020-07-28 20:41:51 +02:00
couriersud
af3118d0f1
netlist.cpp: Fix a crash if an exception happened during validation.
2020-07-28 20:41:32 +02:00
couriersud
ffb37e9ae8
netlist: further nl_base.h splitting into headers in core subdir.
2020-07-28 20:40:59 +02:00
couriersud
cbba06308f
netlist: remove test code
2020-07-28 20:40:37 +02:00
Roberto Fresca
6557b300e9
New working clones
...
------------------
Cherry Master I (ver.1.01, set 10, BET stops all) [Ioannis Bampoulas, Roberto Fresca]
Cherry Master I (ver.1.01, set 11, TAKE stops all) [Ioannis Bampoulas, Roberto Fresca]
2020-07-28 20:19:48 +02:00
Robbbert
c6ee58ffac
lviv: small cleanup
2020-07-29 04:18:33 +10:00
ajrhacker
4859bc6bec
Merge pull request #7013 from clawgrip/patch-26
...
vsmilem_cart.xml: Add notes about missing carts
2020-07-28 14:05:03 -04:00
ajrhacker
9612ffe68e
Merge pull request #7012 from clawgrip/patch-25
...
tecnodar.cpp: Add PCB ASCII layout
2020-07-28 13:59:55 -04:00
ClawGrip
d02198b7ea
vsmilem_cart.xml: Add notes about missing carts
2020-07-28 19:30:56 +02:00
ClawGrip
eaff746918
tecnodar.cpp: Add PCB ASCII layout
2020-07-28 19:24:44 +02:00
Ivan Vangelista
09a86ff0c3
New machines marked as NOT_WORKING
...
----------------------------------
Bare Knuckle II (bootleg of Megadrive version) [Jorge Silva, Ricardo Goncalves]
New working clones
------------------
Zoo Keeper (bootleg) [Andrew Welburn]
2020-07-28 19:24:06 +02:00
Robbbert
d2ab2ee5d5
hp_ipc_io.cpp: validation error.
2020-07-28 20:46:01 +10:00
hap
34ee31faeb
ckmaster,ch2001: change irq frequency
2020-07-28 12:07:47 +02:00
James Wallace
0eacedc1c7
mpu4vid.cpp: Fix Prize Space Invaders switches
2020-07-28 09:01:22 +01:00
Aaron Giles
77450420af
speaker.cpp: Add new option -speaker_report <n> to help devs tune volume ( #6995 )
...
* Add new option speaker_report to report clipping and other statistics after each session. This replaces the previous compile-time define and offers more detail.
2020-07-27 21:02:09 -07:00
Aaron Giles
c1804a45ec
cinemat.cpp: Add internal layout for Speed Freak. Clean up gearing logic. ( #7010 )
2020-07-27 20:59:51 -07:00
AJR
ff5144809c
sigmab98.cpp: Change CPU to new KC82-derived type for Sigma/Banpresto games
...
* dashhero: Add back NVRAM (and more of it) now that memory map has been corrected
* getbass: Add KL5C80A16 I/O CPU to configuration
2020-07-27 22:25:18 -04:00
braintro
04b8abbb53
midvunit.cpp: Confirmed the P2 and L1 revision U2 sound code to be identical for Cruis'n USA [Keven Eshbach]
2020-07-27 21:15:27 -05:00