mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
Fix G-NET on big-endian hosts
This commit is contained in:
parent
41bb2ea775
commit
1c61e96910
@ -1038,7 +1038,7 @@ INPUT_PORTS_END
|
||||
ROM_REGION32_LE( 0x080000, "mainbios", 0 ) \
|
||||
ROM_LOAD( "coh-3002t.353", 0x000000, 0x080000, CRC(03967fa7) SHA1(0e17fec2286e4e25deb23d40e41ce0986f373d49) ) \
|
||||
\
|
||||
ROM_REGION32_LE( 0x200000, "subbios", 0 ) \
|
||||
ROM_REGION16_LE( 0x200000, "subbios", 0 ) \
|
||||
ROM_LOAD( "flash.u30", 0x000000, 0x200000, CRC(c48c8236) SHA1(c6dad60266ce2ff635696bc0d91903c543273559) ) \
|
||||
ROM_REGION32_LE( 0x80000, "soundcpu", 0) \
|
||||
ROM_FILL( 0, 0x80000, 0xff) \
|
||||
|
Loading…
Reference in New Issue
Block a user