Change label to reflect Stunt Race FX

This commit is contained in:
Joel Smith 2020-06-01 20:56:46 +00:00
parent 18e3e3c6a2
commit 660f7f1105
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
-- create the module's table
local v2proto = {}
@ -26,7 +25,7 @@ local hardware_type = {
[0x03] = "ROM and DSP1",
[0x13] = "ROM and SuperFX",
[0x15] = "ROM and SuperFX and Save RAM",
[0x1A] = "ROM and SuperFX and Save RAM",
[0x1A] = "ROM and SuperFX and Save RAM (Stunt Race FX)",
[0x23] = "ROM and OBC1",
[0x33] = "ROM and SA-1",
[0x43] = "ROM and S-DD1",