From 650b523b8906eacbcc18b9ccb3ce1f51d0a39b86 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Sun, 19 Apr 2020 20:33:28 -0700 Subject: [PATCH] Added hardware types for OBC1 and SA-1 --- host/scripts/snes/v2proto_hirom.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/host/scripts/snes/v2proto_hirom.lua b/host/scripts/snes/v2proto_hirom.lua index e3c9fa1..93fe15c 100644 --- a/host/scripts/snes/v2proto_hirom.lua +++ b/host/scripts/snes/v2proto_hirom.lua @@ -25,9 +25,10 @@ local hardware_type = { [0x02] = "ROM and Save RAM", [0x03] = "ROM and DSP1", [0x13] = "ROM and SuperFX", + [0x23] = "ROM and OBC1", + [0x33] = "ROM and SA-1", [0x43] = "ROM and S-DD1", [0xF3] = "ROM and CX4", - } --[[ TODO: Investigate these configurations.