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]
- avoid crash when loading some games (eg comp1, ghost) due to going past bounds in pen (might need a proper / better fix but the code is safe now)
- don't do string / hash lookup in inner most draw loop(!!) (this driver has excessive lookups all over the place on read/write accesses too)
- Add MIDI in and out ports as image device types
- Add OSD calls to check for and read MIDI input
- Add MIDI in image device which reads input and converts it to a serial bitstream
nw section:
Note that the MIDI In device uses the new image device override to prevent the core from attempting to fopen() the "file" name and instead it handles open/close itself in call_load/call_unload. This allows greater flexibilty than the hack used for sockets/ptys/named pipes where the OSD file layer has to know about them.