separate IO read/write handlers from the rest before it's too late.

remove some useless cruft.
This commit is contained in:
StapleButter
2017-01-17 02:29:25 +01:00
parent 45bceecc19
commit 8ea2aaad5a
4 changed files with 616 additions and 541 deletions

View File

@ -103,7 +103,7 @@ void Write(u32 id, u32 val)
return;
case 0x7A1:
printf("flush data cache %08X\n", val);
//printf("flush data cache %08X\n", val);
return;
case 0x7A2:
printf("flush data cache SI\n");