From 711d45bcd29147b4f109f42376d7ee1609aa675c Mon Sep 17 00:00:00 2001 From: Ewen McNeill Date: Sat, 29 Feb 2020 20:41:41 +1300 Subject: [PATCH] verilog/switches: Update Player 2 key documentation https://github.com/sehugg/8bitworkshop/commit/271c2ea020a37b1705247a32379929dc1c225eb0 changed the Player 2 keys to standard ones in all platforms, and as part of supporting a gamepad emulation, Z and X were repurposed as the player 1 gamepad. T and R were allocated instead as the player 2 A/B buttons; see https://github.com/sehugg/8bitworkshop/blob/03af8c27144380d528f524828e73c966d12ecd35/src/common/emu.ts#L341-L362 --- presets/verilog/switches.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets/verilog/switches.v b/presets/verilog/switches.v index ed45067b..7c2dc0d2 100644 --- a/presets/verilog/switches.v +++ b/presets/verilog/switches.v @@ -5,7 +5,7 @@ Switch test program. Player 1 Keys: arrow keys + space + shift -Player 2 Keys: A/D/W/S + Z + X +Player 2 Keys: A/D/W/S + T + R */ module switches_top(clk, reset, hsync, vsync, switches_p1, switches_p2,