1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-03-29 02:45:14 +00:00

Vectrex: don't drive the speech module when not enabled

This commit is contained in:
Gyorgy Szombathelyi
2019-05-31 17:25:34 +02:00
parent 556716c8a2
commit 0f63d20588

View File

@@ -796,7 +796,7 @@ audio_out <= "000"&audio_1(9 downto 3) + audio_speech;
-- vectrex just toggle port A forced/high Z to produce serial data
-- when in high Z vectrex sense port A to get speech chip ready for new byte
vectrex_serial_bit_in <= ay_ioa_out(4);
vectrex_serial_bit_in <= ay_ioa_out(4) and speech_mode;
-- get serial data from vectrex joystick port