Add prg and chr checksums and rearrange rom info logs

This commit is contained in:
negativeExponent
2020-02-16 21:54:21 +08:00
parent 1f5ffc3f14
commit bbce95d5aa
4 changed files with 63 additions and 61 deletions

View File

@@ -29,6 +29,8 @@ typedef struct {
int region; /* video system timing (ntsc, pal, dendy */
uint8 MD5[16];
uint32 PRGCRC32;
uint32 CHRCRC32;
uint32 CRC32; /* Should be set by the iNES/UNIF loading
* code, used by mapper/board code, maybe
* other code in the future.