From 389127def903be4b6eb365293be330b76637f7b2 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Fri, 24 Aug 2012 17:29:05 +0000 Subject: [PATCH] (MESS) msx1_cart.xml: Fixed animllnd (nw) --- hash/msx1_cart.xml | 4 ++-- src/mess/machine/msx.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hash/msx1_cart.xml b/hash/msx1_cart.xml index e99e91a07bb..a57989eef97 100644 --- a/hash/msx1_cart.xml +++ b/hash/msx1_cart.xml @@ -32,9 +32,9 @@ Unless otherwise noted, the information in this list has not been verified by op - + - + diff --git a/src/mess/machine/msx.c b/src/mess/machine/msx.c index dbfd059ef9c..fa2fcc4e7c6 100644 --- a/src/mess/machine/msx.c +++ b/src/mess/machine/msx.c @@ -108,6 +108,7 @@ DEVICE_IMAGE_LOAD (msx_cart) { { "M60002-0125SP", false, SLOT_ASCII8 }, { "M60002-0125SP", true, SLOT_ASCII8_SRAM }, + { "M60002-0125SP-KON", false, SLOT_KONAMI_SCC }, { "LZ93A13", false, SLOT_ASCII8 }, { "LZ93A13", true, SLOT_ASCII8_SRAM }, { "LZ93A13-16", false, SLOT_ASCII16 },