Previous 199869 Revisions Next

r33425 Monday 17th November, 2014 at 20:59:34 UTC by Mariusz Wojcieszek
Added language rom for Lunar Lander [Mariusz Wojcieszek]
[src/mame/drivers]asteroid.c

trunk/src/mame/drivers/asteroid.c
r241936r241937
1010    Known bugs:
1111        * the ERROR message in Asteroids Deluxe self test is related to a pokey problem
1212
13    Original bugs:
14        * Language ROMS for Lunar Lander are not dumped.  Attempting to use alternate
15          languages by changing through DIP menu will result in a game freeze, as the
16          original game would.
17
1813Information from a Tech Tip:
1914
2015Asteroids Modification:
r241936r241937
959954   /* Vector ROM */
960955   ROM_LOAD( "034599-01.r3",  0x4800, 0x0800, CRC(355a9371) SHA1(6ecb40169b797d9eb623bcb17872f745b1bf20fa) )
961956   ROM_LOAD( "034598-01.np3", 0x5000, 0x0800, CRC(9c4ffa68) SHA1(eb4ffc289d254f699f821df3146aa2c6cd78597f) )
962   /* This _should_ be the rom for international versions.  Unfortunately, is it not currently available. */
963   ROM_LOAD( "034597-01.m3",  0x5800, 0x0800, NO_DUMP )
957   ROM_LOAD( "034597-01",     0x5800, 0x0800, CRC(503f992e) SHA1(3e88a110ced9ee1927b0ba760b8d92cbc93e645d) )
964958
965959   /* DVG PROM */
966960   ROM_REGION( 0x100, "user1", 0 )
r241936r241937
976970   /* Vector ROM */
977971   ROM_LOAD( "034599-01.r3",  0x4800, 0x0800, CRC(355a9371) SHA1(6ecb40169b797d9eb623bcb17872f745b1bf20fa) )
978972   ROM_LOAD( "034598-01.np3", 0x5000, 0x0800, CRC(9c4ffa68) SHA1(eb4ffc289d254f699f821df3146aa2c6cd78597f) )
979   /* This _should_ be the rom for international versions.  Unfortunately, is it not currently available. */
980   ROM_LOAD( "034597-01.m3",  0x5800, 0x0800, NO_DUMP )
973   ROM_LOAD( "034597-01",     0x5800, 0x0800, CRC(503f992e) SHA1(3e88a110ced9ee1927b0ba760b8d92cbc93e645d) )
981974
982975   /* DVG PROM */
983976   ROM_REGION( 0x100, "user1", 0 )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team