tomcw
c8dc857bbb
Add .gitattributes file to force line-endings to be CRLF when checking out VS sln/proj files
2017-09-10 17:25:53 +01:00
tomcw
e3d8a40cdb
Restore missing BOMs that got removed during previous cherry-pick
2017-09-10 17:07:18 +01:00
Kelvin Lee
22ce6f4f5b
Added missing resources to follow VS2010/VS2017.
2017-09-10 16:45:35 +01:00
Kelvin Lee
bb4fa7e049
Updated zlib to latest version 1.2.11.
2017-09-10 16:22:42 +01:00
Michaelangel007
ab7d803c10
Fixes #484
2017-08-28 08:20:41 -07:00
Michaelangel007
b5c5dcf638
Fix poor code formatting
2017-08-26 16:45:51 -07:00
Michaelangel007
7039c2a575
Don't offset viewport when full screen. #464
2017-08-26 16:44:20 -07:00
Michaelangel007
0cfc639ba5
Add MSVC 2017 Community build instructions
2017-08-26 15:38:47 -07:00
michaelangel007
e660c99979
#470 Add PVS Studio report
2017-08-25 09:40:21 -07:00
michaelangel007
cf743203ce
#483 click to toggle flags
2017-08-25 09:29:30 -07:00
michaelangel007
6cabe7740f
#481 Extend arguments from 55 chars to 127 chars
2017-08-25 08:56:23 -07:00
michaelangel007
1612269093
#462 Added for click
2017-08-25 07:36:31 -07:00
michaelangel007
be41616359
Implements #462 sans: help disasm
2017-08-25 07:22:08 -07:00
michaelangel007
d9e9ef34ab
Add note about vector clear() insert() at()
2017-08-24 18:43:54 -07:00
michaelangel007
df8d6c06a6
Fix #473 read debugger script file not being properly zero-terminated
2017-08-24 18:43:10 -07:00
michaelangel007
efdce696fc
Fix off-by-one bug wrapping in debugger console #476
2017-08-24 16:59:19 -07:00
michaelangel007
2ec3255863
Add comment backlink to F.R. #469
2017-08-24 16:40:21 -07:00
michaelangel007
cb138c97d4
Bug #469 added command line switch to disable PrintScreen key capture
2017-08-24 16:33:03 -07:00
michaelangel007
1728b7b668
Bug #466 Update HELP SYM to double-quote symbols
2017-08-24 12:36:46 -07:00
michaelangel007
dc7b99c006
#479 Fix off-by-one display bug for warning long symbols name
2017-08-24 09:47:05 -07:00
michaelangel007
975230b46d
#479 (b) Add Warning for long symbols when symbol table is loaded
2017-08-24 09:40:28 -07:00
michaelangel007
a276bef7df
2.9.0.10 Change Warning to Info for symbols that alias
2017-08-24 09:37:07 -07:00
michaelangel007
eed603f116
Debugger: Bugfix #479
2017-08-24 09:21:15 -07:00
tomcw
0fef6516f4
Debugger: fix _6502_GetTargets() when abs addr16 wraps over 64K boundary (crash bug) & extend debugger unit-tests
2017-08-15 22:12:51 +01:00
tomcw
dada9e6af0
Add new TestDebugger project with some simple unit-tests for _6502_GetTargets() ( #445 )
2017-08-15 21:02:54 +01:00
tomcw
fb963148c2
At the point of opening AppleWin.chm, try to delete any Zone.Identifer alt data stream ( fixes #437 )
2017-08-14 21:23:49 +01:00
tomcw
9e7318e7ed
Debugger: revert behaviour from 8fce7a8
so that Ctrl+F2 doesn't immediately stop the drive spinning, but F2 still does ( #460 )
2017-08-12 11:50:31 +01:00
tomcw
88bb57d55a
Debugger: When MODE_STEPPING, fix issue with disk LEDs staying on ( fixes #250 )
2017-08-11 22:01:47 +01:00
tomcw
8fce7a8753
Debugger: F2 or Ctrl+F2 whilst debugger will immediately stop the drive spinning (allowing disk swap) ( fixed #460 )
2017-08-11 21:45:07 +01:00
tomcw
dd510801fc
Fix strange speaker clicks when changing configuration - DirectSound wasn't being uninitialised on a restart ( fixes #456 )
2017-08-10 22:10:59 +01:00
tomcw
f560399b6d
1.26.3.0: Update History.txt
2017-08-04 21:27:04 +01:00
tomcw
c35b863bd9
Debugger: BPM cmd: trigger on stack access for BRK,JSR,PLn,PHn,RTI,RTS ( #445 )
2017-08-04 21:07:02 +01:00
Nick Westgate
f1b4dea990
Return ProDOS errors from Harddisk emulation. Fixes #452
...
Replace Basic System error codes with ProDOS ones.
2017-08-04 21:54:18 +12:00
tomcw
2a916103b6
Use CB_ERR instead of -1
2017-07-07 18:13:21 +01:00
tomcw
0a60a0a8aa
Video.cpp: remove redundant code
2017-07-06 21:36:56 +01:00
tomcw
1c145ff154
1.26.3.0: Apply bounds and error checking for the joystick configuration ( fixes #434 )
2017-07-03 21:48:21 +01:00
tomcw
63359637ec
compiling: added info about Coverity Scan
2017-07-01 09:03:44 +01:00
tomcw
b7c9c3e663
Config:Advanced tab wasn't appending suffix to save-state file. Fixes #433
2017-06-30 22:39:33 +01:00
Kelvin Lee
4222267f1b
Updated VS2017.
2017-06-10 20:40:56 +01:00
Kelvin Lee
b02c7ffb10
Added VS2017 support.
2017-06-10 20:39:25 +01:00
Nick Westgate
3a30a3ee4b
Input option to use PC Joystick 1 Thumbstick 2 for emulated Joystick 2 ( #428 )
...
* Input option to use PC Joystick 1 Thumbstick 2 for emulated Joystick 2
2017-06-07 10:14:25 +12:00
Nick Westgate
2dabab907b
Joystick combo boxes logic correction fixes #426 ( #427 )
...
* Joystick combo boxes logic correction fixes #426
2017-06-05 10:09:36 +12:00
tomcw
d81cb0d533
Disk Config dialog: small refactor
2017-06-03 18:21:27 +01:00
tomcw
13aee80bd5
Disk Config dialog: minor bugs fixes ( fixes #334 )
2017-06-03 18:12:40 +01:00
tomcw
0257492209
Debugger: Don't 'eat' the next keypress when leaving the debugger via F7 (or clicking the Debugger button)
2017-05-29 21:28:45 +01:00
tomcw
5ec9b4140b
Update README.md to ref 1.26.2.4 & Update History.txt
2017-05-29 21:16:04 +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
87ac5dd164
1.26.2.4: Experimental - Update History.txt
2017-05-25 22:06:18 +01:00
tomcw
b5e78b59a0
Debugger: Fix for 'tf' (trace-file) cmd, so that exiting debugger with F7 doesn't close the trace file and continues in MODE_STEPPING
2017-05-24 22:40:22 +01:00