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 Split disk data out into its own record (#158) 2022-09-17 06:41:35 -07:00
disk2.ts Split drivers into different files 2022-09-24 09:51:40 +02:00
langcard.ts More debugger panels (#141) 2022-07-13 20:34:50 -07:00
mouse.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
nsc.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
parallel.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
ramfactor.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
smartport.ts Rename drive number fields/variables/parameters to `driveNo` 2022-09-24 08:53:48 +02:00
thunderclock.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
videoterm.ts Enforce strict equality (#115) 2022-05-18 08:19:45 -07:00