From c444a9d152e0dd030f08d3b83ee3e8ad56630282 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Sun, 19 Apr 2020 21:53:36 -0700 Subject: [PATCH] Added hardware code for SNES SuperFX + SRAM --- host/scripts/snes/v2proto_hirom.lua | 1 + 1 file changed, 1 insertion(+) 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",