summaryrefslogtreecommitdiff
path: root/opl
AgeCommit message (Expand)Author
2009-08-30Add method to clear all existing callbacks.Simon Howard
2009-08-29Use OPL_Delay to wait 1ms for timer to expire when doing OPL detect.Simon Howard
2009-08-29Don't crash if OPL is shutdown after SDL was initialised.Simon Howard
2009-08-29Fix crash when specifying an invalid filename.Simon Howard
2009-08-29Set timer callback for OPL emulator so that the adlib detection routineSimon Howard
2009-08-28Working SDL OPL driver.Simon Howard
2009-06-02Disable debug output.Simon Howard
2009-06-02Fix crash due to timer thread starting before resources allocated.Simon Howard
2009-05-31Fix OPL callback queue.Simon Howard
2009-05-30Add initial callback/timer API.Simon Howard
2009-05-28Set channel bits for OPL3 so that OPL2 traces will play back properly.Simon Howard
2009-05-28Fix OPL detect.Simon Howard
2009-05-28Add droplay example program from /research, adapted to work with OPLSimon Howard
2009-05-27Add initial SDL driver.Simon Howard
2009-05-27Oops.Simon Howard
2009-03-29Fix compile warning.Simon Howard
2009-03-11Debug trace code for register writes.Simon Howard
2009-03-10Fix outb() call, display error message if unable to gain portSimon Howard
2009-03-10Set svn:ignore property.Simon Howard
2009-03-10Add OPL lib plumbing and Linux native driver.Simon Howard
2009-03-10Initialise OPL registers on startup, initialise voices.Simon Howard
2009-03-10Add opl library main header and stub functions.Simon Howard
2009-03-09Make global variables static. Replace uint with uint32_t.Simon Howard
2009-03-04Fix up fmopl code to remove ScummVM dependencies and compile as C. AddSimon Howard
2009-03-04Add fmopl files from ScummVM.Simon Howard