mrchrisster / MiSTer_SAM

151 stars 22 forks source link

Add missing NeoGeo romset<->name mappings #217

Closed Koston-0xDEADBEEF closed 1 year ago

mrchrisster commented 1 year ago

Great, thanks. V-Liner gets filtered out automatically because it doesn't start on the Mister but appreciate you adding in those names

Koston-0xDEADBEEF commented 1 year ago

Good to know!

I'm using that map for changing .neo files into more descriptive names. FWIW, there's also reserved space for a longer name in the .neo file header, but it's only 33 bytes long which leaves a lot to be desired. It can still be useful as potential fallback though:

dd bs=1 skip=44 count=33 if=game.neo

mrchrisster commented 1 year ago

Interesting. Romweasel is awesome by the way!

Koston-0xDEADBEEF commented 1 year ago

Thanks! :)

SAM is really nice, I keep it running in the background and every now and then something catches attention and give it a go. Great for finding games to try out!

mrchrisster commented 1 year ago

Thanks man, always nice to get feedback :)