1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-07-25 13:24:23 +00:00

Adds preliminary parsing of the Disk Copy 4.2 format.

This commit is contained in:
Thomas Harte
2019-06-02 13:39:25 -04:00
parent 3e9fa63799
commit 881feb1bd3
12 changed files with 466 additions and 185 deletions

View File

@@ -38,11 +38,11 @@ namespace {
BindD(Apple::Macintosh, Macintosh)
Bind(Atari2600)
BindD(Coleco::Vision, ColecoVision)
BindD(Commodore::Vic20, Vic20)
Bind(Electron)
BindD(Sega::MasterSystem, MasterSystem)
Bind(MSX)
Bind(Oric)
BindD(Commodore::Vic20, Vic20)
BindD(Sega::MasterSystem, MasterSystem)
Bind(ZX8081)
default: