wwfsstar.c: Correct rom loads for genuine PCBs sets and correct a few rom labels. Added the bootleg set and documentation about it. [Brian Troha]
New Clone Added
-----------------------------------
WWF Superstars (bootleg) [Brian Troha]
Added some notes. [Roberto Fresca]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Bonne Chance! (French/English) [Roberto Fresca, Any, The Dumping Union]
- Added omitted direction flags in instruction using both PM() and DM().
- In instruction with 6bit immediate data, this data is signed value. It would be better to show this sign because it is confusing to see for
example 0x3F which actually means -1 (32bit immed data are not confusing
as that big values are easy to recognize).
- Fixed disassembly window not following PC correctly.
- Switched font to Courier New since it seems more universal.
- Fixed gaps between rendered text characters.
- Plumbed mouse handling through the debugger core (clicking selects).
- Made the Enter key behave like old SDL debugger; silently steps.
Rearrange the parent-clones relationship.
New WORKING clones added
------------------------
Lucky 74 (bootleg, set 2) [Any, The Dumping Union, Roberto Fresca]
bootleg board. This one allows to play in both 'remote' and
'normal' mode. The game could pay through regular hopper, or
through manual switch/button, discharging the credits one
by one.
New WORKING clones added
------------------------
Jolly Card (Italian, encrypted bootleg, set 2) [Any, The Dumping Union, Roberto Fresca]
Out of whatsnew.txt:
I believe I've roughed in each of the opcodes the QSound program uses (every
opcode the dsp16 has except three, apparently). Even without all flags being
set and conditions being tested, reasonable memory regions are being accessed.
Unfortunately, though, I've found what I believe to be my first bad opcode
(at PC=03e6 and will have to do a bit of spelunking to see what I can make of
that).
Print Club 2 '97 Winter Ver (J 971017 V1.100) [f205v, ranger_lennier, dopefishjustin, Yohji,
Smitdogg, The Dumping Union]
no idea if this is actually complete, you can make it run (in slow motion) by changing the printer type, but if you go by the rom testing scheme other games use (which is complete garbage anyway) we're potentially missing 3 roms.
Bulk replaced const mc6845_interface -> MC6845_INTERFACE, nw
(MESS)
SMC-777: enabled to show the border area in MC6845 interface, changed various video related function accordingly [Angelo Salese]