summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exidy440.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exidy440.h')
-rw-r--r--src/mame/includes/exidy440.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/exidy440.h b/src/mame/includes/exidy440.h
index b1c308adf7e..60fcb2201e9 100644
--- a/src/mame/includes/exidy440.h
+++ b/src/mame/includes/exidy440.h
@@ -23,10 +23,10 @@ public:
required_shared_ptr<UINT8> m_imageram;
required_shared_ptr<UINT8> m_spriteram;
required_shared_ptr<UINT8> m_scanline;
-
+
required_device<cpu_device> m_maincpu;
required_device<exidy440_sound_device> m_custom;
-
+
UINT8 m_bank;
const UINT8 *m_showdown_bank_data[2];
INT8 m_showdown_bank_select;