timers implemented for new z80 mode
[picodrive.git] / Pico / carthw / svp / compiler.c
index 551794e..2db22b1 100644 (file)
@@ -1763,6 +1763,7 @@ void *ssp_translate_block(int pc)
                fwrite(tcache, 1, (tcache_ptr - tcache)*4, f);
                fclose(f);
        }
+       printf("dumped tcache.bin\n");
        exit(0);
 #endif