| .. |
|
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 |
|
Makefile.am
|
Add Win9x native OPL driver (untested).
|
2009-09-30 00:11:44 +00:00 |
|
opl.c
|
Add Win9x native OPL driver (untested).
|
2009-09-30 00:11:44 +00:00 |
|
opl.h
|
Move register read/write code into OPL library. Detect OPL in the
|
2009-09-26 23:52:41 +00:00 |
|
opl_internal.h
|
Implement pausing of music.
|
2009-09-21 22:20:33 +00:00 |
|
opl_linux.c
|
Implement pausing of music.
|
2009-09-21 22:20:33 +00:00 |
|
opl_obsd.c
|
Set privilege level to 3, not 1.
|
2009-09-27 00:40:55 +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
|
Implement pausing of music.
|
2009-09-21 22:20:33 +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_win9x.c
|
Initialize dwOSVersionInfoSize before calling GetVersionEx().
|
2009-09-30 01:13:18 +00:00 |