Make feature checks consistent, include right header for memset, correct one off error in paging table size compare for when not using USE_FULL_TLB (jmarsh)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4185
This commit is contained in:
parent
4e88b1eb2c
commit
fdd8358de7
3 changed files with 4 additions and 3 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <math.h>
|
||||
#include <stdlib.h> // rand()
|
||||
#include <string.h> // memset()
|
||||
#include "dosbox.h"
|
||||
#include "opl.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue