FileIO Schema started

This commit is contained in:
felsabbagh3
2019-11-12 00:31:30 -05:00
parent 7ed88ce4c1
commit ef83285c6c
23 changed files with 81258 additions and 26 deletions

View File

@@ -103,6 +103,8 @@ int emu_main(int argc, char **argv) {
std::cout << "ABOUT TO START\n";
while (core.running()) { console.poll(); core.step(); }
printf("-----------------------------------\n\n\n\n");
if (showStats) core.printStats();