Skip to content
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

Fix first run crashing on Xbox One. Added savestate support. Rewind … #87

Merged
merged 3 commits into from
Jul 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix first run crashing on Xbox One. Added savestate support. Rewind w…
…orks. 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.
greenchili2 committed Jul 25, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit e49f530b80d84d07486d7970b2293a9b76c72b41
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "No Configurations"
}
9 changes: 9 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\atari800",
"\\atari800\\src"
],
"SelectedNode": "\\atari800\\src\\pokeysnd.c",
"PreviewInSolutionExplorer": false
}
Loading