mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-19 10:42:10 +00:00
NES: fix swapped joypad definitions
This commit is contained in:
+2
-2
@@ -10,12 +10,12 @@ byte input_start
|
||||
|
||||
macro void read_joy1() {
|
||||
nes_reset_joy()
|
||||
read_also_joy2()
|
||||
read_also_joy1()
|
||||
}
|
||||
|
||||
macro void read_joy2() {
|
||||
nes_reset_joy()
|
||||
read_also_joy1()
|
||||
read_also_joy2()
|
||||
}
|
||||
|
||||
void nes_reset_joy() {
|
||||
|
||||
Reference in New Issue
Block a user