trunk/src/mame/drivers/asteroid.c
| r241936 | r241937 | |
| 10 | 10 | Known bugs: |
| 11 | 11 | * the ERROR message in Asteroids Deluxe self test is related to a pokey problem |
| 12 | 12 | |
| 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 | | |
| 18 | 13 | Information from a Tech Tip: |
| 19 | 14 | |
| 20 | 15 | Asteroids Modification: |
| r241936 | r241937 | |
| 959 | 954 | /* Vector ROM */ |
| 960 | 955 | ROM_LOAD( "034599-01.r3", 0x4800, 0x0800, CRC(355a9371) SHA1(6ecb40169b797d9eb623bcb17872f745b1bf20fa) ) |
| 961 | 956 | 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) ) |
| 964 | 958 | |
| 965 | 959 | /* DVG PROM */ |
| 966 | 960 | ROM_REGION( 0x100, "user1", 0 ) |
| r241936 | r241937 | |
| 976 | 970 | /* Vector ROM */ |
| 977 | 971 | ROM_LOAD( "034599-01.r3", 0x4800, 0x0800, CRC(355a9371) SHA1(6ecb40169b797d9eb623bcb17872f745b1bf20fa) ) |
| 978 | 972 | 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) ) |
| 981 | 974 | |
| 982 | 975 | /* DVG PROM */ |
| 983 | 976 | ROM_REGION( 0x100, "user1", 0 ) |