1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Remove dead TODO.

This commit is contained in:
Thomas Harte 2021-10-14 16:09:11 -07:00
parent b12c640807
commit 61e5702520

View File

@ -102,8 +102,6 @@ class ConcreteMachine:
// Do nothing if no address is exposed.
if(!(cycle.operation & (Microcycle::NewAddress | Microcycle::SameAddress))) return access_delay;
// TODO: interrupt acknowledgement.
// Grab the target address to pick a memory source.
const uint32_t address = cycle.host_endian_byte_address();