X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/efc8cc5dd78c9126c9e3ced9be2c99c6b962703a..5c83453744afce2e0415f839e8274156b69df83e:/core/GBZ80Core.v diff --git a/core/GBZ80Core.v b/core/GBZ80Core.v index fcc3337..a79b78a 100644 --- a/core/GBZ80Core.v +++ b/core/GBZ80Core.v @@ -146,6 +146,10 @@ module GBZ80Core( reg ie, iedelay; +`define LOCALWIRES +`include "allinsns.v" +`undef LOCALWIRES + wire [7:0] rlc,rrc,rl,rr,sla,sra,swap,srl; wire [3:0] rlcf,rrcf,rlf,rrf,slaf,sraf,swapf,srlf; wire [7:0] alu_res;