From d494c940991d04fb442eea269810777d11517f1e Mon Sep 17 00:00:00 2001 From: angelosa Date: Mon, 3 Jun 2024 23:21:52 +0200 Subject: nec/pc8801.cpp: enable partial updates after #12423 --- src/mame/nec/pc8801.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/nec/pc8801.cpp b/src/mame/nec/pc8801.cpp index 97450a9ea2e..8947d11cc13 100644 --- a/src/mame/nec/pc8801.cpp +++ b/src/mame/nec/pc8801.cpp @@ -814,7 +814,7 @@ void pc8801_state::palram_w(offs_t offset, uint8_t data) // p8suite Analog RGB test cross bars (reportedly works in 24 kHz / 80 column only) // NB: it uses a bunch of non-waitstate related opcodes to cycle time it right, // implying a stress-test for Z80 opcode cycles. -// m_screen->update_partial(m_screen->vpos()); + m_screen->update_partial(m_screen->vpos()); } -- cgit v1.2.3