Two minor bugfixes in the NCR 53C810 code;

Slightly changed the FDC's timer usage;
Added an #include to cdrom.c that should be there.
This commit is contained in:
OBattler
2017-12-10 19:36:41 +01:00
parent ee27aec06c
commit 19c5e93a3c
3 changed files with 15 additions and 16 deletions

View File

@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <wchar.h>
#define HAVE_STDARG_H
#include "../86box.h"
#include "../config.h"
#include "../timer.h"