Mercurial > repos > blastem
diff genesis.h @ 2499:d74d3998482c
Make some progress on compiling full emulator with new 68K core
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 30 Apr 2024 00:02:14 -0700 |
parents | a4f8fa24764b |
children | 3f58fec775df |
line wrap: on
line diff
--- a/genesis.h Mon Apr 29 22:57:49 2024 -0700 +++ b/genesis.h Tue Apr 30 00:02:14 2024 -0700 @@ -8,10 +8,11 @@ #include <stdint.h> #include "system.h" -#include "m68k_core.h" #ifdef NEW_CORE +#include "m68k.h" #include "z80.h" #else +#include "m68k_core.h" #include "z80_to_x86.h" #endif #include "ym2612.h"