mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
cyclone_debug fixed, minor adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@419 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bf7e9c611f
commit
4b8126a496
2 changed files with 1 additions and 2 deletions
|
@ -118,7 +118,6 @@ static void custom_write(FILE *f, const menu_entry *me, int no_def)
|
||||||
case 1: str = "hw horizontal"; break;
|
case 1: str = "hw horizontal"; break;
|
||||||
case 2: str = "hw horiz. + vert."; break;
|
case 2: str = "hw horiz. + vert."; break;
|
||||||
case 3: str = "sw horizontal"; break;
|
case 3: str = "sw horizontal"; break;
|
||||||
case 1: str = "ON"; break;
|
|
||||||
}
|
}
|
||||||
fprintf(f, "Scaling = %s", str);
|
fprintf(f, "Scaling = %s", str);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -117,7 +117,7 @@ OBJS += ../../zlib/gzio.o ../../zlib/inffast.o ../../zlib/inflate.o ../../zlib/i
|
||||||
OBJS += ../../unzip/unzip.o ../../unzip/unzip_stream.o
|
OBJS += ../../unzip/unzip.o ../../unzip/unzip_stream.o
|
||||||
# debug
|
# debug
|
||||||
ifeq "$(debug_cyclone)" "1"
|
ifeq "$(debug_cyclone)" "1"
|
||||||
OBJS += ../../Pico/_cyclone_debug.o ../../cpu/musashi/m68kdasm.o
|
OBJS += ../../Pico/Debug.o ../../cpu/musashi/m68kdasm.o
|
||||||
endif
|
endif
|
||||||
# CPU cores
|
# CPU cores
|
||||||
ifeq "$(use_musashi)" "1"
|
ifeq "$(use_musashi)" "1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue