mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-04-16 07:56:43 +00:00
Moon Patrol: dip switch 8 to ON (fixes "floating" patrol car)
This commit is contained in:
@@ -333,7 +333,7 @@ AUDIO_L <= audio;
|
||||
switches_i(15) <= not status(9); -- Test mode
|
||||
switches_i(14) <= not status(7);
|
||||
switches_i(13) <= not status(8); -- Sector select
|
||||
switches_i(12 downto 8) <= "11101";
|
||||
switches_i(12 downto 8) <= "11100";
|
||||
switches_i( 7 downto 4) <= "1111";
|
||||
switches_i( 1 downto 0) <= not status(4 downto 3); -- Patrol cars
|
||||
switches_i( 3 downto 2) <= not status(6 downto 5); -- New car
|
||||
|
||||
Reference in New Issue
Block a user