1
0
Fork 0
No description
Find a file
Patryk Obara fce61e33bb Implement frames/MSF conversion as functions
Macros FRAMES_TO_MSF and MSF_TO_FRAMES come from SDL_cdrom library.
SDL_cdrom was removed from SDL2 and these macros are used also in code
not directly related to SDL_cdrom library, so a replacement is needed.

Turns out output pointer type is different on Windows (int*) than it is on
Linux (unsigned char*); given choice between using void* for parameters and
a template function, I prefer template.
2019-11-02 19:29:03 +01:00
.github/workflows Simplify package listing script and standardize workflows 2019-11-02 07:36:49 -07:00
docs Merge branch 'svn/trunk' 2019-10-03 23:44:48 +02:00
include Merge branch 'svn/trunk' 2019-10-20 07:15:43 +02:00
scripts Simplify package listing script and standardize workflows 2019-11-02 07:36:49 -07:00
src Implement frames/MSF conversion as functions 2019-11-02 19:29:03 +01:00
visualc_net Transform zmbv into a project inside dosbox solution 2019-10-02 12:03:03 +02:00
.gitignore Simplify package listing script and standardize workflows 2019-11-02 07:36:49 -07:00
acinclude.m4 Update year and address of FSF 2019-01-25 14:09:58 +00:00
AUTHORS Update authors 2010-04-20 12:51:03 +00:00
autogen.sh Allow less beautiful version numbers. 2007-02-04 10:46:34 +00:00
ChangeLog <erge 0.74-2 documentation changes into trunk 2018-08-31 17:43:09 +00:00
configure.ac Merge branch 'svn/trunk' 2019-09-30 22:21:21 +02:00
COPYING Update year and address of FSF 2019-01-25 14:09:58 +00:00
INSTALL Upgrade dosbox solution and project to VS2019 2019-10-02 12:03:03 +02:00
Makefile.am Simplify package listing script and standardize workflows 2019-11-02 07:36:49 -07:00
NEWS <erge 0.74-2 documentation changes into trunk 2018-08-31 17:43:09 +00:00
README <erge 0.74-2 documentation changes into trunk 2018-08-31 17:43:09 +00:00
README.md Initial commit 2019-09-15 00:08:31 +02:00
THANKS Updated 2010-05-09 11:07:51 +00:00
VERSION <erge 0.74-2 documentation changes into trunk 2018-08-31 17:43:09 +00:00

dosbox-staging