cyclone_debug fixed, minor adjustments
authornotaz <notasas@gmail.com>
Wed, 9 Apr 2008 20:58:46 +0000 (20:58 +0000)
committernotaz <notasas@gmail.com>
Wed, 9 Apr 2008 20:58:46 +0000 (20:58 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@419 be3aeb3a-fb24-0410-a615-afba39da0efa

common/config.c
gp2x/Makefile

index d4833f6..f90ab0b 100644 (file)
@@ -118,7 +118,6 @@ static void custom_write(FILE *f, const menu_entry *me, int no_def)
                                case 1:  str = "hw horizontal";     break;
                                case 2:  str = "hw horiz. + vert."; break;
                                case 3:  str = "sw horizontal";     break;
-                               case 1:  str = "ON";  break;
                        }
                        fprintf(f, "Scaling = %s", str);
 #endif
index 05e7497..3ca1351 100644 (file)
@@ -117,7 +117,7 @@ OBJS += ../../zlib/gzio.o ../../zlib/inffast.o ../../zlib/inflate.o ../../zlib/i
 OBJS += ../../unzip/unzip.o ../../unzip/unzip_stream.o\r
 # debug\r
 ifeq "$(debug_cyclone)" "1"\r
-OBJS += ../../Pico/_cyclone_debug.o ../../cpu/musashi/m68kdasm.o\r
+OBJS += ../../Pico/Debug.o ../../cpu/musashi/m68kdasm.o\r
 endif\r
 # CPU cores\r
 ifeq "$(use_musashi)" "1"\r