mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
use vga_device::zero() in cirrus_vga_device::device_start() as well (nw)
This commit is contained in:
parent
fcc88be519
commit
2bfb54cc84
@ -262,7 +262,7 @@ void svga_device::device_start()
|
||||
|
||||
void cirrus_vga_device::device_start()
|
||||
{
|
||||
memset(&vga, 0, sizeof(vga));
|
||||
vga_device::zero();
|
||||
memset(&svga, 0, sizeof(svga));
|
||||
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user