diff options
author | 2022-05-24 20:35:25 +1000 | |
---|---|---|
committer | 2022-05-24 20:35:25 +1000 | |
commit | 179faaed78191b3060d724a8cc0f2f7a802e7b3e (patch) | |
tree | 86ba632c01e80373ac5385ee071836b41771161e /src/emu/validity.cpp | |
parent | 170443ff6fd532fe8180edf33123529d2a593218 (diff) |
*****Removed unneeded/forgotten differences to mame code
Diffstat (limited to 'src/emu/validity.cpp')
-rw-r--r-- | src/emu/validity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/validity.cpp b/src/emu/validity.cpp index 28870ac67d7..668cc8a248c 100644 --- a/src/emu/validity.cpp +++ b/src/emu/validity.cpp @@ -2172,7 +2172,7 @@ void validity_checker::validate_roms(device_t &root) } // for any non-region ending entries, make sure they don't extend past the end - if (!ROMENTRY_ISREGIONEND(romp) && current_length > 0 && !ROMENTRY_ISIGNORE(romp)) // HBMAME + if (!ROMENTRY_ISREGIONEND(romp) && current_length > 0 && !ROMENTRY_ISIGNORE(romp)) // MESSUI { items_since_region++; if (!ROMENTRY_ISIGNORE(romp) && (ROM_GETOFFSET(romp) + ROM_GETLENGTH(romp) > current_length)) |