mirror of
https://github.com/holub/mame
synced 2025-05-15 10:28:16 +03:00
(MESS) fixed uninitialized member in src/mess/video/nubus_48gc.c (nw)
This commit is contained in:
parent
a4e80715da
commit
452c1a8851
@ -130,6 +130,7 @@ void jmfb_device::device_reset()
|
||||
m_base = 0;
|
||||
m_xres = 640;
|
||||
m_yres = 480;
|
||||
m_mode = 0;
|
||||
memset(m_vram, 0, VRAM_SIZE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user