Sun, 28 Nov 2010 22:05:07 +0000
remove debug fluff
src/main.c | file | annotate | diff | revisions |
1.1 --- a/src/main.c Sun Nov 28 22:04:14 2010 +0000 1.2 +++ b/src/main.c Sun Nov 28 22:05:07 2010 +0000 1.3 @@ -78,10 +78,7 @@ 1.4 state.rom[i+1] = romdat2[i/2]; 1.5 } 1.6 1.7 - for (size_t i=0; i<16; i++) printf("%02X ", state.rom[i]); 1.8 - printf("\n"); 1.9 - 1.10 - // TODO: if ROM buffer not filled, repeat the ROM data we read until it is. 1.11 + // TODO: if ROM buffer not filled, repeat the ROM data we read until it is (wraparound emulation) 1.12 1.13 // free the data arrays and close the files 1.14 free(romdat1);