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