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.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/xtheball.c b/src/mame/drivers/xtheball.c
index e7c172902de..48c72577f80 100644
--- a/src/mame/drivers/xtheball.c
+++ b/src/mame/drivers/xtheball.c
@@ -19,11 +19,11 @@ class xtheball_state : public driver_device
public:
xtheball_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) ,
- m_tlc34076(*this, "tlc34076"),
- m_vram_bg(*this, "vrabg"),
- m_vram_fg(*this, "vrafg"),
- m_analog_x(*this, "ANALOGX"),
- m_analog_y(*this, "ANALOGY")
+ m_tlc34076(*this, "tlc34076"),
+ m_vram_bg(*this, "vrabg"),
+ m_vram_fg(*this, "vrafg"),
+ m_analog_x(*this, "ANALOGX"),
+ m_analog_y(*this, "ANALOGY")
{ }
required_device<tlc34076_device> m_tlc34076;