Merge branch 'master' of git@github.com:optixx/snesram

Conflicts:

	snes/fatfstest/main.c
This commit is contained in:
david
2009-06-23 10:18:00 +02:00
44 changed files with 9966 additions and 481 deletions

View File

@@ -187,12 +187,14 @@ void boot(DWORD addr)
printfc("SNES::main: Try to init disk\n");
put_rc(f_mount((BYTE) 0, &fatfs[0]));
#if 0
while(1){
if (irq_triggered)
handle_irq();
if (nmi_triggered)
handle_nmi();
}
#endif
#if 0
printfs(0, "FATFS OPTIXX.ORG ");