1
0
Fork 0
dosbox-staging/src
krcroft eb1a9285fd
Simplify some combersome math statements
With types refined, we can switch to cleaner integer
math and avoid casting (to float and back to ints), and also
avoid ceil((float) a / b) by using the pure-integer form
of (a + b - 1) / b
2020-02-07 00:22:46 -08:00
..
cpu Remove usage of register storage specifier 2020-02-02 15:16:29 +01:00
debug Merge branch 'svn/trunk' r4305 2020-01-07 11:29:39 +01:00
dos Simplify some combersome math statements 2020-02-07 00:22:46 -08:00
fpu Fix format warnings in fpu 2020-01-11 20:52:55 +01:00
gui Unifdef unused scaler implementations 2020-02-06 09:23:18 +01:00
hardware Unifdef unused function in mame implementation 2020-02-06 09:23:18 +01:00
ints Remove unused private field 2020-02-02 15:16:29 +01:00
libs Fix audio-related static analysis issues 2020-01-29 17:13:25 +01:00
misc Formatting and review fixes 2020-01-22 09:40:00 +01:00
platform Stop silencing deprecation warnings in MSVC 2019-12-29 20:04:39 +01:00
shell Add cga_mono machine 2020-01-29 13:46:23 +01:00
.gitignore Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
dosbox.cpp Add cga_mono machine 2020-01-29 13:46:23 +01:00
dosbox.ico Updated Icon. Thanks Chaosfish 2007-01-10 15:07:12 +00:00
dosbox_splash.svg Add DOSBox splash screen graphic in vector format 2019-11-02 19:29:03 +01:00
dosbox_staging_splash.svg Use dosbox-staging splash screen 2020-01-16 06:42:19 +01:00
dosbox_staging_splash_640_400.png Use dosbox-staging splash screen 2020-01-16 06:42:19 +01:00
Makefile.am Move nukedopl to libs 2020-01-09 22:50:47 +01:00
winres.rc Update version in config.h and resource script 2019-12-09 07:22:15 +01:00