summaryrefslogtreecommitdiff
path: root/opl/examples
diff options
context:
space:
mode:
Diffstat (limited to 'opl/examples')
-rw-r--r--opl/examples/droplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/opl/examples/droplay.c b/opl/examples/droplay.c
index 5158fbcd..b1656815 100644
--- a/opl/examples/droplay.c
+++ b/opl/examples/droplay.c
@@ -89,8 +89,6 @@ int DetectOPL(void)
WriteReg(OPL_REG_TIMER_CTRL, 0x60);
WriteReg(OPL_REG_TIMER_CTRL, 0x80);
-// Temporary hack for SDL driver.
-return 1;
return val1 == 0 && val2 == 0xc0;
}