a2-4am / 4cade

100s of games at your fingertips, as long as your fingertips are on an Apple ][
https://archive.org/details/TotalReplay
MIT License
153 stars 21 forks source link

Frogger II joystick routines suck #658

Closed badvision closed 6 days ago

badvision commented 1 week ago

Apparently the joystick routines at $9AD4 try to read both axes at the same time but not very well. It is especially difficult to move right

Optional: The game also has no keyboard support even though realistically it would probably work fine with 4-way movement and action keys.

peterferrie commented 6 days ago

fixed in 89e13c6140e9b2bc2bc25c360389378e5f76f3f5

badvision commented 6 days ago

You flipping rule. Thanks!!!

frankmilliron commented 6 days ago

9AD4 is getting overwritten after hitting the button to start, by the original joystick routine.

peterferrie commented 6 days ago

oops. ac2428bd9e5a4527a2edee4e20b9fe6f7ce7f621