diff options
-rw-r--r-- | sound/adlib.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/adlib.cpp b/sound/adlib.cpp index 7f74cef00c..28dd37983c 100644 --- a/sound/adlib.cpp +++ b/sound/adlib.cpp @@ -133,12 +133,6 @@ void AdlibSoundDriver::adlib_write(byte port, byte value) { return; _adlib_reg_cache[port] = value; - static FILE *myout; - if (!myout) - myout = fopen("d:\\old.ims", "w"); - fprintf(myout, "[%x]=%x\n", port, value); - - OPLWriteReg(_opl, port, value); } |