From ca065a06caac9ba5fab3eb8b1f49d529755506db Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Aug 2009 20:08:21 +0000 Subject: Set timer callback for OPL emulator so that the adlib detection routine works. Subversion-branch: /branches/opl-branch Subversion-revision: 1633 --- opl/examples/droplay.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'opl/examples') 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; } -- cgit v1.2.3