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