forked from libretro/libretro-atari800
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test pull request #3
Open
gpmccartney
wants to merge
46
commits into
gpmccartney:master
Choose a base branch
from
libretro:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix buzzing sound in audio
Add Ps2 Support
exclude for now
Add modern xl xe systems with 576K or 1088K of RAM
Added option for 320KB RAM Extension (Compy Shop), and better button names in libretto mapping
* Atari Console keys Added: Help, Start, Select, Option and Reset keys. * Atari TAB, RETURN and SPACE keys * Return? * Start, Option, Help and Emulator Menu buttons * Help key on Pad Added Atari Help key to joypad mapping. * First try to new keyboard * Shit on VKBD * Control key handle * Shift text UPPER when pressed * Atari 8bit font * Virtual Keyboard keys with Control * Minor error * 1st attemp to new vkbd layout Virtual Keyoboard recreated. Added atari font, Ctrl and Shift funcionality. Console buttons on second page. * % and null character display on VKBD * Revert "% and null character display on VKBD" This reverts commit f4eb848. * Displaying % and heart on VKBD - maybe... * Set max key description lenght to 3 * Always display only 3 characters of key desc. * Schift & Control status on VKBD * Second page of VKBD New second page. New layout, atari cursor keys and F1-F4 now working. * Minor mistake :) * Correct atari F1-F4 handling * Oooops... minor error * Better keys handling * Better Shift & Control indicators * Much better Shift and Control colors :) * Disable joystick input if Virtual Keyboard active Only for testing * Revert "Disable joystick input if Virtual Keyboard active" This reverts commit 8b942c2. * One page VKBD layout Atari keyboard fits in one page! * Atari del/Bk Sp properly handling * VKBD opacity Only for testing * Keys names opacity Test only * Still testing VKBD opacity * minor error Still testing opacity * Added VKbd opacity witch switch. * Oppps...
Co-authored-by: Poligraf <>
Co-authored-by: Poligraf <>
Sometimes .rom is used interchangeably with .car
whatever reason there
add target Miyoo
…#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.
Before this commit I got a compilation error about type mismatch between short int * and unsigned char *. To keep the buffer size intact, I double the number of elements since char is usually half the size of short int. Co-authored-by: Piotr Paweł Stefaniak <3462925+pstef@users.noreply.github.com>
* Attempt to improve types between audio_cb and Sound_Callback * Remove remnants of a previous idea --------- Co-authored-by: Piotr Paweł Stefaniak <3462925+pstef@users.noreply.github.com>
…ternal01 (#101) * Update Makefile * Update Makefile * Change Paths Change paths from sd:/ to fs:/vol/external01 * Update Libco * Revert "Fix type to enable compilation (#92)" This reverts commit 8bfa3b8. * Revert "added ToadKing libco support that fixes emscripten build (#90)" This reverts commit 410d7bf. * Revert "use static_linking for emscripten platform (#89)" This reverts commit c50fb61. * Missed a sd: to fs:/vol/external01 change * Reapply "Fix type to enable compilation (#92)" This reverts commit f72bc29. * Reapply "use static_linking for emscripten platform (#89)" This reverts commit 25f0f5c. * Reapply "added ToadKing libco support that fixes emscripten build (#90)" This reverts commit ce1b4af. * found another sd:/ path that needed changing
- Detect Command cart correctly - Add Deflektor cart - Add Missile command buil-in cart
- Add emulation for the Atari XE Game System console. - Add support for starting the core without content.
- Enhance cart dump (.rom, .bin) type and machine detection. - Set Atari 5200 joystick mapping when an Atari 5200 cart is detected. - Add cart mapper for Bounty Bob Strikes Back (alternative mapping). - Set Atari 800XL as the default machine instead of Atari 400/800 for better compatibility. - Sync partially cartridge types with the Atari800 emulator. - Merge hash lists (A5200 and A800). - Add TOSEC bin Atari 5200 dumps (169 new files). - Add Turbosoft multicart Atari 800 dumps (16 new files). - Add TOSEC bin Atari 800 dumps (118 new files). - Update atari800_libretro.info. - Add configurable palette (tint, saturation, contrast, brightness, gamma). - Add configure key for the Atari800 menu (F1 or F10). - Remove some options from the legacy menu.
- Add AltirraOS 3.41 open-source ROMs from the upstream emulator - Disable legacy configuration (.atari800.cfg). - Add SIO patches from the upstream emulator. - Mark all ROMs as optional in libretro.info
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
test