From 1685e9e4e569af92b7cb7d33dae481970a5d2fbc Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 27 Mar 2017 22:39:51 +0200 Subject: tamag1: put the testrom in another region (nw) --- src/mame/drivers/tamag1.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/tamag1.cpp b/src/mame/drivers/tamag1.cpp index 9a654fe3ecd..ec608337a5d 100644 --- a/src/mame/drivers/tamag1.cpp +++ b/src/mame/drivers/tamag1.cpp @@ -164,8 +164,10 @@ MACHINE_CONFIG_END ROM_START( tama ) ROM_REGION( 0x3000, "maincpu", 0 ) - ROM_LOAD( "test.b", 0x0000, 0x3000, CRC(4372220e) SHA1(6e13d015113e16198c0059b9d0c38d7027ae7324) ) // this rom is on the die too, test pin enables it? ROM_LOAD( "tama.b", 0x0000, 0x3000, CRC(5c864cb1) SHA1(4b4979cf92dc9d2fb6d7295a38f209f3da144f72) ) + + ROM_REGION( 0x3000, "maincpu:test", 0 ) + ROM_LOAD( "test.b", 0x0000, 0x3000, CRC(4372220e) SHA1(6e13d015113e16198c0059b9d0c38d7027ae7324) ) // this rom is on the die too, test pin enables it? ROM_END -- cgit v1.2.3