02532: lunarba1: Unable to locate input port 'DSW2'

This commit is contained in:
Aaron Giles 2008-10-12 14:09:50 +00:00
parent 499073eb8e
commit 44f0b5a68a

View File

@ -260,7 +260,7 @@ static READ8_HANDLER( spacduel_IN3_r )
res1 = input_port_read(machine, "IN3");
res2 = input_port_read(machine, "IN4");
res3 = input_port_read(machine, "DSW2");
res3 = input_port_read_safe(machine, "DSW2", 0);
res = 0x00;
switch (offset & 0x07)