mirror of
https://github.com/UzixLS/zx-multisound.git
synced 2026-06-15 18:31:33 +03:00
exclude ports #0F, #1F, #4F, #5F from iorqge signal
This commit is contained in:
parent
0023e1afc9
commit
548d6ef245
@ -361,7 +361,7 @@ assign aa0 = a[1]? saa_a0 : ym_a0 ;
|
||||
assign ad = ioreq_wr && (port_fffd || port_bffd || port_ff)? d : 8'bzzzzzzzz;
|
||||
|
||||
assign n_wait = 1'bz;
|
||||
assign n_iorqge = (n_m1 && (port_fffd_full || port_bffd || port_b3 || port_bb || port_ff || port_xf))? 1'b0 : 1'b1;
|
||||
assign n_iorqge = (n_m1 && (port_fffd_full || port_bffd || port_b3 || port_bb || port_ff))? 1'b0 : 1'b1;
|
||||
assign d =
|
||||
ioreq_rd && port_fffd? ad :
|
||||
ioreq_rd && port_b3? gs_reg_out :
|
||||
|
||||
Loading…
Reference in New Issue
Block a user