unkfr belongs in 4enraya (which was my guess when it was mentioned)
doesn't seem much point in having a complete non-working driver in the source for it when it boots as a romswap.
- Decrypted vbowlhk and added its own bitswaps for IGS003 and IGS011
- Found dips to perform a protection test in vbowl. Changed IGS012 mode toggling to pass the test.
- Changed IGS003 command 48 in lhb2 and vbowl to potentially work in more cases (based on lhb2 tables)
Clones promoted to working
--------------------------
Virtua Bowling (Honk Kong, V101HJS) [Abelardator2, Luca Elia]
Now passes Lorenz testsuite-2.15's cputiming.prg (and does not break laxay.prg)
Ref: NMOS 6510 Unintended Opcodes no more secrets (v0.91 - 24/12/16) http://csdb.dk/release/?id=152327 page 14 ($BF) cycles = 3 to read, and 4+1 if page boundary.
* it's now possible to actually play the game to some extent assuming you recalibrate the guns by holding both service buttons. Game randomly crashes tho so not yet markable as working.
------------------
Crash Road (bootleg of Space Chaser) [Ed Cross]
(nw) I'm committing this on behalf of David Haywood, who didn't want to do this as a PR since this adds no new emulation. However, sound doesn't seem to be working...
Added software list entries from various sources:
- Nihon Mukashibanashi, The Queen of Duellist Gaiden Alpha Light [yukin / Tokugawa Corporate Forums]
- DOR Special Edition '93 (alt), Gokko Vol. 03 - Etcetera [redump.org]
- Europa Sensen, Nobunaga no Yabou - Bushou Fuunroku, Inindou - Datou Nobunaga [Reuental]
Also, updated the undumped list and merged the Towns and Marty list, since there is no real distinction between them. Some games are Marty-compatible, but only some of them were advertised as such, and there are no Marty-only games.
The source of the issue is that the logic for rotating slot options was broken. It would count selectable options and skip over options that were not selectable, except for the specific scenario where the index was zero. I ended up largely replacing the logic to be more C++-ish.