fruitjam-doom/opl
Simon Howard e4d9b85aa4 opl: Use uint64_t for microsecond times.
Previous revamping of the OPL library changed delay times from ms
to us, and switched to 64-bit times for storage for them. However
this type change was botched and some functions were still using
32-bit arguments. Change to 64-bit types.

Thanks Quasar for reporting this. This fixes #438.
2014-10-07 22:47:29 -04:00
..
examples opl: Change library to use us instead of ms. 2014-05-11 00:14:04 -04:00
.gitignore Add OPL-TODO to dist, set svn:ignore properties. 2010-03-08 18:52:59 +00:00
dbopl.c Clean up file headers. 2014-05-05 00:20:54 -04:00
dbopl.h Clean up file headers. 2014-05-05 00:20:54 -04:00
ioperm_sys.c Clean up file headers. 2014-05-05 00:20:54 -04:00
ioperm_sys.h Clean up file headers. 2014-05-05 00:20:54 -04:00
Makefile.am Hook DBOPL into OPL library and remove FMOPL. Does not generate any 2010-08-15 14:57:37 +00:00
opl.c opl: Use uint64_t for microsecond times. 2014-10-07 22:47:29 -04:00
opl.h opl: Use uint64_t for microsecond times. 2014-10-07 22:47:29 -04:00
opl_internal.h opl: Use uint64_t for microsecond times. 2014-10-07 22:47:29 -04:00
opl_linux.c opl: Add API to adjust tempo. 2014-05-10 14:00:41 -04:00
opl_obsd.c opl: Add API to adjust tempo. 2014-05-10 14:00:41 -04:00
opl_queue.c opl: Change library to use us instead of ms. 2014-05-11 00:14:04 -04:00
opl_queue.h opl: Change library to use us instead of ms. 2014-05-11 00:14:04 -04:00
opl_sdl.c opl: Use uint64_t for microsecond times. 2014-10-07 22:47:29 -04:00
opl_timer.c opl: Change library to use us instead of ms. 2014-05-11 00:14:04 -04:00
opl_timer.h opl: Change library to use us instead of ms. 2014-05-11 00:14:04 -04:00
opl_win32.c opl: Add API to adjust tempo. 2014-05-10 14:00:41 -04:00