diff --git a/host/scripts/snes/v2proto_hirom.lua b/host/scripts/snes/v2proto_hirom.lua index 93fe15c..c03a29a 100644 --- a/host/scripts/snes/v2proto_hirom.lua +++ b/host/scripts/snes/v2proto_hirom.lua @@ -25,6 +25,7 @@ local hardware_type = { [0x02] = "ROM and Save RAM", [0x03] = "ROM and DSP1", [0x13] = "ROM and SuperFX", + [0x15] = "ROM and SuperFX and Save RAM", [0x23] = "ROM and OBC1", [0x33] = "ROM and SA-1", [0x43] = "ROM and S-DD1",