mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-08 13:31:00 +00:00
Minor textual updates.
This commit is contained in:
parent
073839c1d4
commit
a3a3542dd0
@ -23,7 +23,7 @@ Changes:
|
||||
. Support cursor keys (in addition to numpad) when using keyboard for joystick emulation
|
||||
. Support auto-fire for all 3 joystick buttons (via Config->Input)
|
||||
. Debugger: Added "disk info" command
|
||||
. Added confirmation message box for reboot (F2)
|
||||
. [Feature #5668] Added confirmation message box for reboot (F2)
|
||||
. [Feature #5715] Added -no-printscreen-dlg to suppress the warning if AppleWin fails to capture the PrintScreen key
|
||||
. Changed save-state file persisted to Registry from filename to pathame
|
||||
Fixes:
|
||||
@ -34,7 +34,7 @@ Fixes:
|
||||
1.23.2 - 14 Sep 2013
|
||||
--------------------
|
||||
Changes:
|
||||
. Added About dialog showing GPL (at startup, but only when AppleWin version changes).
|
||||
. [Feature #5105] Added About dialog showing GPL (at startup, but only when AppleWin version changes).
|
||||
. [Bug #18940] Extend BSAVE and BLOAD Command To Memory Banks 0 and 1
|
||||
Extended debugger BLOAD with bank support:
|
||||
. BLOAD [file],[bank:]address[,length]
|
||||
|
@ -671,9 +671,9 @@ BOOL JoySetEmulationType(HWND window, DWORD newtype, int nJoystickNumber, const
|
||||
{
|
||||
MessageBox(window,
|
||||
TEXT("Using cursor keys to emulate a joystick can cause conflicts.\n\n")
|
||||
TEXT("Be aware that 'cursor up' = CTRL+K, and 'cursor-down' = CTRL+J.\n")
|
||||
TEXT("Be aware that 'cursor-up' = CTRL+K, and 'cursor-down' = CTRL+J.\n")
|
||||
TEXT("EG. Lode Runner uses CTRL+K/J to switch between keyboard/joystick modes ")
|
||||
TEXT("(and cursor left/right to control speed).\n\n")
|
||||
TEXT("(and cursor-left/right to control speed).\n\n")
|
||||
TEXT("Also if cursor keys are blocked from being read from the Apple keyboard ")
|
||||
TEXT("then even simple AppleSoft command-line editing (cursor left/right) will not work."),
|
||||
TEXT("Configuration"),
|
||||
|
Loading…
Reference in New Issue
Block a user