1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-05-06 00:04:39 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
Gyorgy Szombathelyi
9df896cc4d Add mouse_speed setting 2020-10-11 14:21:51 +02:00
Gyorgy Szombathelyi
9f06eeaee7 Add default value to clock_freq 2020-10-06 19:43:21 +02:00
Gyorgy Szombathelyi
8b8c38e886 Add clock_freq setting to override Minimig master clock 2020-10-06 17:36:09 +02:00
François Andriot
3e184afbf6 Add 'joystick_db9_fixed_index' option to mist.ini to prefer DB9 joysticks over USB joysticks 2020-06-07 15:35:56 +02:00
Gyorgy Szombathelyi
4362a8bb0a Allow configuring the profile names in Minimig, AtariST 2020-05-12 23:36:00 +02:00
Gyorgy Szombathelyi
774f45e0dd Introduce UIO_SET_MOD and ARC files
ARC files has a simple ini format:
[ARC]
RBF=RBFNAME
MOD=core variant number (0-127)
CONF=...one config string line...
CONF=...one more config string line...
2020-02-07 11:09:53 +01:00
Gyorgy Szombathelyi
ad35e4f5cf ini_parser: make it independent again
- factor out data_io and user_io calls from the parser core
2020-02-06 17:22:17 +01:00
Gyorgy Szombathelyi
c7d130bbf8 A simple ini_parser tester 2020-02-06 12:53:38 +01:00
Gyorgy Szombathelyi
8d3533a439 Add csync_disable option to request separate sync in 15kHz 2020-01-12 12:15:35 +01:00
Gerald Schnabel
a93ad1ad0c minimig: Make Kickstart 1.2/1.3 honour changes of memory configuration 2019-07-27 22:37:14 +02:00
Gyorgy Szombathelyi
57b41474af Option to (un)follow DB9 renumbering with joystick emulation
joystick_emu_fixed_index - default 0(off)
2019-04-18 18:36:28 +02:00
harbaum
0e9cea9ec6 ini option to upload custom rom files 2019-01-25 14:55:12 +01:00
Rok Krajnc
23ad06e0fd added ini option to disable joystick0 reordering (enables use of real DB9 Amiga mouse with attached USB joystick(s)). 2017-09-25 21:31:12 +02:00
Till Harbaum
5e4286571f Make LED animation on mist 1.3+ optional 2017-04-12 13:30:32 +02:00
sorgelig
7b27a0a376 Change keyrah_mode option to accept VID and PID (for A500 Arduino converter). 2017-02-12 08:02:39 +08:00
sorgelig
c6af514f3e INI option to preserve choosen mode (YPbPr/Scandoubler) between cores. 2017-02-07 04:11:48 +08:00
sorgelig
3dab8f3557 3 combos for reset. Option to disable Keyrah customizations. 2017-01-20 01:46:33 +08:00
sorgelig
fd67afe448 Per core INI settings override. 2017-01-12 21:32:27 +08:00
sorgelig
100d11e102 Add YPbPr video output setting. 2017-01-10 01:44:44 +08:00
Newsdee
96d787c231 Added option to use the Menu key as RGUI for Right Amiga (MINIMIG specific for now).
Add MENU key for OSD_OPEN in 8-bit cores.
2016-06-15 00:14:57 +08:00
Newsdee
ba0c4e9426 [FIRMWARE] refactored virtual joystick to keyboard mapping into a separate file. 2016-05-22 13:26:19 +08:00
Till Harbaum
8ac4d7ab34 gcc 5.2.0 warnings fix 2015-10-11 20:15:04 +02:00
newsdee
8d98a83641 [FIRMWARE} added option joystick_ignore_osd - prevents joystick from controlling OSD
Added feature to map virtual joystick state to a keyboard key (via bitmask), not working yet for shift/alt keys.
2015-06-29 03:17:17 +00:00
newsdee
bf57a9547a [FIRMWARE] New logical joystick mapper allowing assigning any USB recognized button (up to 12) and directions into a standard MiST "virtual joystick".
Each physical trigger is assigned to a 16-bit integer used as bitmask to apply to logical josytick. Config can be provided in mist.ini.
2015-06-21 14:35:20 +00:00
harbaum
261d5265c9 [FIRMWARE] Joystick button remap from mist.ini 2015-06-16 19:02:32 +00:00
newsdee
ffe58c8e48 [FIRMWARE] added USB joystick->keyboard shortcuts:
- btn 4 + btn 1 = Enter
- btn 4 + btn 2 = Space bar
- btn 4 + btn 3 = open OSD
Also added control of the OSD via joystick:
- up/down/left/right :  arroy keys,  use btn3 for pgUp/pgDown
- btn 1 : select
- btn 2 : cancel / back
The new feature can be disabled by adding "joystick_disable_shortcuts=1" to mist.ini
2015-06-14 14:07:04 +00:00
harbaum
1ac253c864 [FIRMWARE] Test version with support for HATs on USB gamepads 2015-05-24 20:19:02 +00:00
harbaum
6640dc5547 [FIRMWARE] Experimental change not requiring HID boot mode on mice anymore 2015-04-24 11:45:23 +00:00
harbaum
41c30d1578 [FIRMWARE] Custom keyboard remap via mist.ini 2015-04-10 19:04:31 +00:00
Rok Krajnc
0325483089 fixed scandoubler config. 2015-01-26 09:55:19 +00:00
Rok Krajnc
9c38a1d52b added ini parser code and minimig scandoubler support. 2015-01-22 21:48:49 +00:00