mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-22 11:29:20 +00:00
Add TODO explaining all currently-unhandled writes.
This commit is contained in:
parent
1d9c3fb827
commit
83a9ef772a
@ -241,6 +241,8 @@ public:
|
|||||||
case 0xff3e: page_rom(); break;
|
case 0xff3e: page_rom(); break;
|
||||||
case 0xff3f: page_ram(); break;
|
case 0xff3f: page_ram(); break;
|
||||||
|
|
||||||
|
// TODO: audio is 0xff10, 0xff11, 0xff0e, 0xff0f and shares 0xff18.
|
||||||
|
|
||||||
default:
|
default:
|
||||||
printf("TODO: TED write at %04x\n", address);
|
printf("TODO: TED write at %04x\n", address);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user