You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the level in which we have to roll inside tunnels with toxic gas jets, the player only moves left and right if we hit the left or right arrow keys while holding the down arrow key. In the original game engine, we did not have to hold downarrow key.
This may be a bug in the keyboard input handling code at src/mame/drivers/anotherworld.cpp (static INPUT_PORTS_START( another_world )) or at src/devices/cpu/anotherworld/anotherworld.cpp (another_world_cpu_device::input_updatePlayer() method).