summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bladestl.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-08-25 03:05:41 +1000
committer Vas Crabb <vas@vastheman.com>2016-08-25 03:05:55 +1000
commit5d40f2c9d8c20c8726251587c0f5e9636ff74c6f (patch)
tree5ecb34c3612c3f735a38a3cdd898e8fdfc6171cb /src/mame/includes/bladestl.h
parent232a96c60b1141e6d34fe2514ba9538bba0f0589 (diff)
remove legacy forms of (required|optional)_(shared_ptr|ioport)_array
Diffstat (limited to 'src/mame/includes/bladestl.h')
-rw-r--r--src/mame/includes/bladestl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bladestl.h b/src/mame/includes/bladestl.h
index d2d83602a54..4d8f9d084f1 100644
--- a/src/mame/includes/bladestl.h
+++ b/src/mame/includes/bladestl.h
@@ -29,7 +29,7 @@ public:
m_filter3(*this, "filter3"),
m_gfxdecode(*this, "gfxdecode"),
m_soundlatch(*this, "soundlatch"),
- m_trackball(*this, "TRACKBALL"),
+ m_trackball(*this, "TRACKBALL.%u", 0),
m_rombank(*this, "rombank") { }
required_device<cpu_device> m_maincpu;