summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/starwars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/starwars.cpp')
-rw-r--r--src/mame/drivers/starwars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/starwars.cpp b/src/mame/drivers/starwars.cpp
index 6e6bfa14c52..927394cf1a5 100644
--- a/src/mame/drivers/starwars.cpp
+++ b/src/mame/drivers/starwars.cpp
@@ -314,7 +314,7 @@ MACHINE_CONFIG_START(starwars_state::starwars)
MCFG_DEVICE_ADD("adc", ADC0809, MASTER_CLOCK / 16) // designated as "137243-001" on parts list and "157249-120" on schematics
MCFG_ADC0808_IN0_CB(IOPORT("STICKY")) // pitch
MCFG_ADC0808_IN1_CB(IOPORT("STICKX")) // yaw
- MCFG_ADC0808_IN2_CB(GND) // thrust (unused)
+ MCFG_ADC0808_IN2_CB(CONSTANT(0)) // thrust (unused)
MCFG_DEVICE_ADD("riot", RIOT6532, MASTER_CLOCK / 8)
MCFG_RIOT6532_IN_PA_CB(READ8(*this, starwars_state, r6532_porta_r))