X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Pico%2Fcarthw%2Fsvp%2Fcompiler.c;h=9cba5f896f0e68dc7241e0ce4ad9fdd904e7f3c5;hb=12f0f94d1595ac3bf4a33ded6023197b22572163;hp=65399ebe19fdfe32737e4d40ab21366bfc7c8432;hpb=726bbb3e08e3d4e7ed086a3c98dec0e21a386d75;p=picodrive.git diff --git a/Pico/carthw/svp/compiler.c b/Pico/carthw/svp/compiler.c index 65399eb..9cba5f8 100644 --- a/Pico/carthw/svp/compiler.c +++ b/Pico/carthw/svp/compiler.c @@ -227,6 +227,7 @@ void ssp1601_dyn_run(int cycles) iram_crcs[i] = crc; printf("%i IRAMs\n", i+1); } + printf("CRC %08x %08x\n", crc, iram_id); } } // debug_dump2file("tcache.bin", tcache, (tcache_ptr - tcache) << 1);