summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2017-12-11 23:59:36 +0200
committer MetalliC <0vetal0@gmail.com>2017-12-11 23:59:36 +0200
commit2ecd09a0b4237370a634e2d819dc9664646f9dc6 (patch)
tree1034e98dabea27ce201a51c8c5631ec986477659
parent8b23bc7b9b238a043d54635ac2ebee2838f413fd (diff)
typo (nw)
-rw-r--r--src/mame/machine/pgm2_memcard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pgm2_memcard.cpp b/src/mame/machine/pgm2_memcard.cpp
index 549a8e5aa79..243cfe80855 100644
--- a/src/mame/machine/pgm2_memcard.cpp
+++ b/src/mame/machine/pgm2_memcard.cpp
@@ -94,7 +94,7 @@ image_init_result pgm2_memcard_device::call_create(int format_type, util::option
void pgm2_memcard_device::auth(uint8_t p1, uint8_t p2, uint8_t p3)
{
- if (m_security_data[0] & 3)
+ if (m_security_data[0] & 7)
{
if (m_security_data[1] == p1 && m_security_data[2] == p2 && m_security_data[3] == p3)
authenticated = true;