* New working clones
------------------
Pang (bootleg, set 7) [jordigahan, ClawGrip]
(nw) I cannot see the sound chip on the PCB pic, just the Z80 and the OKI M5205, but I'd say it sounds good as I've added it. Please, feel free to add MACHINE_IMPERFECT_SOUND if you hear it otherwise.
* Add 'pangbc' (nw)
* Add note about 'pangbc' sound hardware (nw)
New working software list additions (from the uzebox site and forum)
----------------------------
Final Blood
Frog Feast
Laser Puzzle
Laser Puzzle II
Melli's RetroLand
Reels of Fortune
Uzebox Tactics
Uzi Wars
The FDC clock changes with the programmed connector selection.
The 5.25 versus 8 inch boot floppy jumper is an input and does
not need and input changed handler.
The FDC supports four floppy drives, up from two.
The IRQ line was not implement. Add an input merge device and
connect up more of the IRQs to this. The timer hack is no longer
necessary and has been removed - it was just missing an IRQ.
Add a DASM override for OS9 system calls, copied largely from the
COCO, enabled only when the OS9 ROMs are switched on.
Add a BIOS option for OS9 Level 1 version 1.2.
Renamed the version 1.1 ROMs for consistency.
The Gimix machine appears to be working well enough to promote it
from a 'skeleton' to working.
Add the OS9, MFI and UniFlex floppy formats. Update the debug config
options to suit OS9. Single density track zero on OS9 is typically
only on the first side, unlike FLEX which used single density track
zero on both sides. Clarify some of the FLEX specific debug
options. Fix some bugs in the logic related to these options.
* new NOT WORKING
----
Guitar Fever (2007.07.03 Ver 2.7) [TeamEurope, Peter Wilhelmsen, David Haywood]
has timer issues making the music way too slow
* move these (nw)
* new NOT WORKING
----
Atari Flashback Mini 7800 [Sean Riddle, GameHistory.org]
City Patrolman [unknown]
* do fit here (nw)
Add a get_track_format() method that can be overridden to supply format
variations for any track and head. The code is generalised to account for such
variations. The default method returns the passed format, so this change is
neutral for existing formats.
Simplify the FLEX DSK format code. There are now simply format variation
descriptions for the second track that have the sector ID continuing in
sequence from the first track, rather than specialized code.
Extend the FLEX format to support variations in the sectors ID of the first
two sectors. The FLEX 6800 boot sectors have IDs based at zero rather than
one. Extend the FLEX format to support variations for which the first track,
on both sides, is single density on an otherwise double density disk which was
historically a common format.
Extend the OS9 disk format to support variations for which the first track, on
only the first side, is single density on an otherwise double density
disk. OS9 for the SWTPC and Gimix typically used such formats.
Extend the OS9 disk format to support variations with a base sector ID of zero
in contrast to the existing COCO OS9 format which uses a based sector ID of
one. The OS9 format identification code is extended to rely on the optional
information stored in the OS9 LSN0 header to identify COCO format disks, and
all COCO format disks appear to have this optional information in a regular
enough format.