mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-24 17:16:57 +01:00
No io contention in +3 machine
This commit is contained in:
parent
0d78ac8917
commit
9a6a0bb4d6
@ -1678,7 +1678,7 @@ void Z80free_Out (register word Port, register byte Value) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ((Port&0x0001)==0) do_contention();
|
else if (((Port&0x0001)==0)&&(ordenador.mode128k!=3)) do_contention();
|
||||||
|
|
||||||
|
|
||||||
// ULAPlus
|
// ULAPlus
|
||||||
@ -1822,7 +1822,7 @@ byte Z80free_In (register word Port) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ((Port&0x0001)==0) do_contention();
|
else if (((Port&0x0001)==0)&&(ordenador.mode128k!=3)) do_contention();
|
||||||
|
|
||||||
temporal_io = (unsigned int) Port;
|
temporal_io = (unsigned int) Port;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user