mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Fix magtruck to use the alternate EEPROM
This commit is contained in:
parent
1e0340bc1c
commit
ff6cc9eba5
@ -1129,6 +1129,7 @@ static NVRAM_HANDLER( model3 )
|
||||
mame_stricmp(name, "dirtdvls") == 0 ||
|
||||
mame_stricmp(name, "dirtdvla") == 0 ||
|
||||
mame_stricmp(name, "lemans24") == 0 ||
|
||||
mame_stricmp(name, "magtruck") == 0 ||
|
||||
mame_stricmp(name, "von2") == 0 ||
|
||||
mame_stricmp(name, "von254g") == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user