Fixed clocks

This commit is contained in:
2022-04-02 15:57:16 +03:00
parent d20be0fefc
commit f114ff0549
75 changed files with 407468 additions and 409289 deletions
+1 -2
View File
@@ -109,7 +109,6 @@ begin
3'b001: begin
// Normally data supplied by the ULA
D[7:0] = ula_data;
/*
// Kempston joystick at the IO address 0x1F; active bits are high:
// FIRE UP DOWN LEFT RIGHT
@@ -129,7 +128,7 @@ end
// ----------------------------------------------------
wire[7:0] rom_data;
rom0 rom(
.clock(CLOCK_50),
.clock(clk_vram),
.address(A),
.q(rom_data)
);