From 3a1ca20f3905d29931865257ecfa9f13ecbb8dda Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Mon, 14 Jan 2008 17:22:14 +0000 Subject: [PATCH] (From Atari Ace) Fix nss_smw0115ora --- src/mame/drivers/nss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/nss.c b/src/mame/drivers/nss.c index 84582b8e93a..ce0a3d35b24 100644 --- a/src/mame/drivers/nss.c +++ b/src/mame/drivers/nss.c @@ -624,7 +624,7 @@ ROM_END ROM_START( nss_smw ) NSS_BIOS ROM_REGION( 0x100000, REGION_USER3, ROMREGION_DISPOSE ) - ROM_LOAD( "nss-mw-0_prg.ic1", 0x000000, 0x100000, CRC(971ff812) SHA1(4e8f5f0d160ca3e14db3d88c00f2e7e2dce4dca6) ) + ROM_LOAD( "nss-mw-0_prg.ic1", 0x000000, 0x80000, CRC(c46766f2) SHA1(06a6efc246c6fdb83efab1d402d61d2179a84494) ) /* instruction / data rom for bios */ ROM_REGION( 0x8000, REGION_USER4, 0 )