summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alto2.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-08-02 16:59:02 +1000
committer Vas Crabb <vas@vastheman.com>2016-08-02 16:59:02 +1000
commit889ecdfd4f633aa9a868f69f10ed4fb2a427238c (patch)
tree892e43cc128118b948ba0fba414303ea82d39ddf /src/mame/drivers/alto2.cpp
parenta26a40445beb13d0df877fa4e44093fb73c7703b (diff)
Let's give the new srcclean a spin...
Diffstat (limited to 'src/mame/drivers/alto2.cpp')
-rw-r--r--src/mame/drivers/alto2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alto2.cpp b/src/mame/drivers/alto2.cpp
index 77ac8f9ca66..4b9e7542b65 100644
--- a/src/mame/drivers/alto2.cpp
+++ b/src/mame/drivers/alto2.cpp
@@ -158,7 +158,7 @@ static INPUT_PORTS_START( alto2 )
PORT_START("mousey") // Mouse - Y AXIS
PORT_BIT( 0xffff, 0x00, IPT_MOUSE_Y) PORT_SENSITIVITY(100) PORT_KEYDELTA(1) PORT_CHANGED_MEMBER( ":maincpu", alto2_cpu_device, mouse_motion_y, nullptr )
- PORT_START("utilout") // Speaker connected to UTILOUT
+ PORT_START("utilout") // Speaker connected to UTILOUT
PORT_BIT( 0xff, 0x00, IPT_PORT ) PORT_WRITE_LINE_DEVICE_MEMBER(":speaker", speaker_sound_device, level_w)
PORT_START("CONFIG") /* Memory switch on AIM board */