summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/simple_st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/simple_st0016.h')
-rw-r--r--src/mame/includes/simple_st0016.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/simple_st0016.h b/src/mame/includes/simple_st0016.h
index e2f8f7bf61d..9b535c80d53 100644
--- a/src/mame/includes/simple_st0016.h
+++ b/src/mame/includes/simple_st0016.h
@@ -14,7 +14,7 @@ public:
{ }
int mux_port;
- // UINT32 m_st0016_rom_bank;
+ // uint32_t m_st0016_rom_bank;
optional_device<st0016_cpu_device> m_maincpu;
DECLARE_READ8_MEMBER(mux_r);
@@ -31,7 +31,7 @@ public:
DECLARE_DRIVER_INIT(renju);
virtual void machine_start() override;
DECLARE_VIDEO_START(st0016);
- UINT32 screen_update_st0016(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ uint32_t screen_update_st0016(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(st0016_int);
optional_device<cpu_device> m_subcpu;
required_device<screen_device> m_screen;