diff options
author | 2021-11-07 08:38:52 -0800 | |
---|---|---|
committer | 2021-11-07 11:38:52 -0500 | |
commit | bd69ad08435d4ed70afed2feb9e8953c3e84f3c6 (patch) | |
tree | f199356042a372df40725278b5662c578ab1e0b4 /src/devices/bus/coco/coco_wpk.h | |
parent | 467a1168843fadda75b94ed82b93048042773b5c (diff) |
coco: audit save state and enable it (#8750)
Diffstat (limited to 'src/devices/bus/coco/coco_wpk.h')
-rw-r--r-- | src/devices/bus/coco/coco_wpk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_wpk.h b/src/devices/bus/coco/coco_wpk.h index 65534dd3709..33db6c4be73 100644 --- a/src/devices/bus/coco/coco_wpk.h +++ b/src/devices/bus/coco/coco_wpk.h @@ -43,7 +43,6 @@ protected: required_memory_region m_chargen; u16 m_video_addr; - u8 m_video_data; std::unique_ptr<u8[]> m_video_ram; |