forked from r-type/libretro-atari800
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vkbd hardcoded to L3 not Y #29
Comments
greenchili2
added a commit
to greenchili2/libretro-atari800
that referenced
this issue
Jul 24, 2023
…orks. Fixes issue libretro#83 and possibly libretro#49. Added Disc Control menu. Supports Disks, Tapes and M3U files. Added in support for 5200 Super Carts. Better support for 5200 controller. Added Paddle support. Converted Core Options menu to v2. Moved some core options into submenus. Added controller mappings for Ports 2-4. Added options for Dual Stick and Swap Ports. Fixes issue libretro#76. Joystick and Console can be controlled more easily with device type Atark Keyboard. Added 4 Hi-Res Artifacting mode options. Restart does something now. When core option changed only reboot if necessary. Removed several hardcoded controller binds. Fixed issue libretro#29. Joypad input ignored when virtual keyboard active. SIO Acceleration now defaults to enabled.
greenchili2
added a commit
to greenchili2/libretro-atari800
that referenced
this issue
Jul 25, 2023
…orks. Fixes issue libretro#83 and possibly libretro#49. Added Disc Control menu. Supports Disks, Tapes and M3U files (issue libretro#66). Added in support for 5200 Super Carts. Better support for 5200 controller. Added Paddle support. Converted Core Options menu to v2. Moved some core options into submenus. Added controller mappings for Ports 2-4. Added options for Dual Stick and Swap Ports. Fixes issue libretro#76. Joystick/Console now controlled more easily with device type Atari Keyboard. Added 4 Hi-Res Artifacting modes. Restart does something now. When core option changed only reboot if necessary. Removed several hardcoded controller binds. Fixed issue libretro#29. Joypad input ignored when virtual keyboard active. SIO Acceleration now defaults to enabled. Fix for Bounty Bob (5200 & lift fix A800). Added Atari 800 carts to autodetect DB.
LibretroAdmin
pushed a commit
that referenced
this issue
Jul 31, 2023
…#87) * Fix first run crashing on Xbox One. * Added savestate support. * Rewind works. Fixes issue #83 and possibly #49. * Added Disc Control menu. Supports Disks, Tapes and M3U files (issue #66). * Added in support for 5200 Super Carts. * Better support for 5200 controller. * Added Paddle support. * Converted Core Options menu to v2. * Moved some core options into submenus. * Added controller mappings for Ports 2-4. * Added options for Dual Stick and Swap Ports. Fixes issue #76. * Joystick/Console now controlled more easily with device type Atari Keyboard. * Added 4 Hi-Res Artifacting modes. Restart does something now. * When core option changed only reboot if necessary. Removed several hardcoded controller binds. Fixed issue #29. Joypad input ignored when virtual keyboard active. * SIO Acceleration now defaults to enabled. Fix for Bounty Bob (5200 & lift fix A800). * Added Atari 800 carts to autodetect DB. * Added more Carts to DB. * Fixed Drive Index not being reset on 'restart'. * Changed Atari Joystick default mappings to something more reasonable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docs state it should be Y, which is unmapped currently. It's in core-mapper.c, line 532. Lots of fightsticks and retro controllers don't go all the way to L3.
The text was updated successfully, but these errors were encountered: