mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Update AllDisk and AllTape.
This commit is contained in:
parent
9319f0525a
commit
7fb3048257
@ -40,8 +40,8 @@ enum Type: IntType {
|
|||||||
Acorn = AcornAtom | AcornElectron | BBCMaster | BBCModelA | BBCModelB,
|
Acorn = AcornAtom | AcornElectron | BBCMaster | BBCModelA | BBCModelB,
|
||||||
ZX8081 = ZX80 | ZX81,
|
ZX8081 = ZX80 | ZX81,
|
||||||
AllCartridge = Atari2600 | AcornElectron | Coleco | MSX,
|
AllCartridge = Atari2600 | AcornElectron | Coleco | MSX,
|
||||||
AllDisk = Acorn | AmstradCPC | Commodore | Oric | MSX, // TODO: | AtariST
|
AllDisk = Acorn | AmstradCPC | Commodore | Oric | MSX | ZXSpectrum | Macintosh | AtariST | DiskII,
|
||||||
AllTape = Acorn | AmstradCPC | Commodore | Oric | ZX80 | ZX81 | MSX | ZXSpectrum,
|
AllTape = Acorn | AmstradCPC | Commodore | Oric | ZX8081 | MSX | ZXSpectrum,
|
||||||
};
|
};
|
||||||
|
|
||||||
class TypeDistinguisher {
|
class TypeDistinguisher {
|
||||||
|
Loading…
Reference in New Issue
Block a user