summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2018-02-19 20:41:18 -0500
committer GitHub <noreply@github.com>2018-02-19 20:41:18 -0500
commitaee499dbe77cf99d54a2e596f5c0b9f836e4f40c (patch)
tree2deb501455ecabe91105634c5b28125e423b2edd
parentdc07e08124bd7d7197b05113ae2545989d0496cc (diff)
parent624ea5f46a0cedb4bd5a8b568f1f5e047c89c91d (diff)
Merge pull request #3248 from incog/master
fix flash size
-rw-r--r--src/mame/drivers/vii.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vii.cpp b/src/mame/drivers/vii.cpp
index 4252cae9d7f..f4df5505a5d 100644
--- a/src/mame/drivers/vii.cpp
+++ b/src/mame/drivers/vii.cpp
@@ -1531,8 +1531,8 @@ which is also found in the Wireless Air 60 ROM.
*/
ROM_START( wireless )
- ROM_REGION( 0x8400000, "maincpu", ROMREGION_ERASEFF )
- ROM_LOAD16_WORD_SWAP( "wireless.nand", 0x0000, 0x8400000, CRC(a6ecc20e) SHA1(3645f23ba2bb218e92d4560a8ae29dddbaabf796) )
+ ROM_REGION( 0x8000000, "maincpu", ROMREGION_ERASEFF )
+ ROM_LOAD16_WORD_SWAP( "wireless.nand", 0x0000, 0x8000000, CRC(a6ecc20e) SHA1(3645f23ba2bb218e92d4560a8ae29dddbaabf796) )
ROM_END
// YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS