apple2js/js/ui
Ian Flanigan 8c2299e43e
Minor cleanup (#162)
* 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.

* Rename drive number fields/variables/parameters to `driveNo`

Before, the naming of fields, variables, and parameters that took
`DriveNumber` was very inconsistent. This changes them all to
`driveNo`.

* Organize imports in `disk2.ts`

The imports were automatically organized using VS Code's organize
imports action.
2022-10-01 11:08:58 -07:00
..
apple2.ts Minor cleanup (#162) 2022-10-01 11:08:58 -07:00
audio_worker.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
audio.ts Make errors in the disk and audio workers not block the emulator (#150) 2022-08-21 12:41:19 -07:00
drive_lights.ts Minor cleanup (#162) 2022-10-01 11:08:58 -07:00
gamepad.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
joystick.ts Use CSS modules (#123) 2022-06-03 15:30:39 -07:00
keyboard.ts Preact mass storage (#125) 2022-06-05 10:57:04 -07:00
mouse.ts Add touch screen handling (#113) 2022-05-13 06:55:03 -07:00
options_modal.ts Preact UI (#106) 2022-05-10 06:52:06 -07:00
printer.ts Clean up copyright notices (#93) 2021-12-21 12:35:26 -08:00
screen.ts Prohibit any 2022-05-17 19:08:28 -07:00
system.ts Preact UI (#106) 2022-05-10 06:52:06 -07:00
tape.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
types.ts Clean up copyright notices (#93) 2021-12-21 12:35:26 -08:00