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;