mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
cyclone_debug fixed, minor adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@419 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8527dc450a
commit
99464b6230
7 changed files with 44 additions and 39 deletions
|
@ -117,7 +117,7 @@ OBJS += ../../zlib/gzio.o ../../zlib/inffast.o ../../zlib/inflate.o ../../zlib/i
|
|||
OBJS += ../../unzip/unzip.o ../../unzip/unzip_stream.o
|
||||
# debug
|
||||
ifeq "$(debug_cyclone)" "1"
|
||||
OBJS += ../../Pico/_cyclone_debug.o ../../cpu/musashi/m68kdasm.o
|
||||
OBJS += ../../Pico/Debug.o ../../cpu/musashi/m68kdasm.o
|
||||
endif
|
||||
# CPU cores
|
||||
ifeq "$(use_musashi)" "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue