summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/starwars.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/starwars.h')
-rw-r--r--src/mame/includes/starwars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/starwars.h b/src/mame/includes/starwars.h
index 7177faab06d..ec1cd37a17b 100644
--- a/src/mame/includes/starwars.h
+++ b/src/mame/includes/starwars.h
@@ -41,7 +41,7 @@ public:
void init_esb();
void init_starwars();
- DECLARE_CUSTOM_INPUT_MEMBER(matrix_flag_r);
+ DECLARE_READ_LINE_MEMBER(matrix_flag_r);
private:
required_device<generic_latch_8_device> m_soundlatch;