From a7fc1e3a66d518b80a974f3a26c389d3f06f25c7 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 23 Nov 2024 18:32:04 -0500 Subject: sega/sg1000.cpp: Revert speculative change --- src/mame/sega/sg1000.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/sega/sg1000.cpp b/src/mame/sega/sg1000.cpp index eeffaac1e45..0674106bf16 100644 --- a/src/mame/sega/sg1000.cpp +++ b/src/mame/sega/sg1000.cpp @@ -674,7 +674,7 @@ void sg1000_state_base::sg1000_base(machine_config &config) /* video hardware */ tms9918a_device &vdp(TMS9918A(config, TMS9918A_TAG, XTAL(10'738'635))); vdp.set_screen("screen"); - vdp.set_vram_size(0x8000); + vdp.set_vram_size(0x4000); vdp.int_callback().set_inputline(m_maincpu, INPUT_LINE_IRQ0); SCREEN(config, "screen", SCREEN_TYPE_RASTER); -- cgit v1.2.3