]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - GBZ80Core.v
Add an instruction tester to the test ROM.
[fpgaboy.git] / GBZ80Core.v
index 0f0496eed4200d7e2f98b8ac9a8ffd3e3952608a..e125225ede2924e2c3ce07eb4c2296d4bc0eb454 100644 (file)
@@ -289,7 +289,7 @@ module GBZ80Core(
                                                `INSN_stack_HL: wdata <= registers[`REG_L];
                                                endcase
                                        end
-                               2:      begin /* TWIDDLE OUR FUCKING THUMBS! */ end
+                               2:      begin /* Twiddle thumbs. */ end
                                3:      begin
                                                `EXEC_NEWCYCLE;
                                                `EXEC_INC_PC;
This page took 0.022923 seconds and 4 git commands to generate.