diff --git a/snes/fatfstest/Makefile b/snes/fatfstest/Makefile index 58b12c3..8d6e6aa 100644 --- a/snes/fatfstest/Makefile +++ b/snes/fatfstest/Makefile @@ -25,7 +25,7 @@ LD=$(WINE) $(SDK)/bin/WDCLN.exe INC=$(SDK)/include LIBS=$(SDK)/lib/cc -OBJS=StartupSnes.obj main.obj pad.obj PPU.obj debug.obj ressource.obj +OBJS=StartupSnes.obj pad.obj main.obj PPU.obj debug.obj ressource.obj APP=fatfs.smc GFX=debugfont @@ -66,4 +66,4 @@ $(APP): $(OBJS) ucon64 -snes -chk $(APP) clean: - rm -vf $(APP) *.obj + rm -vf $(APP) *.obj *.TMP diff --git a/snes/fatfstest/main.c b/snes/fatfstest/main.c index c9d22e9..007e0d4 100644 --- a/snes/fatfstest/main.c +++ b/snes/fatfstest/main.c @@ -39,10 +39,10 @@ void main(void) { *(byte*) 0x2100 = 0x0f; // enable background enableDebugScreen(); - printDebugScreen(line_header,0); - printf("Debugging console test\n"); - printf("test me\n"); + //printDebugScreen("FATFS TEST",0); printDebugScreen(line_header,1); + + while(1){ while(!pad1.start) {