summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-04-04 15:07:36 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-04-04 15:07:36 -0400
commitf6e1b205eb7e56e0441f236c0bf3f261e128f39a (patch)
treee90cb0be5fed93b9cfe356d0b623393b2b98de43
parent7f4adf84abf1b8a4890a469a8768c68e944334b5 (diff)
starwars: Update documentation (nw)
-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 74b8a39093d..96ffa70c8a6 100644
--- a/src/mame/drivers/starwars.cpp
+++ b/src/mame/drivers/starwars.cpp
@@ -313,7 +313,7 @@ MACHINE_CONFIG_START(starwars_state::starwars)
MCFG_CPU_ADD("audiocpu", MC6809E, MASTER_CLOCK / 8)
MCFG_CPU_PROGRAM_MAP(sound_map)
- MCFG_DEVICE_ADD("adc", ADC0809, MASTER_CLOCK / 16) // custom designated as "157249-120"
+ 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)