From 3092a095e58b288b0478b51ba3794b6591b07dfd Mon Sep 17 00:00:00 2001 From: David Haywood Date: Thu, 4 Sep 2014 13:31:09 +0000 Subject: [PATCH] improve note (nw) --- src/mame/drivers/galaxian.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/galaxian.c b/src/mame/drivers/galaxian.c index b6b8f31d282..2633a69394d 100644 --- a/src/mame/drivers/galaxian.c +++ b/src/mame/drivers/galaxian.c @@ -8577,6 +8577,7 @@ ROM_START( kong ) 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) + // The video however seems to show a game closer to ckongg (a bootleg of Crazy Kong) rather than this version of Kong which is rewritten from scratch ROM_LOAD( "13", 0x0000, 0x1000, CRC(7d33ca0a) SHA1(8a65a4b913559e3fd17f6abb381db1ab813fc8f2) ) ROM_REGION( 0x0020, "proms", 0 )