andymikulski / nES6

NES emulator written in ES6
Other
4 stars 1 forks source link

Fix Joypad 2 #34

Closed andymikulski closed 7 years ago

andymikulski commented 7 years ago

Fixes #12 - This enables Player 2 joypad functionality

P2 joypad was not being strobed correctly, so it was never reporting the correct memory values (the buttons were being written to memory, but not being read).