1
0
Fork 0

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:
Peter Veenstra 2019-01-28 14:26:19 +00:00
parent 4e88b1eb2c
commit fdd8358de7
3 changed files with 4 additions and 3 deletions

View file

@ -27,6 +27,7 @@
#include <math.h>
#include <stdlib.h> // rand()
#include <string.h> // memset()
#include "dosbox.h"
#include "opl.h"