From 61e57025204bae57057fbdb2164721e69faa4e44 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 14 Oct 2021 16:09:11 -0700 Subject: [PATCH] Remove dead TODO. --- Machines/Amiga/Amiga.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Machines/Amiga/Amiga.cpp b/Machines/Amiga/Amiga.cpp index de593f76b..e6c8e2d48 100644 --- a/Machines/Amiga/Amiga.cpp +++ b/Machines/Amiga/Amiga.cpp @@ -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();