From 62bb5f616b3ff07d8c60cd5f3a1c4f1b090ec4e9 Mon Sep 17 00:00:00 2001 From: andreasnaive Date: Thu, 6 Aug 2015 23:40:27 +0200 Subject: [PATCH] oops (nw) --- src/mame/machine/ns10crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/machine/ns10crypt.c b/src/mame/machine/ns10crypt.c index 6fe0d8019d7..247d201cec3 100644 --- a/src/mame/machine/ns10crypt.c +++ b/src/mame/machine/ns10crypt.c @@ -346,7 +346,7 @@ gamshara_decrypter_device::gamshara_decrypter_device(const machine_config &mconf } knpuzzle_decrypter_device::knpuzzle_decrypter_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : ns10_decrypter_device(KNPUZZLE_DECRYPTER, konotako_crypto_logic, mconfig, tag, owner, clock) + : ns10_decrypter_device(KNPUZZLE_DECRYPTER, knpuzzle_crypto_logic, mconfig, tag, owner, clock) { }