From 9d2841bf6a13f2fde85585807ccf6356ac5bd0f3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 1 Feb 2023 14:55:33 -0500 Subject: [PATCH] Reenable full ram pointer capture. Thanks @PatrickvL ! --- Components/9918/Implementation/9918.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Components/9918/Implementation/9918.cpp b/Components/9918/Implementation/9918.cpp index f67e261a6..7de0f3196 100644 --- a/Components/9918/Implementation/9918.cpp +++ b/Components/9918/Implementation/9918.cpp @@ -925,7 +925,8 @@ void Base::write_register(uint8_t value) { } // The RAM pointer is always set on a second write, regardless of - // whether the caller is intending to enqueue a VDP operation. install_field<8, 0x3f>(ram_pointer_, value); + // whether the caller is intending to enqueue a VDP operation. + install_field<8, 0x3f>(ram_pointer_, value); write_phase_ = false; if(value & 0x80) {