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) { }