1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Reenable full ram pointer capture. Thanks @PatrickvL !

This commit is contained in:
Thomas Harte 2023-02-01 14:55:33 -05:00
parent ce6dd188a4
commit 9d2841bf6a

View File

@ -925,7 +925,8 @@ void Base<personality>::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) {