Fixed clocks
This commit is contained in:
+1
-2
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user