mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
Cyclone interface for new mem system, minor tweaks
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@779 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
81bfc1c5dc
commit
6bca8b11d8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ OBJS += cpu/musashi/m68kops.o cpu/musashi/m68kcpu.o
|
||||||
endif
|
endif
|
||||||
ifeq "$(use_cyclone)" "1"
|
ifeq "$(use_cyclone)" "1"
|
||||||
DEFINC += -DEMU_C68K
|
DEFINC += -DEMU_C68K
|
||||||
OBJS += cpu/Cyclone/proj/Cyclone.o cpu/Cyclone/tools/idle.o
|
OBJS += pico/m68kif_cyclone.o cpu/Cyclone/proj/Cyclone.o cpu/Cyclone/tools/idle.o
|
||||||
endif
|
endif
|
||||||
ifeq "$(mz80)" "1"
|
ifeq "$(mz80)" "1"
|
||||||
DEFINC += -D_USE_MZ80
|
DEFINC += -D_USE_MZ80
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue