mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
a7bf5d025d
Before, all of the disk drivers were in the `disk2.ts` file. With this change, they are now in separate files with a common `types.ts` file for shared types. Now, none of the drives depend on the `disk2.ts` except the WOZ driver that needs access to the sequencer rom. (This may be moved in a future refactoring.) |
||
---|---|---|
.. | ||
BaseDiskDriver.ts | ||
EmptyDriver.ts | ||
NibbleDiskDriver.ts | ||
types.ts | ||
WozDiskDriver.ts |