Commit Graph

108 Commits

Author SHA1 Message Date
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
Pecusx 8ffa797c6b Atari TAB, RETURN and SPACE keys 2021-05-04 23:06:15 +02:00
Pecusx 3389f76cc2 Atari Console keys
Added: Help, Start, Select, Option and Reset keys.
2021-05-04 22:38:05 +02:00
Pecusx f87cc903ad Better buttons names. 2021-04-15 16:10:44 +02:00
Pecusx 00e720467c Modified buttons names 2021-04-15 15:52:56 +02:00
Pecusx e507d5ef77 Update libretro-core.c 2021-04-15 15:48:09 +02:00
grzybson 3328d29a2f Added new system options for modern Atari XL/XE with 576 or 1088KB of RAM. 2021-04-10 21:43:10 +02:00
grzybson 7b71185c86 Cleared code formatting 2021-04-10 21:39:31 +02:00
twinaphex ddef5f55aa Update libco 2021-03-12 13:24:45 +01:00
Francisco Javier Trujillo Mata c684af3563 Add Ps2 Support 2021-02-07 21:03:24 +01:00
twinaphex 2f077a6e3a (MacOS) Add ARM64 MacOS build 2021-01-31 06:40:49 +01:00
twinaphex 24dbf8e60b Update 2020-12-19 18:01:29 +01:00
Matthias Reichl 6b4c2b2991 Add car, com and xex to valid extensions
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-11-06 17:35:23 +01:00
twinaphex 70182481ec Bitmask code was wrong 2020-10-07 15:54:45 +02:00
twinaphex 5231f567fc Add zlib headers 2020-10-07 15:26:39 +02:00
twinaphex 0ba8179841 Add zlib headers 2020-10-07 15:21:41 +02:00
twinaphex 975157a232 Cleanups 2020-10-07 15:14:23 +02:00
twinaphex bd84e0ae2e Commit what we need for libretro-common 2020-10-07 15:07:20 +02:00
twinaphex f581e2c0a9 Remove submodule 2020-10-07 15:04:12 +02:00
trioan 801032b513 libretro: use input bitmask 2020-09-21 01:57:33 +00:00
Jean-André Santoni 181657a6ec Attempt to fix OSX build 2020-09-13 15:57:24 +07:00
Autechre 59820eb2b0 Merge pull request #47 from phcoder/lrcom
Replace libretro-common copy with a submodule
2020-04-29 21:23:49 +02:00
Vladimir Serbinenko 78281a2702 Let retro_endianness.h define WORDS_BIGENDIAN when applicable
This is need i.a. for supporting big-endian linux
2020-04-29 20:43:58 +02:00
Vladimir Serbinenko ec76290d1d Add libretro-common submodule 2020-04-29 16:16:16 +02:00
Vladimir Serbinenko ed56100a97 Remove the copy of libretro-common 2020-04-29 16:15:51 +02:00
Vladimir Serbinenko 5ea2abc025 config: don't use unaligned access on RISC
configure.ac enables it only on x86 and m68k. Mirror it in our manual config
2020-04-29 16:12:02 +02:00
Vladimir Serbinenko 3fddf24a21 Use log_cb instead of printing directly 2020-04-29 13:32:54 +02:00
Vladimir Serbinenko 6b1dc161dc Use frame counter instead of real clock 2020-04-29 13:32:54 +02:00