1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-18 23:01:40 +03:00

add tape output on sd_mosi pin

This commit is contained in:
UzixLS
2021-07-01 20:19:03 +03:00
parent 0bae7d619c
commit 83081238ed

View File

@ -415,8 +415,7 @@ divmmc divmmc0(
.div_ramwr_mask(div_ramwr_mask),
.div_wait(div_wait)
);
///assign sd_mosi = (sd_cs == 1'b0)? sd_mosi0 : tape_out;
assign sd_mosi = sd_mosi0;
assign sd_mosi = (~sd_cd)? sd_mosi0 : tape_out;
/* ULAPLUS */