summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-03-02 19:49:41 +0100
committer hap <happppp@users.noreply.github.com>2021-03-02 19:49:53 +0100
commit323250bbee0b0cab43ccc4f698346e43f2a63074 (patch)
tree34b1bfc432a8d21fc43819e11f8106ac6ccf7718 /src
parent413899f7670739950907f5a6f291fe494ba61e83 (diff)
mastmind: shuffle around bit/byte ordering, disasm looks better now
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/hh_pps41.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_pps41.cpp b/src/mame/drivers/hh_pps41.cpp
index f3ef9ea653a..a15ab8958f4 100644
--- a/src/mame/drivers/hh_pps41.cpp
+++ b/src/mame/drivers/hh_pps41.cpp
@@ -141,7 +141,7 @@ void mastmind_state::mastmind(machine_config &config)
ROM_START( mastmind )
ROM_REGION( 0x0400, "maincpu", ROMREGION_ERASE00 )
- ROM_LOAD( "mm75_a7525-11", 0x0000, 0x0200, BAD_DUMP CRC(d144ee6b) SHA1(1e0b521b1e79f94377780470a52e22ee2deaf1d4) ) // wrong byte/bit ordering
+ ROM_LOAD( "mm75_a7525-11", 0x0000, 0x0200, BAD_DUMP CRC(53253dac) SHA1(bae8c65fe4968f24ea9ebe397d4cbcde2022ce9b) ) // not sure about page layout
ROM_CONTINUE( 0x0380, 0x0080 )
ROM_REGION( 100, "maincpu:opla", 0 )