From 8b78786e0f68a1e0e4331dc5f02eac468c99df11 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 20 Aug 2013 04:06:24 +0300 Subject: [PATCH 1/1] distinguish VR SVP from 32X version --- pico/carthw.cfg | 2 ++ pico/carthw_cfg.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pico/carthw.cfg b/pico/carthw.cfg index d61161c..72d4a9a 100644 --- a/pico/carthw.cfg +++ b/pico/carthw.cfg @@ -33,10 +33,12 @@ [Virtua Racing - SVP] check_str = 0x150, "Virtua Racing" +check_str = 0x810, "OHMP" hw = svp [Virtua Racing - SVP] check_str = 0x150, "VIRTUA RACING" +check_str = 0x810, "OHMP" hw = svp [Pico] diff --git a/pico/carthw_cfg.c b/pico/carthw_cfg.c index 0974fa0..91ddec7 100644 --- a/pico/carthw_cfg.c +++ b/pico/carthw_cfg.c @@ -2,9 +2,11 @@ static const char builtin_carthw_cfg[] = "[]\n" "check_str=0x150,\"Virtua Racing\"\n" + "check_str=0x810,\"OHMP\"\n" "hw=svp\n" "[]\n" "check_str=0x150,\"VIRTUA RACING\"\n" + "check_str=0x810,\"OHMP\"\n" "hw=svp\n" "[]\n" "check_str=0x100,\"SEGA PICO\"\n" -- 2.39.2