summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2021-03-01 20:31:40 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2021-03-01 20:31:40 +0100
commit71b0146c72e7415d75963f656b0b86ecef812c0c (patch)
treed9617dd2a43d6065a47af8e97a65fd8c1dde78fb /src
parentdf8dd17bf346a069d10e275ef9147722908df035 (diff)
device/bus/ti99/pecb/evpc.cpp: fixed MT07889
Diffstat (limited to 'src')
-rw-r--r--src/devices/bus/ti99/peb/evpc.cpp1
1 files changed, 1 insertions, 0 deletions
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,