This commit is contained in:
OBattler
2017-10-16 06:19:49 +02:00
4 changed files with 7 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
#include "mem.h"
#include "rom.h"
#ifdef USE_DYNAREC
#include "cpu/codegen.h"
# include "cpu/codegen.h"
#else
#define PAGE_MASK_INDEX_MASK 3
#define PAGE_MASK_INDEX_SHIFT 10