mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
nbajamex: Fix region width
This commit is contained in:
parent
08d419517e
commit
bb6d7bd43f
@ -5134,7 +5134,7 @@ ROM_START( nbajamexa )
|
||||
ROM_REGION( 0x8, "cat702_2", 0 )
|
||||
ROM_LOAD( "ac02", 0x000000, 0x000008, CRC(1412d475) SHA1(c2f62232a261870f58353d09dc0d6ce2ad17a729) )
|
||||
|
||||
ROM_REGION16_LE( 0x800000, "rax", 0 )
|
||||
ROM_REGION( 0x800000, "rax", 0 )
|
||||
ROM_LOAD( "360snda1.u52", 0x000000, 0x080000, CRC(36d8a628) SHA1(944a01c9128f5e90c7dba3557a3ecb2c5ca90831) )
|
||||
ROM_LOAD( "sound0.u48", 0x400000, 0x200000, CRC(38873b67) SHA1(b2f8d32270ae604c099a1b9b71d2e06468c7d4a9) )
|
||||
ROM_LOAD( "sound1.u49", 0x600000, 0x200000, CRC(57014589) SHA1(d360ff1c52424bd91a5a8d1a2a9c10bf7abb0602) )
|
||||
|
Loading…
Reference in New Issue
Block a user