From 2b2e918981ac2ae03388475bae0ad1ee95d323d8 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 6 Feb 2022 19:34:15 +0100 Subject: mach32.cpp: removed duplicate save state registration --- src/devices/bus/isa/mach32.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/bus/isa/mach32.cpp b/src/devices/bus/isa/mach32.cpp index e9f4ad8d197..178556918a8 100644 --- a/src/devices/bus/isa/mach32.cpp +++ b/src/devices/bus/isa/mach32.cpp @@ -118,7 +118,6 @@ void mach32_device::device_start() vga.svga_intf.vram_size = 0x400000; vga.memory.resize(vga.svga_intf.vram_size); memset(&vga.memory[0], 0, vga.svga_intf.vram_size); - save_item(NAME(vga.memory)); } void mach32_device::device_reset() -- cgit v1.2.3