From 71b0146c72e7415d75963f656b0b86ecef812c0c Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Mon, 1 Mar 2021 20:31:40 +0100 Subject: [PATCH] device/bus/ti99/pecb/evpc.cpp: fixed MT07889 --- src/devices/bus/ti99/peb/evpc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/bus/ti99/peb/evpc.cpp b/src/devices/bus/ti99/peb/evpc.cpp index 0a830d18eed..f45c672d00c 100644 --- a/src/devices/bus/ti99/peb/evpc.cpp +++ b/src/devices/bus/ti99/peb/evpc.cpp @@ -499,6 +499,7 @@ void snug_enhanced_video_device::device_add_mconfig(machine_config& config) m_video->int_cb().set(FUNC(snug_enhanced_video_device::video_interrupt_in)); m_video->set_screen(EVPC_SCREEN_TAG); + m_video->set_vram_size(0x20000); // gets changed at device_reset, but give it a default value to avoid assert screen_device& screen(SCREEN(config, EVPC_SCREEN_TAG, SCREEN_TYPE_RASTER)); screen.set_raw(XTAL(21'477'272), v99x8_device::HTOTAL,