mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 15:31:09 +00:00
Remove dead TODO.
This commit is contained in:
parent
b12c640807
commit
61e5702520
@ -102,8 +102,6 @@ class ConcreteMachine:
|
|||||||
// Do nothing if no address is exposed.
|
// Do nothing if no address is exposed.
|
||||||
if(!(cycle.operation & (Microcycle::NewAddress | Microcycle::SameAddress))) return access_delay;
|
if(!(cycle.operation & (Microcycle::NewAddress | Microcycle::SameAddress))) return access_delay;
|
||||||
|
|
||||||
// TODO: interrupt acknowledgement.
|
|
||||||
|
|
||||||
// Grab the target address to pick a memory source.
|
// Grab the target address to pick a memory source.
|
||||||
const uint32_t address = cycle.host_endian_byte_address();
|
const uint32_t address = cycle.host_endian_byte_address();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user