Commit Graph

74703 Commits

Author SHA1 Message Date
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
braintro
4e5f6da556 dblewing.cpp: Added PAL dumps to the Double Wing sets. [Corrado Tomaselli] 2020-07-27 21:04:51 -05:00
cracyc
6962e5c191 pcx: some page protection bits 2020-07-27 19:06:49 -05:00
AJR
4aae75d753 kl5c80a12: Emulate interrupt controller 2020-07-27 14:22:58 -04:00
ClawGrip
f5191273ac
New clones marked as NOT_WORKING (#7003)
* New clones marked as NOT_WORKING
--------------------------------
Cuatro en Linea (rev. A-06) [Victor Fernandez (City Game), ClawGrip]
2020-07-27 14:13:12 -04:00
cam900
2b95c80567
k054539.cpp: Allow side effects, Add imperfect_features (#6996)
* k054539.cpp: Allow side effects, Add imperfect_features related to unverified/unemulated effects and some registers.
2020-07-27 14:12:44 -04:00
fulivi
943fc34f39
HP IPC: support for I/O slots and 82919 serial card added (#7001)
* mc68681: tx/rx clocking from timer fixed, added partial support for
break signal

* hp_ipc: support for I/O slots added, 82919 serial I/O card added
2020-07-27 14:12:05 -04:00
Roberto Fresca
b31859d6c5 New machines marked as NOT_WORKING
----------------------------------
Bingo 75 [Team Europe, Roberto Fresca]
2020-07-27 16:15:20 +02:00
hap
4da115a715 cp2000: put sboard interface on left side like everywhere else 2020-07-27 14:39:57 +02:00
Roberto Fresca
d6ea641f82 Cherry Master I (ver.1.01, set 9) improvements [Roberto Fresca, Team Europe]:
* Redumped the NMC27CP128Q devices as 27C256 and found complete/perfect binaries.
 * Descrambled the program.

This is weird... The National NMC27CP128Q datasheet says that these devices are
16k x8 (0x4000). Also the diagram lacks of A14 line. Surprisingly they can hold
32k x8 (0x8000) binaries. We're thinking if the ones present in the board are fake.

Machines promoted to working
----------------------------
Cherry Master I (ver.1.01, set 9) [Roberto Fresca, Team Europe]
2020-07-27 12:38:05 +02:00
Roberto Fresca
7ed8056064 New clones marked as NOT_WORKING
--------------------------------
Cherry Master I (ver.1.01, set 9) [Team Europe]
2020-07-27 06:32:45 +02:00
Ryan Holtz
1f49ddb97f -vsmile, nes_clone: Fixed issues for release. 2020-07-27 03:40:53 +02:00
Roberto Fresca
4b9fa2c256 Jolly Joker (Solid State module in suicide board): Module specs. 2020-07-27 00:16:57 +02:00
Roberto Fresca
e90af741fb New working clones
------------------
Jolly Joker (Solid State module in suicide board) [Team Europe, Roberto Fresca]

New working machines
--------------------
Gratis Poker (V.204) (2 sets) [Team Europe, Roberto Fresca]
2020-07-27 00:04:34 +02:00
Firehawke
5c432212a3
Hopefully not too late for merge for 223. Here's the Apple II stuff for July 2020. (#7007)
* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

Those Amazing Reading Machines IV (Version 1.0) [4am, Firehawke]
Speedway Math (Version 1.0) [4am, Firehawke]
Quickflash! (Version 1.0) [4am, Firehawke]

New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Apple Galaxian (StarCraft) (cleanly cracked) [4am, Firehawke]
Space Journey (cleanly cracked) [4am, Firehawke]
Exploring Maps and Globes (cleanly cracked) [4am, Firehawke]
Snooper Troops 1: The Case of the Granite Point Ghost (Revision 2) (cleanly cracked) [4am, Firehawke]
Newbery Winners: A Wrinkle in Time (cleanly cracked) [4am, Firehawke]
Newbery Winners: Bridge to Terabithia (cleanly cracked) [4am, Firehawke]
Newbery Winners: Sounder (cleanly cracked) [4am, Firehawke]
Newbery Winners: The Westing Game (cleanly cracked) [4am, Firehawke]

* New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Geometry: Area and Perimeter (cleanly cracked) [4am, Firehawke]
Harvey by Primes (cleanly cracked) [4am, Firehawke]
Computer Assisted Problem Solving for Intermediate Algebra (Revision 2) (cleanly cracked) [4am, Firehawke]
Geometry: Rectilinear Regions (cleanly cracked) [4am, Firehawke]
Problem Solving in Algebra (cleanly cracked) [4am, Firehawke]
Integers (A Contest) (cleanly cracked) [4am, Firehawke]
Solving Equations and Inequalities (Version 2) (cleanly cracked) [4am, Firehawke]
Estimation: Bull's Eye (cleanly cracked) [4am, Firehawke]
Return to Reading: The Red Pony (cleanly cracked) [4am, Firehawke]
Return to Reading: Johnny Tremain (cleanly cracked) [4am, Firehawke]
Testing Basic Math Skills 1 (cleanly cracked) [4am, Firehawke]
Geometry Pool and Billiards (cleanly cracked) [4am, Firehawke]
Casa Del Misterio (cleanly cracked) [4am, Firehawke]
M-ss-ng L-nks: Al Pie De La Letra (cleanly cracked) [4am, Firehawke]
Fraction Word Problems (cleanly cracked) [4am, Firehawke]
The Spanish Contest (cleanly cracked) [4am, Firehawke]
Analytical Reasoning (cleanly cracked) [4am, Firehawke]
Rounding and Estimation (cleanly cracked) [4am, Firehawke]
Proper and Improper Fractions: Fractions, Decimals, and Percent (2nd Edition) (cleanly cracked) [4am, Firehawke]
Averages (cleanly cracked) [4am, Firehawke]
Nouns/Pronouns (08.31.86 Version) (cleanly cracked) [4am, Firehawke]

* New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Metric System Tutor (cleanly cracked) [4am, Firehawke]
Addition: Whole Numbers Steps 1-17 (cleanly cracked) [4am, Firehawke]
Addition: Fractions Concepts Steps 1-8 (cleanly cracked) [4am, Firehawke]
2020-07-26 17:46:17 -04:00
David Haywood
94692a3a9b
new WORKING machines (plug and play) (#7009)
* new WORKING machines
------
Vs Maxx 5-in-1 Casino / Senario Card & Casino Games [Sean Riddle, David Haywood]
Game Sporz Wireless Boxing [Sean Riddle, David Haywood]

new NOT WORKING machines
------
Zone Fusion [Sean Riddle, David Haywood]

* 2004 seems to be the release year of these
2020-07-26 17:45:48 -04:00