summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esqkt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/esqkt.cpp')
-rw-r--r--src/mame/drivers/esqkt.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/esqkt.cpp b/src/mame/drivers/esqkt.cpp
index d25cb018a04..d537b16d0bd 100644
--- a/src/mame/drivers/esqkt.cpp
+++ b/src/mame/drivers/esqkt.cpp
@@ -360,9 +360,9 @@ static INPUT_PORTS_START( kt )
INPUT_PORTS_END
ROM_START( kt76 )
- ROM_REGION(0x80000, "osrom", 0)
- ROM_LOAD32_WORD( "kt76_162_lo.bin", 0x000000, 0x020000, CRC(1a1ab910) SHA1(dcc80db2297fd25993e090c2e5bb7f947319a8bf) )
- ROM_LOAD32_WORD( "kt76_162_hi.bin", 0x000002, 0x040000, CRC(de16d236) SHA1(c55fca86453e90e8c34a048bed45817063237370) )
+ ROM_REGION32_BE(0x80000, "osrom", 0)
+ ROM_LOAD32_WORD_SWAP( "kt76_162_lo.bin", 0x000002, 0x020000, CRC(1a1ab910) SHA1(dcc80db2297fd25993e090c2e5bb7f947319a8bf) )
+ ROM_LOAD32_WORD_SWAP( "kt76_162_hi.bin", 0x000000, 0x040000, CRC(de16d236) SHA1(c55fca86453e90e8c34a048bed45817063237370) )
ROM_REGION(0x400000, "waverom", ROMREGION_ERASE00)
ROM_LOAD16_BYTE( "1351000401_rom0.u103", 0x000001, 0x200000, CRC(425047af) SHA1(9680d1fc222b29ba24f0fbf6136982bee87a60ef) )