summaryrefslogtreecommitdiff
path: root/opl/opl_sdl.c
AgeCommit message (Collapse)Author
2009-10-17Change GetSliceSize() to always return a power of two.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1724
2009-10-17Add OPL library API function to set software emulation sample rate, andSimon Howard
set from snd_samplerate in the configuration file. Subversion-branch: /branches/opl-branch Subversion-revision: 1723
2009-10-03Use Mix_HookMusic rather than Mix_SetPostMix for OPL emulation, to avoidSimon Howard
conflict with PC speaker emulation. Subversion-branch: /branches/opl-branch Subversion-revision: 1706
2009-10-01Convert to American English spellings.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1700
2009-09-21Implement pausing of music.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1688
2009-08-30Add method to clear all existing callbacks.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1642
2009-08-29Don't crash if OPL is shutdown after SDL was initialised.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1635
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-27Add initial SDL driver.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1534