summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stv.h')
-rw-r--r--src/mame/includes/stv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/stv.h b/src/mame/includes/stv.h
index f748baa5693..33bbeed071c 100644
--- a/src/mame/includes/stv.h
+++ b/src/mame/includes/stv.h
@@ -701,7 +701,8 @@ public:
: saturn_state(mconfig, type, tag),
m_adsp(*this, "adsp"),
m_adsp_pram(*this, "adsp_pram"),
- m_cryptdevice(*this, "315_5881")
+ m_cryptdevice(*this, "315_5881"),
+ m_using_crypt_device(0)
{
}
@@ -839,6 +840,7 @@ public:
optional_device<sega_315_5881_crypt_device> m_cryptdevice;
UINT16 crypt_read_callback(UINT32 addr);
+ int m_using_crypt_device;
};