Add reading of NES 2.0 Misc. ROM data

This commit is contained in:
NewRisingSun
2025-04-11 19:09:04 +02:00
committed by LibretroAdmin
parent c7b26c99e5
commit 658637a02a
2 changed files with 25 additions and 4 deletions

View File

@@ -26,6 +26,9 @@ typedef struct {
int CHRRamSize; /* chr ram size in bytes (volatile) */
int PRGRamSaveSize; /* prg ram size in bytes (non-volatile or battery backed) */
int CHRRamSaveSize; /* chr ram size in bytes (non-volatile or battery backed) */
int miscROMSize;
int miscROMNumber;
uint64 totalFileSize;
int region; /* video system timing (ntsc, pal, dendy */
uint8 MD5[16];