From 58349b1b50180cdb32f21e1f8e7f845848f20c72 Mon Sep 17 00:00:00 2001 From: jackchatelet Date: Fri, 10 Jan 2014 21:13:51 +0000 Subject: [PATCH] fix misspelling error in martmastDIPList --- src/burn/drv/pgm/d_pgm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drv/pgm/d_pgm.cpp b/src/burn/drv/pgm/d_pgm.cpp index 4ed8589c9..1ba3ec459 100644 --- a/src/burn/drv/pgm/d_pgm.cpp +++ b/src/burn/drv/pgm/d_pgm.cpp @@ -218,7 +218,7 @@ static struct BurnDIPInfo martmastDIPList[] = { {0, 0xFE, 0, 7, "Region (Fake)" }, {0x2E, 0x01, 0x07, 0x00, "China" }, {0x2E, 0x01, 0x07, 0x01, "Taiwan" }, - {0x2E, 0x01, 0x07, 0x02, "China" }, + {0x2E, 0x01, 0x07, 0x02, "Japan" }, {0x2E, 0x01, 0x07, 0x03, "Korea" }, {0x2E, 0x01, 0x07, 0x04, "Hong Kong" }, {0x2E, 0x01, 0x07, 0x05, "World" },