summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/klax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/klax.h')
-rw-r--r--src/mame/includes/klax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/klax.h b/src/mame/includes/klax.h
index 25c620948c5..cca31be3fd1 100644
--- a/src/mame/includes/klax.h
+++ b/src/mame/includes/klax.h
@@ -12,9 +12,9 @@ public:
klax_state(const machine_config &mconfig, device_type type, const char *tag)
: atarigen_state(mconfig, type, tag),
m_playfield_tilemap(*this, "playfield") { }
-
+
required_device<tilemap_device> m_playfield_tilemap;
-
+
virtual void update_interrupts();
virtual void scanline_update(screen_device &screen, int scanline);
DECLARE_WRITE16_MEMBER(interrupt_ack_w);