X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fmcu-sound.cpp;fp=test%2Fmcu-sound.cpp;h=9430ac284e0a649414d5d131b339838425d7312d;hb=a7c3ff9deab4cefbc76ac52d38b67e7033c63cf6;hp=6c8f23043f845e01e182511a59eebe09af5580f0;hpb=6e4a6b1f4aecb0ec7cab2c3dea9553f30f848a4c;p=thunder diff --git a/test/mcu-sound.cpp b/test/mcu-sound.cpp index 6c8f230..9430ac2 100644 --- a/test/mcu-sound.cpp +++ b/test/mcu-sound.cpp @@ -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]; }