dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
351 stars 33 forks source link

Add SpeedDOS support #689

Closed dirkwhoffmann closed 3 years ago

dirkwhoffmann commented 3 years ago

As a preparation for #684, add support for SpeedDOS. SpeedDOS is simpler, because it utilises a standard-sized 16KB Drive ROM and does not require a Drive RAM expansion.

A SpeedDOS+ clone (v2.7, TRIAD) is available here: https://csdb.dk/release/?id=21767

dirkwhoffmann commented 3 years ago

The next version will offer an option to attach a parallel cable to the user port. Right now, only "standard" cables are supported (DolphinDOS will require a custom cable).

Bildschirmfoto 2021-07-21 um 15 31 02

SpeedDOS works fine with the new cable.

Bildschirmfoto 2021-07-21 um 15 42 52

With the cable detached, "Goonies" takes 1:45 min to load from disk. With the cable attached, loading time reduces to 26 sec. The numbers match what I see in VICE, so I am pretty sure the cable works.

dirkwhoffmann commented 3 years ago

Available in v4.3 which is now online.