summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/tmc2000e.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmc2000e.h')
-rw-r--r--src/mame/includes/tmc2000e.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/tmc2000e.h b/src/mame/includes/tmc2000e.h
index 25d74ea3d22..c79c16b2380 100644
--- a/src/mame/includes/tmc2000e.h
+++ b/src/mame/includes/tmc2000e.h
@@ -35,7 +35,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<cdp1864_device> m_cti;
required_device<cassette_image_device> m_cassette;
- required_shared_ptr<UINT8> m_colorram;
+ required_shared_ptr<uint8_t> m_colorram;
required_ioport_array<8> m_key_row;
required_ioport m_run;
@@ -62,7 +62,7 @@ public:
/* video state */
int m_cdp1864_efx; /* EFx */
- UINT8 m_color;
+ uint8_t m_color;
/* keyboard state */
int m_keylatch; /* key latch */