fruitjam-doom/opl
Simon Howard 77ea97c627 When loading driver, pass the full path to the ioperm.sys file.
Subversion-branch: /branches/opl-branch
Subversion-revision: 1874
2010-02-27 18:57:46 +00:00
..
examples Move register read/write code into OPL library. Detect OPL in the 2009-09-26 23:52:41 +00:00
.gitignore Set svn:ignore property. 2009-03-10 21:57:06 +00:00
fmopl.c Make global variables static. Replace uint with uint32_t. 2009-03-09 23:59:43 +00:00
fmopl.h Fix up fmopl code to remove ScummVM dependencies and compile as C. Add 2009-03-04 21:18:18 +00:00
ioperm_sys.c When loading driver, pass the full path to the ioperm.sys file. 2010-02-27 18:57:46 +00:00
ioperm_sys.h Add OPL hardware playback support for Windows NT-based systems. 2010-02-26 21:07:59 +00:00
Makefile.am Add OPL hardware playback support for Windows NT-based systems. 2010-02-26 21:07:59 +00:00
opl.c Fix race condition with condition variable freed before it is signaled. 2010-02-27 17:48:25 +00:00
opl.h Add OPL library API function to set software emulation sample rate, and 2009-10-17 22:36:15 +00:00
opl_internal.h Add OPL library API function to set software emulation sample rate, and 2009-10-17 22:36:15 +00:00
opl_linux.c Add a hint message about permissions if unable to get I/O permissions 2010-02-05 03:27:58 +00:00
opl_obsd.c Make OpenBSD native OPL backend work on x86_64 as well as i386. 2009-10-04 04:21:40 +00:00
opl_queue.c Add method to clear all existing callbacks. 2009-08-30 12:07:04 +00:00
opl_queue.h Add method to clear all existing callbacks. 2009-08-30 12:07:04 +00:00
opl_sdl.c Change GetSliceSize() to always return a power of two. 2009-10-17 22:45:22 +00:00
opl_timer.c Implement pausing of music. 2009-09-21 22:20:33 +00:00
opl_timer.h Implement pausing of music. 2009-09-21 22:20:33 +00:00
opl_win32.c Add OPL hardware playback support for Windows NT-based systems. 2010-02-26 21:07:59 +00:00