success! :)Fantastic!
I realize that some SNES games doesn't match the MAME rom names so history.xml doesn't work for these... I'll correct the ones I found when adding games.
Game Name | FBNeo | MAME |
Super Ghouls'n Ghosts (USA) | supergng | sgngu |
Chou Makaimura (Japan) | choumakaimura | chomakai |
There are 2 lookup tables for games named differently from MAME :Sounds interesting, lot's of work, but interesting. At first sight I'm not sure if these tables are only for arcade or also for home system games as there isn't a single entry with prefix like nes_ or snes_...
- https://github.com/finalburnneo/FBNeo/blob/master/src/burn/hiscore.cpp#L336-L375 for hiscore.dat
- https://github.com/finalburnneo/FBNeo/blob/master/src/burner/win32/sel.cpp#L1235-L1276 for history.dat (i think ?)
It might be a good idea to merge those 2 tables into one (in some separate header file for easy include ?), and expand it with additional entries ?