Commit Graph

5 Commits

Author SHA1 Message Date
Michel Pollet
e231ecb762
Version 1.8, see changelog for details
Tons of changes, see changelog

Signed-off-by: Michel Pollet <buserror@gmail.com>
2024-03-13 08:45:11 +00:00
Michel Pollet
2e12a37bce
Floppy bitstream view, also major refactor of UI code
Split the UI into separate bits.
+ Bits that are X11/GLX only
+ Bits that are 'pure' opengl
+ Bits that are UI related but not renderer related

Hopefully with help porting to other platformsI

Signed-off-by: Michel Pollet <buserror@gmail.com>
2024-02-18 10:32:33 +00:00
Michel Pollet
d399b12a9d
New about box. Also some fixes for some WOZ1 files
AppleGalaxian failed to load because of a sparse track map.

Signed-off-by: Michel Pollet <buserror@gmail.com>
2024-02-14 20:38:34 +00:00
Michel Pollet
01619cfe53
Fix for some crashing WOZ, uncommented code!
I had left a block of code commented out, and that was crashing some
disks with 'special' track mapping.

Also now clear the CRC field on the woz, if any, when writing tracks.

Signed-off-by: Michel Pollet <buserror@gmail.com>
2024-02-13 08:46:09 +00:00
Michel Pollet
66937f3858
New DiskII Driver. Woz here we come
Complete replacement from the previous version, see readme for
details...
Short story is that theres support for WOZ 1/2 read/write disks, as now
emulate the low level LSS state machine.

Signed-off-by: Michel Pollet <buserror@gmail.com>
2024-02-12 16:58:13 +00:00