Skip to content

Commit

Permalink
Update SEGASYS1_MAIN.v
Browse files Browse the repository at this point in the history
  • Loading branch information
Gehstock committed Jun 30, 2021
1 parent cfbe30b commit ead26d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Arcade_MiST/Sega System 1 Hardware/rtl/SEGASYS1_MAIN.v
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end
wire CPUCL_EN = CLK4M_EN;

wire [7:0] CPUDI;
wire CPURD;
//wire CPURD;

wire cpu_m1;
wire cpu_mreq, cpu_iorq;
Expand All @@ -74,7 +74,7 @@ Z80IP maincpu(
);

assign CPUWR = _cpu_wr & cpu_mreq;
assign CPURD = _cpu_rd & cpu_mreq;
//assign CPURD = _cpu_rd & cpu_mreq;


// Input Port
Expand Down

0 comments on commit ead26d0

Please sign in to comment.