* sony_news.xml: Added proper compatibility flags for different
generations.
* cpu/pic16x8x: This is very much a derivative work.
* cpu/tms32025.cpp: Allow stack push/pop to be inlined.
* tecmo/bombjack.cpp: Avoid needing to remove and replace devices in
machine configuration.
* Various other cleanup.
Add Comelta's DRAC-1 as a new AIM 65 BIOS, and its BASIC, an alternate version of the AIM 65 BASIC v1.1, as a new software list item.
New working software list items
-------------------------------
AIM 65 BASIC v1.1 (alt) [OldComputers ES]
New machines added as WORKING
-----------------------------------
Au (Swimmer conversion) [Neill Baker Tech]
---------
Co-authored-by: hap <happppp@users.noreply.github.com>
- Use C++ style comments for single line comments
- Suppress side effect for debugger reads
- Make variables constant
- Fix spacing
- Reduce literal tag usages
- Add variables into save state
sony/zn.cpp: Cleanups
- Suppress side effects for debugger reads
- Make variables constant
sega/stv.cpp: Add notes
* show size types on these for consistency with IDA output (manual indicates they're usually optional, but does show this syntax in places)
* use the real CPU type (with internal map for internal ROM space) rather than 'XA' directly.
---------
Co-authored-by: David Haywood <hazemamewip@hotmail.com>
New working systems
-------------------
Kasparov GK 2100 [hap, Berger]
Kasparov Centurion [hap, Berger]
New working clones
------------------
Kasparov Cougar [hap, Berger]
* challenge_gear_cart.xml: Use title from cartridge label, also shown on
boot screen.
* sgi_mips.xml: Marked NetBSD install media as unsupported as it can't
be installed (doesn't recognise hard disk).
* spectrum_cass.xml: Consistent description format for Bruxólico demos.
* cpu/dsp56156, cpu/z80: Fixed prefix header inclusion (or lack
thereof).
* bandai/wswan.cpp: Marked Pocket Challenge V2 software list as
original.
* tomy/tomy_princ.cpp: Blank line between ROM definitions.
------------------
Miss World 2002 [system11, Brian Troha, The Dumping Union]
WOW New Fantasia [system11, The Dumping Union]
New systems marked not working
------------------------------
Battle Gear 3 (Ver.2.01A) [Goilup, Camoyoshi, JCStahl1]
Clones promoted to working
--------------------------
Dodge City (2131-82, U5-0D) [Ivan Vangelista]
Dodge City (2131-82, U5-50) [Ivan Vangelista]
Dodge City (2131-82, U5-0 GT) [Ivan Vangelista]
Systems promoted to working
---------------------------
Superstar (4435-81, U5-1) [Ivan Vangelista]
With this change, all the SSDD disks from hpmuseum can be read,
and the size of the disk matches. While at it, also fix a typo.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
- Mac Portable and supported PowerBooks 140/160/170/180 now have working mouse and keyboard.
- Verified that the IIgs, PIC, Egret, and Cuda ADB are still happy.
* LDP1450: Added HLE of player and hookups to some games that use it
* LDP1450: Tweaked timings
* LDP1450 - added some more comms, and text overlay logging
* cops.cpp: Fixed loose input that stopped Nova games from booting
* cops.cpp: Add Revelations support
* LDP1450: Added multibyte command support
* Revelations: Add SHA1 for disc image (needs redump)
- Commit 6957c46998 changed the write part, but missed to convert
the read part. This fixes booting HP-UX 9 on hp9k_3xx.
Signed-off-by: Sven Schnelle <svens@stackframe.org>