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.) |
||
---|---|---|
.. | ||
applesoft | ||
cards | ||
components | ||
formats | ||
intbasic | ||
roms | ||
ui | ||
apple2.ts | ||
apple2io.ts | ||
base64.ts | ||
canvas.ts | ||
cpu6502.ts | ||
debugger.ts | ||
entry2.ts | ||
entry2e.ts | ||
entry.tsx | ||
gl.ts | ||
main2.ts | ||
main2e.ts | ||
mmu.ts | ||
options.ts | ||
prefs.ts | ||
ram.ts | ||
symbols.ts | ||
types.ts | ||
util.ts | ||
videomodes.ts |