diff options
-rw-r--r-- | audio/softsynth/opl/nuked.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/softsynth/opl/nuked.cpp b/audio/softsynth/opl/nuked.cpp index 9ee3ad39f0..273cbdfa18 100644 --- a/audio/softsynth/opl/nuked.cpp +++ b/audio/softsynth/opl/nuked.cpp @@ -1474,7 +1474,6 @@ void OPL::dualWrite(uint8 index, uint8 reg, uint8 val) { } byte OPL::read(int port) { - port = 0; return 0; } |