1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-01-27 20:27:12 +00:00

[C16] fixed disk change signal

This commit is contained in:
Till Harbaum
2016-08-11 19:22:27 +02:00
parent 1e483b33f8
commit cb41ac0dde

View File

@@ -631,7 +631,7 @@ c1541_sd c1541_sd (
.c1541rom_data ( 8'h00 ),
.c1541rom_wr ( 1'b0 ),
.disk_change (),
.disk_change ( sd_change ),
.disk_num ( 10'd0 ), // not seletable by f8 or similar
.iec_atn_i ( c1541_iec_atn_i ),