1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-06 08:04:41 +00:00

Merge pull request #102 from nippur72/tapesave

[C64] fix tape sounds mixing
This commit is contained in:
Till Harbaum
2019-04-27 12:11:20 +02:00
committed by GitHub

View File

@@ -1000,7 +1000,7 @@ begin
);
audio_data_l_mix <= audio_data_l when st_tape_sound = '0' else
audio_data_l + ((not (cass_read or cass_write)) & "00000000000000");
audio_data_l + ((not (not cass_read or cass_write)) & "00000000000000");
-- (cass_read & "00000000000000000");
dac : sigma_delta_dac