From 7b98ebb48040f01d734d417d054ba5e4bc30e8cd Mon Sep 17 00:00:00 2001 From: david Date: Tue, 2 Jun 2009 10:42:16 +0200 Subject: [PATCH] o test compilew2q --- snes/fatfstest/Makefile | 4 ++-- snes/fatfstest/main.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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) {