summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/citycon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/citycon.h')
-rw-r--r--src/mame/includes/citycon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/citycon.h b/src/mame/includes/citycon.h
index 69a5addd8ea..6f57cc41f80 100644
--- a/src/mame/includes/citycon.h
+++ b/src/mame/includes/citycon.h
@@ -33,7 +33,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
-
+
DECLARE_READ8_MEMBER(citycon_in_r);
DECLARE_READ8_MEMBER(citycon_irq_ack_r);
DECLARE_WRITE8_MEMBER(citycon_videoram_w);