mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
sega/system16.cpp: fixed typo in ROM definition
This commit is contained in:
parent
272964aebe
commit
07313d507d
@ -3745,7 +3745,7 @@ ROM_START( bloxeedbl )
|
||||
ROM_LOAD( "21.ic2", 0x00000, 0x20000, CRC(daf5bb20) SHA1(99e04672a9785a143b0d472e276673b6d323fd2b) ) // ds40986 (27c010)
|
||||
ROM_LOAD( "22.ic3", 0x20000, 0x20000, CRC(16f5668e) SHA1(adb2c3a5ae40627e6110db531427a4f15211ab9b) ) // ds40986 (27c010)
|
||||
ROM_LOAD( "23.ic4", 0x40000, 0x20000, CRC(2b2c3d8b) SHA1(543f622e7139c22bc491583cbb276acfc827b5d0) ) // ds40986 (27c010)
|
||||
ROM_LOAD(" 24.ic5", 0x60000, 0x20000, CRC(107b141b) SHA1(e3fe19b4c7ba8ff60638df17dc4ae50f42a6b024) ) // ds40986 (27c010)
|
||||
ROM_LOAD( "24.ic5", 0x60000, 0x20000, CRC(107b141b) SHA1(e3fe19b4c7ba8ff60638df17dc4ae50f42a6b024) ) // ds40986 (27c010)
|
||||
|
||||
ROM_REGION( 0x100000, "proms", 0 )
|
||||
ROM_LOAD( "82s129.ic32", 0x000, 0x0100, CRC(b921d13f) SHA1(d9d8a1571d974fd512e66097d5d83dd69035cbcb) )
|
||||
|
Loading…
Reference in New Issue
Block a user