diff --git a/js/cards/smartport.ts b/js/cards/smartport.ts index c567678..adec9f1 100644 --- a/js/cards/smartport.ts +++ b/js/cards/smartport.ts @@ -97,6 +97,16 @@ const ADDRESS_LO = 0x44; const BLOCK_LO = 0x46; // const BLOCK_HI = 0x47; +// const IO_ERROR = 0x27; +const NO_DEVICE_CONNECTED = 0x28; +const WRITE_PROTECTED = 0x2B; +const DEVICE_OFFLINE = 0x2F; +// const VOLUME_DIRECTORY_NOT_FOUND = 0x45; +// const NOT_A_PRODOS_DISK = 0x52; +// const VOLUME_CONTROL_BLOCK_FULL = 0x55; +// const BAD_BUFFER_ADDRESS = 0x56; +// const DUPLICATE_VOLUME_ONLINE = 0x57; + export default class SmartPort implements Card, MassStorage, Restorable { private rom: rom; @@ -166,7 +176,7 @@ export default class SmartPort implements Card, MassStorage, Restorable