mirror of
https://github.com/libretro/FBNeo.git
synced 2025-01-31 14:12:05 +00:00
missed one
This commit is contained in:
parent
2fde633481
commit
e3a11a9d37
6
makefile
6
makefile
@ -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:
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user