Previous 199869 Revisions Next

r31904 Thursday 4th September, 2014 at 13:20:27 UTC by David Haywood
note based on post made by 'Naxat' on my blog (nw)
[src/mame/drivers]galaxian.c

trunk/src/mame/drivers/galaxian.c
r31903r31904
85758575   ROM_LOAD( "11",   0x0800, 0x0800, CRC(ad2b2cdd) SHA1(01a5db01c4fa07707823436a28d40cfd2b80be23) )
85768576   ROM_LOAD( "12",   0x1800, 0x0800, CRC(b74724df) SHA1(d72d0831e3806f49a07ae3333d7a29fccaf6d65e) )
85778577
8578   ROM_REGION( 0x2000, "unk", 0 ) // what is this?
8578   ROM_REGION( 0x2000, "unk", 0 )
8579   // what is this, speech? the video at https://www.youtube.com/watch?v=HTZEVKoYlGM shows the game apparently talking (2nd game, after The Pit)
85798580   ROM_LOAD( "13",   0x0000, 0x1000, CRC(7d33ca0a) SHA1(8a65a4b913559e3fd17f6abb381db1ab813fc8f2) )
85808581
85818582   ROM_REGION( 0x0020, "proms", 0 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team