device/bus/ti99/pecb/evpc.cpp: fixed MT07889

This commit is contained in:
Ivan Vangelista 2021-03-01 20:31:40 +01:00
parent df8dd17bf3
commit 71b0146c72

View File

@ -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,