From 8bda4c55e9b154fd8226a1e479ebbe43704d7fa9 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 14 Apr 2019 15:11:39 -0400 Subject: Forgot to commit this (nw) --- src/mame/machine/spec_snqk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/machine/spec_snqk.cpp b/src/mame/machine/spec_snqk.cpp index 08d7fc4e6c7..f68a46f0597 100644 --- a/src/mame/machine/spec_snqk.cpp +++ b/src/mame/machine/spec_snqk.cpp @@ -94,7 +94,7 @@ void spectrum_state::update_paging() m_port_1ffd_data = 0x04; else m_port_1ffd_data = 0x00; - spectrum_plus3_update_memory(); + plus3_update_memory(); } } -- cgit v1.2.3