Changes to clean up CPU codegen (dynarec) to allow compiling without it again.

Change to fix compile error if RELEASE=y.
This commit is contained in:
waltje
2018-11-13 19:30:00 -05:00
parent 36ab2047ab
commit 5742718111
8 changed files with 131 additions and 98 deletions

View File

@@ -8,7 +8,7 @@
*
* Main emulator module where most things are controlled.
*
* Version: @(#)pc.c 1.0.60 2018/10/25
* Version: @(#)pc.c 1.0.61 2018/11/13
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -54,6 +54,7 @@
#endif
#include "machines/machine.h"
#include "io.h"
#include "mem.h"
#include "devices/system/dma.h"
#include "devices/system/pic.h"
#include "devices/system/pit.h"