OpenCores
URL https://opencores.org/ocsvn/nextz80/nextz80/trunk

Subversion Repositories nextz80

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /nextz80/trunk
    from Rev 11 to Rev 12
    Reverse comparison

Rev 11 → Rev 12

/NextZ80CPU.v
208,7 → 208,7
ALU16OP = 3'b000; // NOP, post inc
next_stage = 0;
REG_WSEL = 4'bxxxx;
REG_RSEL = 4'bxxxx;
REG_RSEL = 4'bx0xx; // prevents default 4'b0100 which leads to incorrect P flag value in some cases (like RLA)
M1 = 1;
MREQ = 1;
WR = 0;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.