New working systems
-------------------
Kasparov GK 2100 [hap, Berger]
Kasparov Centurion [hap, Berger]
New working clones
------------------
Kasparov Cougar [hap, Berger]
------------------
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>
- Support INT #vct8, LSL A, R0 and FILSWI instructions
- Support many more EA-type instruction modes
- Prevent MOVS(W)I and FILS(W)I from clobbering RW0 if it lies within the destination range
* mt80s: Add adequate amount of RAM to address map
New clones marked not working
-----------------------------
KaraokeTV Star (US, with 25 songs, 'FREE 35 Hit Songs / $35 value' packaging) [David Haywood, TeamEurope]
New systems marked not working
------------------------------
Star Singer Karaoke (MKS4001) [Sean Riddle, David Haywood]
New working software list items
-------------------------------
ibm5170_cdrom: Karaoke Manager Installation CD - Karaoke Manager Version 1.4 (bundled with KaraokeTV Star) [Sean Riddle]
------------------------------
Dice Master [trol]
Clones promoted to working
--------------------------
Super Poker (v102UA) [Ivan Vangelista]
Super Poker (v200UA) [Ivan Vangelista]
Super Poker (v201UA) [Ivan Vangelista]
Super Poker (v203US) [Ivan Vangelista]
Super Poker (v205US) [Ivan Vangelista]
Super Poker (v306US) [Ivan Vangelista]
* sega/sega_beena.cpp, carbeena.xml: Add Car Beena and BIOS MIDI PCM ROMs
New working software items (carbeena.xml)
-------------------------
Car Beena Tentou-you Demo 1 [TeamEurope, QUFB]
- Properly emulate how the GLUE ASIC lays out memory.
- All RAM sizes that were valid on hardware now work, and sizes >8 MiB that caused
the original Mac II ROM to malfunction are locked out for that machine
- Modernized types, usage, and class organization
- Removed model-specific runtime checks
* Also use logmacro.h for compile-time configurable logging.
-util/ioprocs.cpp: Added assertion to write_at equivalent to the one in write.
* Checks for invalid results from underlying write call.
* Also more const.