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 b78fdbb0fa8..9be37168154 100644
--- a/src/mame/includes/simple_st0016.h
+++ b/src/mame/includes/simple_st0016.h
@@ -12,7 +12,7 @@ public:
{ }
int mux_port;
- // UINT32 m_st0016_rom_bank;
+ // UINT32 m_st0016_rom_bank;
optional_device<st0016_cpu_device> m_maincpu;
DECLARE_READ8_MEMBER(mux_r);
@@ -27,7 +27,7 @@ public:
DECLARE_DRIVER_INIT(mayjinsn);
DECLARE_DRIVER_INIT(mayjisn2);
DECLARE_DRIVER_INIT(renju);
- virtual void machine_start();
+ virtual void machine_start();
DECLARE_VIDEO_START(st0016);
void st0016_draw_screen(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_st0016(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);