mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-11 12:29:46 +00:00
NES: fix swapped joypad definitions
This commit is contained in:
parent
6979cbfe39
commit
3a5cf16bba
@ -10,12 +10,12 @@ byte input_start
|
|||||||
|
|
||||||
macro void read_joy1() {
|
macro void read_joy1() {
|
||||||
nes_reset_joy()
|
nes_reset_joy()
|
||||||
read_also_joy2()
|
read_also_joy1()
|
||||||
}
|
}
|
||||||
|
|
||||||
macro void read_joy2() {
|
macro void read_joy2() {
|
||||||
nes_reset_joy()
|
nes_reset_joy()
|
||||||
read_also_joy1()
|
read_also_joy2()
|
||||||
}
|
}
|
||||||
|
|
||||||
void nes_reset_joy() {
|
void nes_reset_joy() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user