summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/amiga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/amiga.h')
-rw-r--r--src/mame/includes/amiga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/amiga.h b/src/mame/includes/amiga.h
index 825257bae13..3943f5379c3 100644
--- a/src/mame/includes/amiga.h
+++ b/src/mame/includes/amiga.h
@@ -432,7 +432,7 @@ public:
required_device<screen_device> m_screen;
optional_device<palette_device> m_palette;
-
+
address_space* m_maincpu_program_space;
const amiga_machine_interface *m_intf;
@@ -499,7 +499,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(amiga_cia_1_irq);
DECLARE_READ8_MEMBER( amiga_cia_0_portA_r );
DECLARE_WRITE8_MEMBER( amiga_cia_0_portA_w );
-
+
DECLARE_READ16_MEMBER( amiga_clock_r );
DECLARE_WRITE16_MEMBER( amiga_clock_w );