summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/inder_vid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/inder_vid.h')
-rw-r--r--src/mame/machine/inder_vid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/inder_vid.h b/src/mame/machine/inder_vid.h
index f8c850ed9c1..581ba051228 100644
--- a/src/mame/machine/inder_vid.h
+++ b/src/mame/machine/inder_vid.h
@@ -26,9 +26,9 @@ class inder_vid_device : public device_t
{
public:
// construction/destruction
- inder_vid_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ inder_vid_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- required_shared_ptr<UINT16> m_vram;
+ required_shared_ptr<uint16_t> m_vram;
required_device<palette_device> m_palette;
required_device<tms34010_device> m_tms;