]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - insn_ldm8_a.v
Gate off vraminuse, oaminuse, etc with wehther the LCD is powered on. Make sure to...
[fpgaboy.git] / insn_ldm8_a.v
index 27548625708c1e00221742d012e32a0dc7eaf494..14d82cae0551e95abb579e0cf3da6c0a2015d782 100644 (file)
@@ -24,8 +24,8 @@
        `INSN_LD8M_A: begin
                case (cycle)
                0:      begin end
-               2:      begin end
-               3:      if (opcode[4]) `_A <= rdata;
+               1:      begin end
+               2:      if (opcode[4]) `_A <= rdata;
                endcase
        end
 `endif
This page took 0.016152 seconds and 4 git commands to generate.