From d19a46aed8e70d48131c48d26a67208bf0d4ca71 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Mon, 25 Feb 2019 23:12:25 +0100 Subject: [PATCH] cps1.cpp: fixed MT07240 (nw) --- src/mame/video/cps1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/cps1.cpp b/src/mame/video/cps1.cpp index 1e9bcb9396b..34723a3fb1a 100644 --- a/src/mame/video/cps1.cpp +++ b/src/mame/video/cps1.cpp @@ -1580,7 +1580,7 @@ static const struct CPS1config cps1_config_table[]= {"sf2b", CPS_B_17, mapper_STF29, 0x36, 0, 0, 1 }, {"sf2b2", CPS_B_17, mapper_STF29, 0x36, 0, 0, 1 }, {"sf2ceupl", HACK_B_1, mapper_S9263B, 0x36, 0, 0, 1 }, - {"sf2rules", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 }, + {"sf2rules", HACK_B_1, mapper_S9263B, 0x36, 0, 0, 2 }, {"sf2cems6a", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 }, {"sf2cems6b", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 }, {"sf2cems6c", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 },