summaryrefslogtreecommitdiff
path: root/opl/examples
AgeCommit message (Collapse)Author
2009-09-26Move register read/write code into OPL library. Detect OPL in theSimon Howard
library code, so that we fall back to software emulation if we have port access but an OPL is not detected. Fix detection of ioperm in configure. Subversion-branch: /branches/opl-branch Subversion-revision: 1692
2009-08-29Use OPL_Delay to wait 1ms for timer to expire when doing OPL detect.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1638
2009-08-29Fix crash when specifying an invalid filename.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1634
2009-08-29Set timer callback for OPL emulator so that the adlib detection routineSimon Howard
works. Subversion-branch: /branches/opl-branch Subversion-revision: 1633
2009-08-28Working SDL OPL driver.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1632
2009-05-30Add initial callback/timer API.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1538
2009-05-28Set channel bits for OPL3 so that OPL2 traces will play back properly.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1537
2009-05-28Fix OPL detect.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1536
2009-05-28Add droplay example program from /research, adapted to work with OPLSimon Howard
library. Subversion-branch: /branches/opl-branch Subversion-revision: 1535