summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tv950.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tv950.cpp')
-rw-r--r--src/mame/drivers/tv950.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tv950.cpp b/src/mame/drivers/tv950.cpp
index 815b02f3916..81ea9d864a0 100644
--- a/src/mame/drivers/tv950.cpp
+++ b/src/mame/drivers/tv950.cpp
@@ -73,7 +73,7 @@ private:
required_device<m6502_device> m_maincpu;
required_device<via6522_device> m_via;
required_device<r6545_1_device> m_crtc;
- required_shared_ptr<UINT8> m_vram;
+ required_shared_ptr<uint8_t> m_vram;
int m_row_addr;
};