summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarig42.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarig42.c')
-rw-r--r--src/mame/drivers/atarig42.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarig42.c b/src/mame/drivers/atarig42.c
index 54f1c85f580..20b891f4ff4 100644
--- a/src/mame/drivers/atarig42.c
+++ b/src/mame/drivers/atarig42.c
@@ -94,7 +94,7 @@ static READ16_HANDLER( special_port2_r )
static WRITE16_HANDLER( a2d_select_w )
{
char port[5];
-
+
sprintf(port, "A2D%d", (offset != 0));
analog_data = input_port_read(machine, port);
}