ROM Info.txt Request #211
Replies: 4 comments 27 replies
-
Seems like a great first project for you to try. You could write it something like this:
And put it there: |
Beta Was this translation helpful? Give feedback.
-
If this text file could be created for all systems, and included sanni version info (hardware + firmware) and the current date, that would be really helpful for no-intro submissions, as it means we don't have to ask the dumper to provide that info themselves. It'd probably be best if each ROM file had an equivalent log file. So you'd have whatever.rom and then whatever.rom.dumpinfo.txt, so its easy to copy it when the ROM is copied. |
Beta Was this translation helpful? Give feedback.
-
I added a global log file option that just duplicates everything it shows on screen(minus the menu/file explorer output) to a text file on the SD. Not quite what you have asked for but I it was a quick solution since it only needed a few lines of code added. Also added tamanegi_taro's PCE database and ROM renaming function to the Gameboy code, just for fun. |
Beta Was this translation helpful? Give feedback.
-
Another update. Now part of the OSCR_LOG.txt gets copied to the dump directory after reading a ROM. |
Beta Was this translation helpful? Give feedback.
-
First, this Cart Reader is awesome! Second, I'm wondering if it's possible to have the Cart Reader write an Info.txt file with the details of the rom and initially found hash values? Say something like below saved to the ROM destination folder.
`
GAMENAME - SYSTEM
Name: XXXXXXXXXXXXXX
ID: XXXX
Size: XXXXX
Save: XXXXXXXXXXX
Version: X.X
Saved To: N64/ROM/ROMNAME/XXX
File Type: ByteSwapped
CRC: XXXXXXXX
Checksum match/not match
Done (XXXs)
`
If No-Intro DAT's could be implemented you could also add a few other things like below.
`
DAT File Used: XXXXXXXXXXXXXXXXXXXX.dat
Matched Game: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Did Not Match!
Verified: No (#PLEASESUBMITTONOINTRO)
CRC: XXXXXXXX
MD5: XXXXXXXXXXXXXXXXXXXXXXXXXXXX
SHA-1: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
`
Thanks
Beta Was this translation helpful? Give feedback.
All reactions