1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-21 21:33:54 +00:00

Add TODO.

This commit is contained in:
Thomas Harte 2024-02-14 22:46:57 -05:00
parent be11f31d5d
commit 809bc9d6a8

View File

@ -49,6 +49,10 @@ class Card {
// by an access to $cfff.
};
// TODO: I think IO and Device are the wrong way around above.
// See https://retrocomputing.stackexchange.com/questions/5730/how-did-the-address-decode-for-apple-ii-expansion-cards-work
// and/or https://gglabs.us/sites/gglabs.us/files/a2scsi-A00_sch.pdf
/*!
Advances time by @c cycles, of which @c stretches were stretched.