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
Age
Commit message (
Expand
)
Author
2011-04-26
Support for Win32 native OPL output when compiled with Microsoft Visual
James Haley
2011-03-03
Fix Visual Studio build (thanks GhostlyDeath).
Simon Howard
2010-08-31
Don't double OPL sample values, as it causes horrible things to happen
Simon Howard
2010-08-22
Shut up compiler warning.
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
2010-08-13
Add C-converted version of DOSbox OPL emulator.
Simon Howard
2010-03-08
Add OPL-TODO to dist, set svn:ignore properties.
Simon Howard
2010-03-08
Load advapi32.dll pointers dynamically at runtime. This should fix any
Simon Howard
2010-02-27
Use wide-character versions of Win32 API functions. Clean up properly if
Simon Howard
2010-02-27
When loading driver, pass the full path to the ioperm.sys file.
Simon Howard
2010-02-27
Fix race condition with condition variable freed before it is signaled.
Simon Howard
2010-02-26
Add OPL hardware playback support for Windows NT-based systems.
Simon Howard
2010-02-05
Add a hint message about permissions if unable to get I/O permissions
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-04
Make OpenBSD native OPL backend work on x86_64 as well as i386.
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-30
Initialize dwOSVersionInfoSize before calling GetVersionEx().
Simon Howard
2009-09-30
Add Win9x native OPL driver (untested).
Simon Howard
2009-09-27
Set privilege level to 3, not 1.
Simon Howard
2009-09-26
Move register read/write code into OPL library. Detect OPL in the
Simon Howard
2009-09-26
Add OpenBSD/NetBSD native OPL backend.
Simon Howard
2009-09-24
Disable OPL debug output.
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
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
[next]