Skip to content

Commit

Permalink
Fix first run crashing on Xbox One. Added savestate support. Rewind w…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
greenchili2 committed Jul 25, 2023
1 parent 86be15d commit e49f530
Show file tree
Hide file tree
Showing 125 changed files with 8,218 additions and 2,138 deletions.
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

0 comments on commit e49f530

Please sign in to comment.