Skip to content

Commit

Permalink
Fix stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
rejunity committed Nov 7, 2024
1 parent 4825ddc commit 3fba89a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/atari2600.v
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ module atari2600 (
.dat_i(pia_data_in),
.dat_o(pia_data_out),
.buttons(input_joystick_0),
.sw(input_switches),
.tia_ypos(tia_ypos)
.sw(input_switches)
);

reg [7:0] ram [ 127:0]; // Built-in RAM (part of PIA/RIOT chip): 128 bytes
Expand Down

0 comments on commit 3fba89a

Please sign in to comment.