o test compilew2q

This commit is contained in:
david 2009-06-02 10:42:16 +02:00
parent 660767c464
commit 7b98ebb480
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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) {