TomCh
7b55e994ec
Config GUI for DiskII card in slot-5 & improved slot config in Registry ( #975 , #977 , PR #978 )
...
Change to using Registry's 'Configuration\Slot n' for disk ii image pathnames (was 'Preferences').
Delete Registry's 'Configuration\Slot n' section each time there's a change of card.
Add same functionality to conf.ini.
LoadConfiguration(): load from the new Slot-n section (or otherwise the old legacy key).
Only update Registry's 'Starting Directory' for s6,d1.
Update help doc.
2021-08-29 11:39:51 +01:00
michaelangel007
1b4f15ae50
( #976 ) Add Ctrl-PrintScreen to debugger CHM docs; section Debugger > Windows
2021-08-08 06:59:11 -07:00
michaelangel007
0d192fba7d
Added instructions for updating CHM and installing MS Help Workshop (See #976 )
2021-08-08 06:55:00 -07:00
tomcw
1fe557855a
1.30.3.0: update History and minor change to Help doc
2021-06-19 15:15:32 +01:00
tomcw
e8677a9d9e
Update makeAppleWin.bat (remove HookFilter.dll)
2021-06-09 22:11:40 +01:00
tomcw
cc126d7745
Help doc: update for Command Line: -fs-height
2021-05-31 16:28:33 +01:00
tomcw
aa6572301b
Help docs: update for NSC and SSI263
2021-05-23 17:12:53 +01:00
tomcw
83ae73387a
Bump version to 1.30.0.0. Update History.txt, and some updates to help doc
2021-04-17 18:15:33 +01:00
tomcw
1314fcc0ed
Swap joystick buttons ( #936 )
...
. cmd-line (-swap-buttons) or GUI "Swap 0/1" now swaps buttons 0/1 for all devices
. ie. Open/Solid Apple keys, real joystick, mouse or Num Pad keys
+ update the docs
2021-04-10 19:09:36 +01:00
tomcw
c906fb5872
Help doc: bump (c) year
2021-02-19 15:51:34 +00:00
tomcw
b6f51bde9f
Help doc: Troubleshooting 'switch to 2x mode'
2021-02-18 21:13:32 +00:00
TomCh
daa0675694
Pravets refactor: move all specialisations into new Pravets class. (PR #914 )
...
Mainly for keyboard & printer specialisations.
2021-01-17 10:48:06 +00:00
tomcw
7d2ddb3556
Base 64A: support special F2 key via the Delete key (GH#912)
2021-01-14 21:32:59 +00:00
tomcw
954d7c1731
Cmd line: support -fs-height=nnnn starting in Windowed mode. ( #876 )
2020-12-12 18:23:23 +00:00
tomcw
3045e77349
Help doc: updated for Ctrl+F3/F4 and -conf <file>
2020-11-02 20:50:53 +00:00
tomcw
aa4a3c06d7
RGB Card support: updated help doc
2020-11-01 17:15:16 +00:00
tomcw
98b72658b7
1.29.15.0: Updated version, History.txt & help
2020-10-25 18:41:22 +00:00
TomCh
43455eb4fe
Improved determining path & filename when saving/loading a save-state ( #691 ) (PR #849 )
...
Whenever harddisks/disks are inserted (or removed) and *if path has changed* then:
. Then the internal save-state's path & filename will be updated to reflect the new defaults.
. LoadConfiguration(): Read the save-state pathname from Registry before harddisks/disks.
Also:
. CiderPress: only save pathname on OK.
. Refactored CPropertySheetHelper::BrowseToFile().
. Extended support for -d1,-d2,-h1, etc such that if the param is "", then it will eject/unplug the disk/harddisk.
2020-10-25 17:14:23 +00:00
tomcw
4defaa80fb
Help docs: updated for RGB card/monitor support
2020-10-15 21:41:14 +01:00
tomcw
d9f3d1e667
1.29.14.0: Updated version, History.txt and help
2020-08-17 21:49:10 +01:00
tomcw
b35ba0b04a
RESET: reset annunciators for //e and Base64A
2020-07-07 20:54:46 +01:00
tomcw
e5ccf26d4f
Help: updated about NSC in save-state, and -no-nsc switch
2020-06-10 21:45:19 +01:00
tomcw
f238be27e8
Use SetCursor() to busy when loading state file. ( Fixes #781 )
...
Fixed typos in dbg-bookmarks.html.
2020-06-03 20:26:06 +01:00
tomcw
a332e58f1a
Help: Debugger: added new section on Bookmarks
2020-05-31 16:11:43 +01:00
tomcw
b132b0d0a8
Added cmd line switch: -power-on
2020-05-26 21:37:56 +01:00
tomcw
2c268b18d1
Corrected the acknowledgement (credit to @ghedger) for the SSI263 samples. ( Fixes #784 )
2020-05-16 22:29:10 +01:00
tomcw
22806c6c59
Phasor: support both kinds of speech interrupts ( #777 )
2020-04-07 22:11:31 +01:00
tomcw
2fa22d220b
Merge branch 'feature/no-registry' of ssh://github.com/taeber/AppleWin into taeber-feature/no-registry
2020-04-03 21:29:54 +01:00
tomcw
db373c6955
Help docs: updated for Apple II J-Plus
2020-04-03 20:39:07 +01:00
tomcw
5177c093fb
Fix typos in History.txt
2020-03-27 21:11:49 +00:00
tomcw
18249bc31c
Updated History.txt & AppleWin.chm (for new -rom)
2020-03-26 23:07:11 +00:00
tomcw
7268bc1421
Updated help: mainly for WOZ DiskII 13-sector auto-firmware support + other additions & fixes
2020-02-22 15:50:35 +00:00
tomcw
ac603dcd10
Minor updates to help for cmd-line
2020-02-21 15:33:23 +00:00
tomcw
d978a1789b
Updated History.txt for 1.29.10.0
2020-02-10 21:49:45 +00:00
Taeber Rapczak
c7d2fef62f
Allow use of an INI-file instead of the Registry
...
This change adds the `-conf` switch which, if specified, will use an
INI-file instead of the Windows Registry.
This addresses AppleWin/AppleWin#709 and AppleWin/AppleWin#446 .
2020-02-09 21:18:31 -05:00
tomcw
ccb589af5a
1.29.8.0: Updated version, History.txt and Resource/Help's copyright year
...
Added DebuggerAutoRun.txt
2020-01-19 15:36:31 +00:00
tomcw
045d7b6509
Config: Input: Added 'Swap 0/1' toggle for swapping buttons 0 & 1
2020-01-18 19:06:06 +00:00
tomcw
192fa9bc91
Help: add info about -left/right-alt-control-buttons & -swap-buttons command line switches
2020-01-18 17:02:01 +00:00
tomcw
75bc648f01
1.29.7.0: Updated version, History.txt and Help
2019-12-20 15:23:54 +00:00
tomcw
a73d216fae
Help (troubleshooting): Added an item for no Apple II speaker sound. ( Fixes #716 )
2019-11-10 16:56:30 +00:00
tomcw
bd730e25c0
Help: Debugger: Added row-80 - red 'x' for ALTZP
2019-10-24 19:56:20 +01:00
tomcw
32d0098b70
Help: Debugger: Added BPMR & BPMW
2019-10-22 21:42:55 +01:00
tomcw
3ba303a749
Help: updated for the 3 new command line switches
2019-10-12 18:50:14 +01:00
tomcw
34b0c33cb1
1.29.3.0: Updated version and History.txt. Updated help.
2019-10-11 22:42:06 +01:00
tomcw
3311c6f742
Updated History.txt and help about Ctrl-n for emulation speed control ( #678 )
2019-08-29 18:54:01 +01:00
tomcw
7987883847
WOZ: Register .woz extension and improved logging for all extensions. Also updated DELREG.INF and help. ( Fixes #671 )
2019-07-28 17:13:39 +01:00
tomcw
b891f72a0a
Help: fix typo
2019-07-09 07:49:20 +01:00
tomcw
65e1d9a80e
1.29.0.0: Updated version, history.txt & help.
2019-07-08 21:46:52 +01:00
tomcw
78c9d89357
Help-troubleshooting: Added new item about issue with AltGr on international keyboards
2019-04-07 08:55:55 +01:00
tomcw
dad590b8c1
Bumped to 1.28.5.0 and updated History.txt
...
Updates for DHGR MIX (#633 ):
. Support new switch -rgb-card-invert-bit7 to invert bit7 for Dragon Wars.
- Reverted DHGR MIX mode and AN2 off to invert bit7
2019-04-06 17:31:26 +01:00
tomcw
cd9a207bee
Added cmd line switch (-altgr-sends-wmchar) to enable sending WM_CHAR for key presses, when AltGr is down. ( Fixes #625 )
2019-03-03 14:32:19 +00:00
tomcw
52ab95c7b6
1.28.2: Updated History.txt, and help doc
2019-02-24 17:48:34 +00:00
tomcw
084b197f81
Help doc: video modes
2019-01-12 20:00:43 +00:00
tomcw
c6a9759d4e
Help: update to (c) 2019
2019-01-12 14:52:12 +00:00
tomcw
0cff24f224
Updated help for -videorom switch
2019-01-10 21:49:24 +00:00
tomcw
b17f880e6d
HDD: Added a swap HDD function to the Config->Disk UI ( #585 )
2018-12-09 11:48:22 +00:00
tomcw
d0f03fc90c
Removed CTRL+F10 functionality to reveal mouse cursor ( fixes #597 )
2018-12-09 10:05:46 +00:00
tomcw
54fffdf25a
1.27.13: Bump version & update History.txt + help
2018-12-08 13:29:48 +00:00
tomcw
6bf7299225
1.27.12: Bump version & update History.txt + help
2018-11-17 17:02:09 +00:00
tomcw
f4ccc6929b
Help docs: updated for 48K Apple II and LC cmd-line switch
2018-11-04 15:39:14 +00:00
tomcw
c90eb07f17
Saturn: Updated help docs
2018-10-31 22:04:42 +00:00
tomcw
74c0ca2cde
1.27.7: Bump version & update History.txt & update docs for new switches
2018-08-06 21:40:20 +01:00
tomcw
51669f36f3
Hook system keys: ( #556 )
...
. added -no-hook-system-key to prevent hooking system keys
. updated help
. HookFilter.dll: changed to directly send virtual key code
2018-06-16 10:24:05 +01:00
tomcw
4a0e93fe28
Added new -alt-enter cmd-line switch to allow configuration of Alt+Enter behaviour ( #556 )
2018-06-10 18:14:34 +01:00
tomcw
19b90800cf
Add hook filter for system keys (eg. ALT+TAB, ALT+ESC, CTRL+ESC) - #145 , #556
2018-05-27 10:56:35 +01:00
tomcw
ba090ebcef
SSC: Change DIPSW1's baud rate to 9600 (was 19200) & reflect this change in the help doc for SSC
2018-04-23 21:34:09 +01:00
tomcw
54d159c044
Help: Updated command-line to only describe -dcd (ie. removed -dsr, -dtr switches).
2018-04-22 15:22:05 +01:00
tomcw
a7a4ee28cc
Help: Added a new help page about AppleWin's SSC emulation. ( Fixes #554 )
2018-04-22 15:16:51 +01:00
tomcw
1ed484eb01
1.27.2: Bump version & update History.txt
2018-04-12 21:59:51 +01:00
tomcw
419238bb54
Added cmd-line option: -s7 empty to remove the HDD Controller card from slot 7
2018-04-05 21:33:36 +01:00
tomcw
9be3864f32
Added cmd-line options -h1,-h2 for specifying HDDs - #398
2018-04-02 12:38:05 +01:00
tomcw
2295964c5f
Help: Document behaviour of Caps Lock ( fixes #535 )
2018-02-08 22:14:20 +00:00
tomcw
9c7f71ee8c
Help: Update full-speed info now that floating-bus is supported
2018-02-02 21:21:18 +00:00
tomcw
4ef76f64bf
Bump to 1.27.0.0 and copyright year to 2018
2018-01-27 17:34:11 +00:00
tomcw
355f5d0dd7
Help doc:
...
. Added a new Debugger Screen Layout html page (to describe soft-switch status) (Fixes #406 )
- added a PPT doc which was used to generate the annotated screen layout image
. Added a note about Shift+LMB for toggling 6502 status flags (#483 )
2017-12-20 18:07:23 +00:00
tomcw
792a79bb00
Help doc: Fix Uthernet URLs
2017-12-19 21:24:25 +00:00
tomcw
266ff48b68
Help doc: add Uthernet WiFi workaround. ( Fixes #376 )
2017-12-19 00:19:26 +00:00
tomcw
5ae21f70f7
Help doc: for -modem switch: add ref to GBBS Pro. ( Fixes #386 )
2017-12-18 23:46:48 +00:00
tomcw
a09d0cc6ce
Help doc: Add more links to TOC, move Troubleshooting into Appendix and fix-up the URLs in Acknowledgements
2017-12-18 23:36:13 +00:00
tomcw
9236c6722f
Help doc: Add new Appendix, and sub-item about full-speed mode. ( Fixes #477 )
2017-12-18 23:14:11 +00:00
tomcw
64d8675a88
AppleWin.chm: updates for main Config prop page
2017-10-29 19:55:53 +00:00
tomcw
3ad68739ee
Update History.txt and help for new switches ( fixes #469 )
2017-10-06 21:17:31 +01:00
tomcw
85244845e7
Updated Help: rename harddisk to hard disk
2017-05-28 17:36:36 +01:00
tomcw
790339d08a
Updated help:
...
. added documentation for right mouse context menu (eg. for Eject, Send to CiderPress). Fixes #258 .
. added documentation for using Open-Apple key to boot from floppy instead of hard disk.
. renamed harddisk to hard disk
2017-05-28 17:30:23 +01:00
tomcw
7f274ac529
Corrected Uthernet help page typos - fixes #417
2017-05-06 13:47:43 +01:00
tomcw
9d5d3bce28
Update html help pages for new and missing things added up to 1.26.2
2017-04-25 22:31:04 +01:00
tomcw
568441f844
CHM Help: Corrected 'Save-state' page to reference the Advanced config tab
2017-02-17 15:14:14 +00:00
tomcw
9e18b95326
AppleWin.chm: Update main Config tab to reflect new NTSC video modes
2016-09-18 18:11:39 +01:00
tomcw
67d5b28b80
Fixed #346 (Config->Disk tab)
2016-09-18 17:54:38 +01:00
tomcw
1ac0fc8657
Tweaks to help about sound and (C) year bumped to 2016
2016-09-15 21:25:48 +01:00
tomcw
efcf06c285
Removed unsupported PC speaker sound types
2016-09-07 22:20:15 +01:00
tomcw
20ed6607e5
Prepare for RC:
...
. Removed title screen's "NTSC alpha v18" text
. Updated History.txt
. Updated Help html files
2016-09-05 22:36:24 +01:00
michaelangel007
fe8ce31c19
DOC: #246 - Debugger Symbols: Updated example to use correct MEB MEW commands, not out-dated E command.
2014-11-29 17:45:35 -08:00
michaelangel007
7345b017aa
FIX: Bug #246 (Debugger) Memory (Changing Memory) command in CHM help files
...
- fixed EXITBENCH from being matched with 'E'
- fixed out of date documentation with MEB, MEW
2014-11-29 17:42:12 -08:00
michaelangel007
4e9fa8806b
DOC: Cleaned up symbols keyboard example and provided a walk through
2014-11-29 07:50:56 -08:00
michaelangel007
7ce956212c
DOC: CLEANUP: Debugger symbols concepts and usage Bug #242 #243
...
(cherry picked from commit 864e88e992b7868db06866d94ea2097c3f6e17b5)
2014-11-28 23:34:07 -08:00
david-schmidt
4cb95b9497
Update ADT location - Berlios is no more
2014-09-16 15:46:35 -04:00
tomcw
9194ea9b36
1.25.0.1: Rebuilt with VS2005 Express
2014-09-01 21:14:39 +01:00
tomcw
56bb3c1b18
Added Oliver to AppleWin team html
2014-08-28 22:41:37 +01:00
tomcw
c46694216d
Update help html files for 1.25 release
2014-08-28 22:08:15 +01:00