diff --git a/host/scripts/snes/v2proto_hirom.lua b/host/scripts/snes/v2proto_hirom.lua index 2a5a0a8..e3417c8 100644 --- a/host/scripts/snes/v2proto_hirom.lua +++ b/host/scripts/snes/v2proto_hirom.lua @@ -758,7 +758,8 @@ local function process(process_opts, console_opts) local internal_header = get_header() local snes_mapping = console_opts["mapper"] if snes_mapping == "" then - snes_mapping = internal_header["mapping"] + snes_mapping = lorom_name + if (internal_header["map_mode"] & 1) == 1 then map_mode_str = hirom_name end print("Mapping not provided, " .. snes_mapping .. " detected.") end