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
|
INC=$(SDK)/include
|
||||||
LIBS=$(SDK)/lib/cc
|
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
|
APP=fatfs.smc
|
||||||
GFX=debugfont
|
GFX=debugfont
|
||||||
|
|
||||||
@ -66,4 +66,4 @@ $(APP): $(OBJS)
|
|||||||
ucon64 -snes -chk $(APP)
|
ucon64 -snes -chk $(APP)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -vf $(APP) *.obj
|
rm -vf $(APP) *.obj *.TMP
|
||||||
|
|||||||
@ -39,10 +39,10 @@ void main(void) {
|
|||||||
*(byte*) 0x2100 = 0x0f; // enable background
|
*(byte*) 0x2100 = 0x0f; // enable background
|
||||||
|
|
||||||
enableDebugScreen();
|
enableDebugScreen();
|
||||||
printDebugScreen(line_header,0);
|
//printDebugScreen("FATFS TEST",0);
|
||||||
printf("Debugging console test\n");
|
|
||||||
printf("test me\n");
|
|
||||||
printDebugScreen(line_header,1);
|
printDebugScreen(line_header,1);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
while(1){
|
while(1){
|
||||||
while(!pad1.start) {
|
while(!pad1.start) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user