From 7245340c20c8f5ea6531707ae67a1c225a1a75e2 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sat, 18 Mar 2023 12:35:14 +0100 Subject: [PATCH] debug --- cpu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu.cpp b/cpu.cpp index b7cc4af..74033ff 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -424,7 +424,6 @@ uint16_t cpu::getGAMAddress(const uint8_t mode, const int reg, const bool word_m switch(mode) { case 0: - printf("REG: %d\r\n", reg); // registers are also mapped in memory if (reg < 6) return (run_mode == 3 ? ADDR_USER_R : ADDR_KERNEL_R) + reg;