1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-16 18:30:32 +00:00

Fix typo.

This commit is contained in:
Thomas Harte 2023-11-30 14:26:26 -05:00
parent c397da3e5a
commit c076636df1

View File

@ -963,7 +963,7 @@ class IO {
case 0x0007: dma_.i8237.write<7>(value); break;
// TODO: 0x0008 -> command
// TODO: 0x0001 -> mask
// TODO: 0x000a -> mask
// TODO: 0x000b -> mode
case 0x000c: dma_.i8237.flip_flop_reset(); break;