From 660f7f110524e29ae99923332d5b73d27526837c Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Mon, 1 Jun 2020 20:56:46 +0000 Subject: [PATCH] Change label to reflect Stunt Race FX --- host/scripts/snes/v2proto_hirom.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/host/scripts/snes/v2proto_hirom.lua b/host/scripts/snes/v2proto_hirom.lua index 318bb5c..ab4b96c 100644 --- a/host/scripts/snes/v2proto_hirom.lua +++ b/host/scripts/snes/v2proto_hirom.lua @@ -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",