From 84fb865661c5459e845fe53bbb0f5b2a61c0b81b Mon Sep 17 00:00:00 2001 From: "Alex W. Jackson" Date: Sun, 11 Mar 2012 04:36:03 +0000 Subject: [PATCH] m90: and also fix empty ROM region warning (nw) --- src/mame/drivers/m90.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/m90.c b/src/mame/drivers/m90.c index 9e7e8f97b37..db56b24022a 100644 --- a/src/mame/drivers/m90.c +++ b/src/mame/drivers/m90.c @@ -963,7 +963,7 @@ ROM_START( dynablstb2 ) ROM_LOAD( "bbm-c2.68", 0x080000, 0x40000, CRC(0700d406) SHA1(0d43a31a726b0de0004beef41307de2508106b69) ) ROM_LOAD( "bbm-c3.69", 0x0c0000, 0x40000, CRC(3c3613af) SHA1(f9554a73e95102333e449f6e81f2bb817ec00881) ) - ROM_REGION( 0x20000, "samples", 0 ) /* samples */ + ROM_REGION( 0x20000, "samples", ROMREGION_ERASE00 ) /* samples */ /* the samples are in the Z80 ROM in this bootleg */ ROM_END