mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
From: Fabio Priuli [mailto:doge.fabio@gmail.com]
Sent: Monday, July 21, 2008 2:16 PM To: submit@mamedev.org Subject: fix for MT 2029 I noticed only today the silly mistake which produced the bug passing from 126 to 126u1. Stupid typo. Attached you find the fix. Regards, Fabio
This commit is contained in:
parent
2010c2e4ab
commit
6701abab27
@ -1141,7 +1141,7 @@ static READ16_HANDLER( standard_io_r )
|
||||
}
|
||||
|
||||
case 0x2000/2:
|
||||
return input_port_read(machine, (offset & 1) ? "DSW2" : "DSW1");
|
||||
return input_port_read(machine, (offset & 1) ? "DSW1" : "DSW2");
|
||||
}
|
||||
logerror("%06X:standard_io_r - unknown read access to address %04X\n", activecpu_get_pc(), offset * 2);
|
||||
return segaic16_open_bus_r(machine,0,mem_mask);
|
||||
|
Loading…
Reference in New Issue
Block a user