timers implemented for new z80 mode

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@460 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-05-26 18:58:21 +00:00
parent 4b9c588826
commit 43e6eaad0b
12 changed files with 128 additions and 81 deletions

View 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