diff options
author | 2022-02-06 19:34:15 +0100 | |
---|---|---|
committer | 2022-02-06 19:34:15 +0100 | |
commit | 2b2e918981ac2ae03388475bae0ad1ee95d323d8 (patch) | |
tree | 62b0f142ddf729e81398ec88923291d6141ae50d /src/devices/bus | |
parent | 91d68adfe9e2067070eaac8d3a2d2db54962ac85 (diff) |
mach32.cpp: removed duplicate save state registration
Diffstat (limited to 'src/devices/bus')
-rw-r--r-- | src/devices/bus/isa/mach32.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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() |