summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-06-23 16:05:09 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2018-06-23 16:05:09 +1000
commit6d3d5a6385f502df348263ec37502188429f3cd1 (patch)
tree058d75d6f1ebd05a13353c0ebf7cbef9482ac292 /src
parentdf9664bff4b3342321ef02b89b7cb36fbf198ca7 (diff)
(nw) fixed validation: hikaru.cpp
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/hikaru.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hikaru.cpp b/src/mame/drivers/hikaru.cpp
index b360bd67fd8..0c20d3f6048 100644
--- a/src/mame/drivers/hikaru.cpp
+++ b/src/mame/drivers/hikaru.cpp
@@ -843,7 +843,7 @@ ROM_START( hikcheck )
// ic36 unpopulated
// SOP44 sockets, no ROMs populated
- ROM_REGION( 0x10000000, "user2", 0)
+ ROM_REGION( 0x10000000, "user2", ROMREGION_ERASE00)
// 315-5881 populated, have no 317-xxxx stamp, key is unknown.
ROM_PARAMETER( ":rom_board:segam2crypt:key", "-1" )