apple2js/js/cards/drivers
Ian Flanigan a7bf5d025d
Split drivers into different files
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.)
2022-09-24 09:51:40 +02:00
..
BaseDiskDriver.ts Split drivers into different files 2022-09-24 09:51:40 +02:00
EmptyDriver.ts Split drivers into different files 2022-09-24 09:51:40 +02:00
NibbleDiskDriver.ts Split drivers into different files 2022-09-24 09:51:40 +02:00
types.ts Split drivers into different files 2022-09-24 09:51:40 +02:00
WozDiskDriver.ts Split drivers into different files 2022-09-24 09:51:40 +02:00