o test compilew2q
This commit is contained in:
parent
660767c464
commit
7b98ebb480
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user