]> Shamusworld >> Repos - thunder/blobdiff - test/mcu-sound.cpp
Removed useless cruft, fixed off-by-one bug in screen render.
[thunder] / test / mcu-sound.cpp
index 6c8f23043f845e01e182511a59eebe09af5580f0..9430ac284e0a649414d5d131b339838425d7312d 100644 (file)
@@ -60,13 +60,6 @@ uint8_t ReadMemory(uint16_t address)
 //     else if (address == 0x2021)
 //             return input_port_1_r(0);
 
-#if 0
-       // This is a cheap hack to fool the MCU into thinking something's
-       // attached to it...
-       if (address == 0x1181)
-               return 0xA6;
-#endif
-
        return memory[address];
 }