summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xtheball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xtheball.c')
-rw-r--r--src/mame/drivers/xtheball.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/xtheball.c b/src/mame/drivers/xtheball.c
index 51f93712eca..6d67b7afa65 100644
--- a/src/mame/drivers/xtheball.c
+++ b/src/mame/drivers/xtheball.c
@@ -30,21 +30,21 @@ public:
required_device<cpu_device> m_maincpu;
required_device<tlc34076_device> m_tlc34076;
-
+
required_shared_ptr<UINT16> m_vram_bg;
required_shared_ptr<UINT16> m_vram_fg;
-
+
required_ioport m_analog_x;
required_ioport m_analog_y;
-
+
UINT8 m_bitvals[32];
-
+
DECLARE_WRITE16_MEMBER(bit_controls_w);
DECLARE_READ16_MEMBER(analogx_r);
DECLARE_READ16_MEMBER(analogy_watchdog_r);
-
+
virtual void machine_start();
-
+
TMS340X0_TO_SHIFTREG_CB_MEMBER(to_shiftreg);
TMS340X0_FROM_SHIFTREG_CB_MEMBER(from_shiftreg);
TMS340X0_SCANLINE_RGB32_CB_MEMBER(scanline_update);