]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - GBZ80Core.v
Yaaay, everything is posedge now
[fpgaboy.git] / GBZ80Core.v
index b06910a6c3052f3c8648424e6926aac0a8953ce5..9db958fa85dc93189a0251b91d1b8cb5c600ff97 100644 (file)
@@ -314,8 +314,8 @@ module GBZ80Core(
                                        opcode <= `INSN_VOP_INTR;
                                else
                                        opcode <= {1'b0,busdata};
-                               rdata <= busdata;
                                newcycle <= 0;
+                               rdata <= busdata;
                                cycle <= 0;
                        end else begin
                                if (rd) rdata <= busdata;
This page took 0.023198 seconds and 4 git commands to generate.