From 2b9d7ac872e268e782cf54a8ab20a773799774e5 Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Fri, 31 May 2019 11:54:29 +0200 Subject: [PATCH] Moon Patrol: dip switch 8 to ON (fixes "floating" patrol car) --- Arcade_MiST/IremM52 Hardware/MoonPatrol_MIST/src/mpatrol.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arcade_MiST/IremM52 Hardware/MoonPatrol_MIST/src/mpatrol.vhd b/Arcade_MiST/IremM52 Hardware/MoonPatrol_MIST/src/mpatrol.vhd index 33f01098..123d6f77 100644 --- a/Arcade_MiST/IremM52 Hardware/MoonPatrol_MIST/src/mpatrol.vhd +++ b/Arcade_MiST/IremM52 Hardware/MoonPatrol_MIST/src/mpatrol.vhd @@ -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