mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
02532: lunarba1: Unable to locate input port 'DSW2'
This commit is contained in:
parent
499073eb8e
commit
44f0b5a68a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user