mirror of
https://github.com/UzixLS/zx-multisound.git
synced 2025-07-18 14:51:22 +03:00
swap YM chips (fixes stellar.scl)
This commit is contained in:
@ -117,7 +117,7 @@ always @(posedge clk32 or negedge rst_n) begin
|
||||
fm2_ena <= 0;
|
||||
end
|
||||
else if (port_fffd && ioreq_wr && d[7:4] == 4'b1111) begin
|
||||
ym_chip_sel <= ~d[0];
|
||||
ym_chip_sel <= d[0];
|
||||
ym_get_stat <= ~d[1];
|
||||
fm1_ena <= d[2]? 1'b0 : 1'bz;
|
||||
fm2_ena <= d[2]? 1'b0 : 1'bz;
|
||||
|
BIN
out/cpld.rev.A1.pof
vendored
BIN
out/cpld.rev.A1.pof
vendored
Binary file not shown.
Reference in New Issue
Block a user