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