summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atom.h')
-rw-r--r--src/mame/includes/atom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atom.h b/src/mame/includes/atom.h
index ce918299c71..28d85c967fc 100644
--- a/src/mame/includes/atom.h
+++ b/src/mame/includes/atom.h
@@ -97,7 +97,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( motor_w );
/* video state */
- required_shared_ptr<UINT8> m_video_ram;
+ required_shared_ptr<uint8_t> m_video_ram;
/* keyboard state */
int m_keylatch;