From 807f1efbdb00a1b811dbb38ffbc50360cb37bfa0 Mon Sep 17 00:00:00 2001 From: redcode Date: Mon, 29 Aug 2022 02:48:31 +0200 Subject: [PATCH] Comments. --- sources/Z80.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/Z80.c b/sources/Z80.c index bfbea78..97d1c4a 100644 --- a/sources/Z80.c +++ b/sources/Z80.c @@ -1828,8 +1828,6 @@ INSTRUCTION(xy_cb_prefix) | and the final instruction is executed. Each prefix consumes 4 T-states. | '=============================================================================*/ -/* TODO: RESET */ - INSTRUCTION(xy_xy) { zuint8 cycles, first_prefix = DATA[0];