apple2js/js/cards
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
..
drivers Split drivers into different files 2022-09-24 09:51:40 +02:00
cffa.ts
disk2.ts Split drivers into different files 2022-09-24 09:51:40 +02:00
langcard.ts
mouse.ts
nsc.ts
parallel.ts
ramfactor.ts
smartport.ts
thunderclock.ts
videoterm.ts