apple2js/js/cards
Ian Flanigan 51ba03ac28
Split handling of nibble disks and WOZ disks into separate drivers
Before, the `DiskII` object took care of both nibble disks and WOZ
disks at the same time. This made it hard to see which code affected
which disks.

Now, nibble disks are handled by the `NibbleDiskDriver` and WOZ disks
are handled by the `WozDiskDriver`. This separation of code should
lead to easeir testing and, perhaps, faster evolution of disk
handling.

An upcoming change will move the `NibbleDiskDriver` and the
`WozDiskDriver` to separate files.

This passes all tests, compiles, and runs both nibble disks and WOZ
disks.
2022-09-18 21:37:03 +02:00
..
cffa.ts Split disk data out into its own record (#158) 2022-09-17 06:41:35 -07:00
disk2.ts Split handling of nibble disks and WOZ disks into separate drivers 2022-09-18 21:37:03 +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 Split disk data out into its own record (#158) 2022-09-17 06:41:35 -07: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