summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cop01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cop01.h')
-rw-r--r--src/mame/includes/cop01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cop01.h b/src/mame/includes/cop01.h
index c7e6db1eeac..c78467b45f4 100644
--- a/src/mame/includes/cop01.h
+++ b/src/mame/includes/cop01.h
@@ -36,7 +36,7 @@ public:
required_device<cpu_device> m_audiocpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
-
+
DECLARE_WRITE8_MEMBER(cop01_sound_command_w);
DECLARE_READ8_MEMBER(cop01_sound_command_r);
DECLARE_WRITE8_MEMBER(cop01_irq_ack_w);