From 9a9cea871348d1fc64b1f9fdaeb416c20d0ea8b9 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Thu, 4 Sep 2014 13:20:27 +0000 Subject: [PATCH] note based on post made by 'Naxat' on my blog (nw) --- src/mame/drivers/galaxian.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/galaxian.c b/src/mame/drivers/galaxian.c index cbb89879853..b6b8f31d282 100644 --- a/src/mame/drivers/galaxian.c +++ b/src/mame/drivers/galaxian.c @@ -8575,7 +8575,8 @@ ROM_START( kong ) ROM_LOAD( "11", 0x0800, 0x0800, CRC(ad2b2cdd) SHA1(01a5db01c4fa07707823436a28d40cfd2b80be23) ) ROM_LOAD( "12", 0x1800, 0x0800, CRC(b74724df) SHA1(d72d0831e3806f49a07ae3333d7a29fccaf6d65e) ) - ROM_REGION( 0x2000, "unk", 0 ) // what is this? + ROM_REGION( 0x2000, "unk", 0 ) + // what is this, speech? the video at https://www.youtube.com/watch?v=HTZEVKoYlGM shows the game apparently talking (2nd game, after The Pit) ROM_LOAD( "13", 0x0000, 0x1000, CRC(7d33ca0a) SHA1(8a65a4b913559e3fd17f6abb381db1ab813fc8f2) ) ROM_REGION( 0x0020, "proms", 0 )