all: include relative path of ines.h to avoid compilation errors with gcc
This commit is contained in:
parent
f121662ad9
commit
3d5962366a
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mapinc.h"
|
#include "mapinc.h"
|
||||||
#include "ines.h"
|
#include "../ines.h"
|
||||||
|
|
||||||
static uint8 latche, latcheinit, bus_conflict;
|
static uint8 latche, latcheinit, bus_conflict;
|
||||||
static uint16 addrreg0, addrreg1;
|
static uint16 addrreg0, addrreg1;
|
||||||
|
|
Loading…
Reference in New Issue