summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9364.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9364.h')
-rw-r--r--src/devices/video/ef9364.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ef9364.h b/src/devices/video/ef9364.h
index 4c5f57bb211..9d18942429d 100644
--- a/src/devices/video/ef9364.h
+++ b/src/devices/video/ef9364.h
@@ -75,7 +75,7 @@ private:
// internal state
- memory_region *m_charset;
+ required_region_ptr<UINT8> m_charset;
address_space *m_textram;
UINT8 x_curs_pos;