Skip to content

Commit

Permalink
simson: fixes simpsons after regression introduced in jt053246_mmr
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Aug 9, 2024
1 parent b2548b2 commit 42941f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/simson/hdl/jtsimson_video.v
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jtsimson_obj #(.RAMW((ORAMW))) u_obj( // sprite logic
.mmr_addr (cpu_addr[3:0]),
.mmr_din ({8'd0,cpu_dout}),
.mmr_we ( cpu_we ),
.mmr_dsn ( 2'b11 ), // unused
.mmr_dsn ({1'b1,cpu_addr[0]}),

.dma_bsy ( dma_bsy ),
// ROM
Expand Down

0 comments on commit 42941f5

Please sign in to comment.