diff options
Diffstat (limited to 'src/devices/video/huc6270.cpp')
| -rw-r--r-- | src/devices/video/huc6270.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/video/huc6270.cpp b/src/devices/video/huc6270.cpp index 09f49963ba9..e384d53932e 100644 --- a/src/devices/video/huc6270.cpp +++ b/src/devices/video/huc6270.cpp @@ -80,9 +80,6 @@ enum { DVSSR = 0x13 }; -ALLOW_SAVE_TYPE(huc6270_device::v_state); -ALLOW_SAVE_TYPE(huc6270_device::h_state); - /* Bits in the VDC status register */ #define HUC6270_BSY 0x40 /* Set when the VDC accesses VRAM */ |
