mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-27 15:29:34 +00:00
Add TODO on dangling hard-coded conversion.
This commit is contained in:
parent
a0a835cf10
commit
4d9d684618
@ -41,6 +41,12 @@
|
|||||||
for the exceptions.
|
for the exceptions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// TODO: external_slot needs to do a proper conversion back to the internal clock,
|
||||||
|
// not assume a multiply by two.
|
||||||
|
//
|
||||||
|
// (and, for MSX 2 purposes, it would ideally know how many cycles since the last access
|
||||||
|
// slot, probably, but I'm not completely sure that's necessary yet)
|
||||||
|
|
||||||
#define slot(n) \
|
#define slot(n) \
|
||||||
if(use_end && end == n) return; \
|
if(use_end && end == n) return; \
|
||||||
[[fallthrough]]; \
|
[[fallthrough]]; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user