summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/stvprot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/stvprot.c')
-rw-r--r--src/mame/machine/stvprot.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/machine/stvprot.c b/src/mame/machine/stvprot.c
index 716f2bfa6ac..4513c9de06d 100644
--- a/src/mame/machine/stvprot.c
+++ b/src/mame/machine/stvprot.c
@@ -83,9 +83,6 @@ WRITE32_MEMBER ( stv_state::common_prot_w )
void stv_state::install_common_protection()
{
m_maincpu->space(AS_PROGRAM).install_readwrite_handler(0x4fffff0, 0x4ffffff, read32_delegate(FUNC(stv_state::common_prot_r), this), write32_delegate(FUNC(stv_state::common_prot_w), this));
-
- INT64 key = get_315_5881_key(machine());
- m_cryptdevice->set_key(key);
}
void stv_state::stv_register_protection_savestates()