Commit Graph

6 Commits

Author SHA1 Message Date
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
Michel Pollet
59beeb2f68
emulator UI: Timing measurement helpers
Used that to check obvious timing issues for framerates etc, didn't find
any problem...

Signed-off-by: Michel Pollet <buserror@gmail.com>
2024-02-12 16:56:38 +00:00
Michel Pollet
ad86adfea4
Mostly libmui changes
+ Updated libmui
+ Typehead in the standard file dialog
+ More documentation in the header file
+ Made regexp optional, added a new way to specify suffix list

Signed-off-by: Michel Pollet <buserror@gmail.com>
2024-02-04 09:09:28 +00:00
Michel Pollet
bd0cda4f02 Fix for 'black window' on some hardware
Plus a few other minor bits...

Signed-off-by: Michel Pollet <buserror@gmail.com>
2024-01-22 17:08:06 +00:00
Michel Pollet
3fd0540a83 Version 1.5
Changes are just too long to list...

Signed-off-by: Michel Pollet <buserror@gmail.com>
2024-01-20 12:07:47 +00:00