mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-28 02:54:15 +01:00
Fixed OTI in gencode
This commit is contained in:
parent
e5dda6bb45
commit
89e9f9bc03
@ -631,7 +631,7 @@ int Z80free_codesED (Z80FREE *processor,byte opcode) {
|
||||
return (12);
|
||||
break;
|
||||
case 163: // OUTI
|
||||
/*OUTI, OUTD, OTIR and OTDR first uses B and then decrement it*/
|
||||
/*OUTI, OUTD, OTIR and OTDR first decrements B and then uses it*/
|
||||
processor->Rm.br.B=Z80free_doIncDec(processor,processor->Rm.br.B,1);
|
||||
Z80free_Out(processor->Rm.wr.BC,Z80free_Rd(processor->Rm.wr.HL));
|
||||
processor->Rm.wr.HL++;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user