diff --git a/README.md b/README.md index 26d8048..d6259a2 100755 --- a/README.md +++ b/README.md @@ -573,7 +573,7 @@ Then, You can FDs+HD and FDs+CD contents file.
-Using mouse (J2M Joypad2Mouse) +Using mouse (Joypad mouse mode)
Mouse cursor moving is always enable with mouse on PC.
@@ -585,7 +585,7 @@ Switch Stick2Mouse mode in config to 'L-stick' or 'R-stick(default)'.
- ClickShift+Thumb: mouse right button
ClickShift button is assigned to R1 default.
-To switch Joy2Mouse/Keyboard mode in config to 'Mouse'.
+To using digital pad, switch 'Joypad mode' in config to 'Mouse'.
Mouse cursor is able to move with joypad's digital button also.
- D-UP/DOWN/LEFT/RIGHT: mouse move
- B button: mouse left button
@@ -594,11 +594,11 @@ Mouse cursor is able to move with joypad's digital button also.
-Using keyboard (J2K Joypad2Keyboard) +Using keyboard (Joypad Keyboard mode)
Keyboard is able to control with joypad.
-Switch Joy2Mouse/Keyboard mode in config to 'Arrows' or 'Keypad' (or 'Manual').
+Switch 'Joypad mode' in config to 'Arrows' or 'Keypad' (or 'Manual keyboard').
- D-UP/DOWN/LEFT/RIGHT: Arrow key or Keypad(2468) key
- B button: Z key
@@ -610,13 +610,21 @@ Switch Joy2Mouse/Keyboard mode in config to 'Arrows' or 'Keypad' (or 'Manual').< - Select button: Escape key
- Start button: Return key
-By setting Joy2Mouse/Keyboard mode to 'Manual', you can custom keycode for button.
+By setting 'Manual Kayboard', you can custom keycode for button.
Change 'lrjoybtn' value in system/np2kai/np2kai.cfg.
This value is little endian and 12 values ​​of 16bits(2Bytes) are arranged.
Write the key code of RETROK (see libretro.h) to this value.
The order is D-UP/DOWN/LEFT/RIGHT/A/B/X/Y/L/R/Select/Start.
+
+Using ATARI joypad (Joypad ATARI mode) +
+ +By setting 'ATARI joypad', you can use ATARI joypad port. + +
+
Tuning performance
@@ -1034,6 +1042,9 @@ Next boot computer, you command from 4.
## Release +- Apr 19, 2020
+ - J2K/J2M -> JoypadMode + - add ATARI joypad - Apr 9, 2020
- hook fontrom (textize) - Apr 5, 2020