diff --git a/Components/9918/Implementation/9918.cpp b/Components/9918/Implementation/9918.cpp index 56987cbec..451b41dfc 100644 --- a/Components/9918/Implementation/9918.cpp +++ b/Components/9918/Implementation/9918.cpp @@ -674,6 +674,8 @@ void Base::commit_register(int reg, uint8_t value) { // b4: enable horizontal retrace interrupt // b5: enable light pen interrupts // b6: set colour bus to input or output mode + + LOG("Screen mode: " << int(current_screen_mode())); break; case 1: @@ -682,6 +684,8 @@ void Base::commit_register(int reg, uint8_t value) { ((value & 0x10) >> 4) | ((value & 0x08) >> 2) ); + + LOG("Screen mode: " << int(current_screen_mode())); break; case 8: