index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opl
/
opl_sdl.c
Age
Commit message (
Expand
)
Author
2014-10-07
opl: Use uint64_t for microsecond times.
Simon Howard
2014-05-11
opl: Change library to use us instead of ms.
Simon Howard
2014-05-10
opl: Add API to adjust tempo.
Simon Howard
2014-05-05
Clean up file headers.
Simon Howard
2010-08-31
Don't double OPL sample values, as it causes horrible things to happen
Simon Howard
2010-08-15
Fix volume multiply; DBOPL now generating output.
Simon Howard
2010-08-15
Hook DBOPL into OPL library and remove FMOPL. Does not generate any
Simon Howard
2009-10-17
Change GetSliceSize() to always return a power of two.
Simon Howard
2009-10-17
Add OPL library API function to set software emulation sample rate, and
Simon Howard
2009-10-03
Use Mix_HookMusic rather than Mix_SetPostMix for OPL emulation, to avoid
Simon Howard
2009-10-01
Convert to American English spellings.
Simon Howard
2009-09-21
Implement pausing of music.
Simon Howard
2009-08-30
Add method to clear all existing callbacks.
Simon Howard
2009-08-29
Don't crash if OPL is shutdown after SDL was initialised.
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-05-30
Add initial callback/timer API.
Simon Howard
2009-05-27
Add initial SDL driver.
Simon Howard