missed one

This commit is contained in:
tmaul 2012-01-01 19:07:52 +00:00
parent 2fde633481
commit e3a11a9d37
2 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ export
UNICODE = 1
# Build A68K ASM 68000 core
BUILD_A68K = 1
#BUILD_A68K = 1
# Include x86 Assembly routines
BUILD_X86_ASM = 1
#BUILD_X86_ASM = 1
# Build for x64 targets (MinGW64 and MSVC only, this will undefine BUILD_A68K and BUILD_X86_ASM)
#BUILD_X64_EXE = 1
@ -68,4 +68,4 @@ sdl: FORCE
vc: FORCE
@$(MAKE) -s -f makefile.vc
FORCE:
FORCE:

View File

@ -5,7 +5,7 @@
#include "konami_intf.h"
#include "konamiic.h"
#include "burn_ym2151.h"
#include "UPD7759.h"
#include "upd7759.h"
static UINT8 *AllMem;
static UINT8 *MemEnd;