214 Commits

Author SHA1 Message Date
Pecusx 0e0b2f060f Merge branch 'libretro:master' into master 2023-08-26 22:56:38 +02:00
greenchili2 20d59afb3f Fix first run crashing on Xbox One. Added savestate support. Rewind … (#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.
2023-07-31 23:35:21 +02:00
LibretroAdmin 86be15db82 Merge pull request #86 from salvacam/master
add target Miyoo
2023-03-17 00:02:00 +01:00
salvacam 408a83d8c5 add target Miyoo 2023-03-16 23:35:51 +01:00
libretroadmin 94033288b0 Don't use C++ linker 2022-07-26 15:08:46 +02:00
LibretroAdmin 9cb2a8b187 Update .gitlab-ci.yml 2022-07-26 15:04:31 +02:00
libretroadmin c2153abab8 Attempt to fix Vita build - GIT_VERSION seems not defined for
whatever reason there
2022-05-27 18:43:44 +02:00
Pecusx 101e42ae91 Merge branch 'libretro:master' into master 2022-04-24 19:58:35 +02:00
Vladimir Serbinenko beab30e7ea Add .rom to the list of valid extensions (#81)
Sometimes .rom is used interchangeably with .car
2022-03-27 16:16:29 +02:00
Pecusx bdc537b880 Merge branch 'libretro:master' into master 2022-03-09 19:37:14 +01:00
twinaphex 478a8ec99a (zlib) Cleanups 2021-10-03 07:50:23 +02:00
Poligraf cd61841777 retrofw target remove findstring (#78)
Co-authored-by: Poligraf <>
2021-08-05 12:00:10 +02:00
Poligraf bcbbf63c04 add retrofw target (#77)
Co-authored-by: Poligraf <>
2021-08-03 11:50:18 +02:00
Pecusx 787ae8c40c Merge branch 'libretro:master' into master 2021-05-30 19:58:24 +02:00
crystalct b59fb7e925 Fixed PS3/Psl1ght build (#72) 2021-05-29 09:38:27 +02:00
Pecusx c39dc2ab03 Third (final??) attemp at a new Virtual Keyboard (#75)
* 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 f4eb848f26.

* 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 8b942c29e0.

* 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...
2021-05-29 09:37:42 +02:00
Pecusx 2aecf7726f Oppps... 2021-05-08 15:27:32 +02:00
Pecusx 444026fef6 Added VKbd opacity witch switch. 2021-05-08 15:22:45 +02:00
Pecusx 405d8f00ad minor error
Still testing opacity
2021-05-08 14:55:02 +02:00
Pecusx b885cf2701 Still testing VKBD opacity 2021-05-08 14:50:10 +02:00
Pecusx e7d0a5c38e Keys names opacity
Test only
2021-05-08 14:11:54 +02:00
Pecusx cd4d46b405 VKBD opacity
Only for testing
2021-05-08 14:04:38 +02:00
Pecusx 6d80fa43bd Atari del/Bk Sp properly handling 2021-05-08 12:53:18 +02:00
Pecusx 1055dbefa3 One page VKBD layout
Atari keyboard fits in one page!
2021-05-08 12:25:59 +02:00
Pecusx dea2319c2c Revert "Disable joystick input if Virtual Keyboard active"
This reverts commit 8b942c29e0.
2021-05-08 12:00:48 +02:00
Pecusx 8b942c29e0 Disable joystick input if Virtual Keyboard active
Only for testing
2021-05-08 11:09:40 +02:00
Pecusx fd718b0974 Much better Shift and Control colors :) 2021-05-07 22:05:42 +02:00
Pecusx c9dedda2c4 Better Shift & Control indicators 2021-05-07 21:41:15 +02:00
Pecusx 75f382ef1c Better keys handling 2021-05-07 21:17:56 +02:00
Pecusx 183a97aeae Oooops... minor error 2021-05-07 18:12:28 +02:00
Pecusx d0992ab389 Correct atari F1-F4 handling 2021-05-07 18:02:22 +02:00
Pecusx a94f36ccca Minor mistake :) 2021-05-07 17:48:46 +02:00
Pecusx 6268489ea8 Second page of VKBD
New second page.
New layout, atari cursor keys and F1-F4 now working.
2021-05-07 17:35:21 +02:00
Pecusx f0bfad6db6 Schift & Control status on VKBD 2021-05-07 16:44:18 +02:00
Pecusx a6862bad1c Always display only 3 characters of key desc. 2021-05-07 14:47:56 +02:00
Pecusx bbb41ef3e7 Set max key description lenght to 3 2021-05-07 14:42:03 +02:00
Pecusx f0b5707a8f Displaying % and heart on VKBD - maybe... 2021-05-07 14:31:26 +02:00
Pecusx fda5a5cef1 Revert "% and null character display on VKBD"
This reverts commit f4eb848f26.
2021-05-07 11:43:43 +02:00
Pecusx f4eb848f26 % and null character display on VKBD 2021-05-07 11:32:34 +02:00
Pecusx b6ff9f9f6b 1st attemp to new vkbd layout
Virtual Keyoboard recreated. Added atari font, Ctrl and Shift funcionality.
Console buttons on second page.
2021-05-07 11:23:32 +02:00
Pecusx bef06c04c4 Minor error 2021-05-06 22:35:06 +02:00
Pecusx ddbfca159d Virtual Keyboard keys with Control 2021-05-06 22:11:40 +02:00
Pecusx 0866e667da Atari 8bit font 2021-05-06 20:40:26 +02:00
Pecusx fa6d16be65 Shift text UPPER when pressed 2021-05-06 19:38:24 +02:00
Pecusx 77a945ae8e Control key handle 2021-05-06 19:06:30 +02:00
Pecusx e83ec6dc08 Shit on VKBD 2021-05-06 18:40:39 +02:00
Pecusx e5872590e0 First try to new keyboard 2021-05-06 18:18:38 +02:00
Pecusx e8b8554609 Help key on Pad
Added Atari Help key to joypad mapping.
2021-05-06 17:20:08 +02:00
Pecusx 29e0d22979 Start, Option, Help and Emulator Menu buttons 2021-05-04 23:42:29 +02:00
Pecusx 9b2c18ca44 Return? 2021-05-04 23:34:16 +02:00