Commit Graph

325 Commits

Author SHA1 Message Date
tomch
50467add5c Fix reading DIP SW1 for "external" CLK (115.2K mode)
Fix two typos with baud rate (112.5K instead of 115.2K)
2009-11-30 21:33:48 +00:00
tomch
df7ca413de Applied Joshua Bell's patch:
* Clean up signed/unsigned comparison warnings
* Clean up deprecated function warnings
* Enable XP visual themes in the properties dialog (the AdditionalManifestDependencies entry in ApplewinExpress9.00.vcproj)
* Clean up of settings property sheet:
** Correct tab order
** Add/correct keyboard shortcuts
** Adjust layout (slightly; most dramatic on first tab)
** Retitle a few controls for improved readability
** Tweaked the spin controls to be right aligned
2009-11-30 14:00:22 +00:00
mpohoreski
a787f2fcd5 updated DB mini-summary 2009-10-26 02:20:37 +00:00
mpohoreski
a910a301a0 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:29:08 +00:00
mpohoreski
46854c95e7 cleanup: moved assembler to seperate file 2009-10-26 01:25:18 +00:00
mpohoreski
ca2bb670f5 Cleanup: Added 2 files:
Debugger_DisassemblerData.h
Debugger_Range.h
2009-10-26 01:23:48 +00:00
mpohoreski
e270da6796 2.6.2.2 cleaned up assembler pseudo opcodes 2009-10-26 01:22:51 +00:00
mpohoreski
831a418a20 added Flush() 2009-10-26 01:19:24 +00:00
mpohoreski
2006407253 added Flush() 2009-10-26 01:18:47 +00:00
mpohoreski
9a0d8145d3 2009-10-26 01:17:53 +00:00
mpohoreski
b591f1b29d cleanup 2009-10-26 01:17:25 +00:00
mpohoreski
5ac78855d1 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:16:46 +00:00
tomch
402fe3df45 SerialComms: Changed queue to deque so we can clear() the container. 2009-10-19 21:33:12 +00:00
nick_westgate
b92851f3ab Implemented the shift key mod for II/II+. This fixes a problem with Homeword. 2009-10-18 05:37:01 +00:00
tomch
aa53953a2f Merge from AppleWin-Tom @ 565-614 (Excluded HEAD=615, due to Tree Conflict errors)
Fix for SSC (big transfers): use queue instead of single byte buffer
New switches: -log, -no-mb, -spkr-max, -spkr-inc
Fix for Speaker underflow problem (max=200, inc=20)
SSC: Support 112.5K Baud
Dynamic 'Serial Port' drop-down menu
Save "Serial Port Name" to Registry (instead of drop-down menu index as "Serial Port")
2009-10-07 21:38:42 +00:00
tomch
349642cbe5 Fix Bug #14879 : Double-Lo-Res Graphics colours not correct 2009-07-23 21:43:08 +00:00
mpohoreski
c82f15895f 2.6.1.35 Page Up/Down of console history while editing 2009-07-14 17:50:00 +00:00
mpohoreski
dac24a4ae8 fixed bad declaration 2009-07-14 17:47:09 +00:00
mpohoreski
4f7f6588de 2.6.1.35 Page Up/Down of console history while editing 2009-07-14 17:46:28 +00:00
mpohoreski
81776bb9aa Added Return on blank line to toggle full screen console. 2009-07-14 07:57:45 +00:00
mpohoreski
adbad615a7 2.6.1.31 2009-07-13 19:01:15 +00:00
mpohoreski
08b4dc098a 2.6.1.30 2009-07-13 18:45:27 +00:00
mpohoreski
b1559baa11 2.6.1.19 Symbol Table Cleanup 2009-07-12 21:27:07 +00:00
tomch
d0ed834df7 Fix: Don't hog CPU in PAUSED mode 2009-07-03 20:37:42 +00:00
tomch
ef672c46ab Added Debugger_Changelog.txt to VS2005 vcproj
Added SetThreadPriority(THREAD_PRIORITY_TIME_CRITICAL) after creating serial comm thread
Minor update to History.txt
2009-06-20 14:00:14 +00:00
tomch
1c2a115eb5 Process priority:
. Normal when in 'full speed' mode (so OS still has time to run)
. Above Normal otherwise (for BUG #015394 - audio under-run)
2009-06-20 13:43:12 +00:00
tomch
92db4693f1 Fix: Nick's disappearing disk bug
Fix: Cmd-line switches for inserting disks
2009-05-29 21:39:13 +00:00
tomch
67aaa526d0 Merge from AppleWin-Tom @ r563
. Removed $Id from comment header
2009-05-27 21:38:46 +00:00
tomch
944b284c47 Fix: MB wasn't working in slot-5 2009-05-19 22:10:35 +00:00
tomch
c765b2ad90 Bumped APPLEWIN process to ABOVE_NORMAL & main thread to ABOVE_NORMAL 2009-05-09 14:37:08 +00:00
tomch
80540657d0 Fixed SoundCore.cpp's call to GetCaps() 2009-05-04 22:07:17 +00:00
tomch
935d7ecef6 Commented out unused var 2009-04-26 20:56:29 +00:00
tomch
f74a73a148 Commented out debug sprintf's 2009-04-21 21:57:10 +00:00
tomch
8c4997c5f0 Fix MAX VOLUME bug when doubling-clicking a .dsk image to execute with AppleWin
Fix support for 141KB .dsk images (introduced when supporting 160KB .dsks)
2009-04-20 21:53:20 +00:00
tomch
56572fbc78 Fix: Sticky CTRL flag - clicking "Go Apple" button would do Ctrl-Reset, not Power-cycle 2009-04-16 21:29:28 +00:00
tomch
7fdc8916ef Small clean-up to peripheral card IO config 2009-04-16 21:18:13 +00:00
tomch
797a66c622 Fixed FLASHing 'S' in AppleII+ mode!
Renamed: TRACKS -> TRACKS_MAX
Added new var g_uNumTracksInImage - derived from disk image size
Enabled Edit&Continue debugging in VS2005 vcproj
2009-02-24 22:13:46 +00:00
tomch
873e5c1fcd Fix flash rate for NTSC 2009-02-22 14:39:50 +00:00
mpohoreski
8fcdab3d69 Direct Draw Palette Debugging 2009-02-21 04:42:35 +00:00
mpohoreski
8c127042e7 Pressing Shift, Ctrl, or Alt when viewing the current Apple output from the debugger no longer returns back to the debugger. 2009-02-19 22:46:58 +00:00
mpohoreski
c819b8fc72 Fixed: Full Screen Drive LEDs not displaying for Read-Only. 2009-02-19 00:04:54 +00:00
mpohoreski
acc5bfcee6 Fixed: Full Screen Drive LEDs not displaying for Read-Only. 2009-02-18 23:53:24 +00:00
mpohoreski
ed40975b9a Bugfix: Shift-Print Screen with 50% Scan Lines 2009-02-18 22:24:50 +00:00
mpohoreski
23e826ebea Video Mode in Window Title 2009-02-18 16:54:57 +00:00
mpohoreski
ccc8669a18 Video Mode in Window Title 2009-02-18 16:54:32 +00:00
mpohoreski
70c016ec42 vars used without being init cleanup 2009-02-18 16:48:59 +00:00
mpohoreski
d48fe2aa05 vars used without being init cleanup 2009-02-18 16:16:16 +00:00
mpohoreski
0fb8fda91f cleanup 2009-02-18 16:06:12 +00:00
mpohoreski
822670a37d Video Mode in Window Title 2009-02-18 16:05:39 +00:00
mpohoreski
794b2f66af Video Mode in Window Title 2009-02-18 16:05:01 +00:00
mpohoreski
923ef3e629 vars used without being init cleanup 2009-02-18 16:04:14 +00:00
mpohoreski
6b9aecf020 vars used without being init cleanup 2009-02-18 16:03:50 +00:00
mpohoreski
fafb427677 updated paused status message 2009-02-18 16:03:10 +00:00
mpohoreski
364de6d77b 1. Shift-Print Screen works with 50% Scan Lines
2. Minor Optimization at Display Logo screen.
2009-02-18 07:54:24 +00:00
tomch
bc8106fee7 Extended .do & .po support for 140KB+n*4KB disk images
where n=[35..40]
2009-02-17 22:53:52 +00:00
mpohoreski
d77c471623 CtrlReset cleanup,
Ctrl-F2 = CtrlReset
2009-02-17 02:25:34 +00:00
mpohoreski
8bad9d61bb CtrlReset cleanup,
Ctrl-F2 = CtrlReset
2009-02-17 02:25:18 +00:00
mpohoreski
93fe0ea8bd CtrlReset cleanup,
Ctrl-F2 = CtrlReset
2009-02-17 02:13:18 +00:00
mpohoreski
6b5aea9a4f CtrlReset cleanup
Ctrl-F2 = CtrlReset
2009-02-17 02:12:39 +00:00
mpohoreski
6f3668fbca F2 reboots with debugger active if have breakpoints,
F7 can enter debugger from logo screen,
Ctrl-Shift-F9 Toggle 50% Scan Lines
2009-02-17 01:36:34 +00:00
mpohoreski
16ac36b947 Fixed to work with pre-compiled header 2009-02-17 01:35:04 +00:00
mpohoreski
33c644239b 2009-02-17 01:34:26 +00:00
mpohoreski
4a621b979c Fixed to work with pre-compiled header 2009-02-16 20:31:48 +00:00
mpohoreski
6008de9318 Fixed to work with pre-compiled header 2009-02-16 20:31:23 +00:00
mpohoreski
b82c864016 50% Half Scan Lines in full screen mode
Preliminary support for Full Screen Debugger Colors
2009-02-16 20:30:38 +00:00
mpohoreski
9f1678fe66 2009-02-16 20:19:41 +00:00
mpohoreski
8ce032f714 cleanup: videotype -> g_eVideoType 2009-02-16 19:27:07 +00:00
mpohoreski
b1969ced9d Fixed to work with pre-compiled header 2009-02-16 19:19:50 +00:00
mpohoreski
b8b05b4059 Fixed to work with pre-compiled header 2009-02-16 19:19:28 +00:00
mpohoreski
c0892b38b9 Fixed to work with pre-compiled header 2009-02-16 19:19:03 +00:00
mpohoreski
915b7ae67e 2009-02-16 19:18:34 +00:00
mpohoreski
26d9b115d7 export debugger colors 2009-02-16 19:17:45 +00:00
mpohoreski
f517595497 Fixed to work with pre-compiled header 2009-02-16 19:16:26 +00:00
mpohoreski
86aeee5ced Fixed to work with pre-compiled header 2009-02-16 19:15:59 +00:00
mpohoreski
89ae76684b Fixed to work with pre-compiled header 2009-02-16 19:15:34 +00:00
mpohoreski
2f74bdd183 Fixed to work with pre-compiled header 2009-02-16 19:14:27 +00:00
mpohoreski
dbe9a305bb cleanup: videotype -> g_eVideoType 2009-02-16 19:13:55 +00:00
mpohoreski
e1b2396794 cleanup formatting of comment 2009-02-16 19:13:20 +00:00
mpohoreski
776dc69a94 Fixed to work with pre-compiled header -- moved user defined below includes 2009-02-16 19:12:46 +00:00
mpohoreski
3d129503f9 2009-02-16 19:11:57 +00:00
mpohoreski
a0e8567e17 cleanup: videotype -> g_eVideoType 2009-02-16 19:11:33 +00:00
mpohoreski
3534f8f5da 2009-02-16 19:10:04 +00:00
mpohoreski
3afa87f2eb 2009-02-16 19:09:43 +00:00
nick_westgate
bb99c7c736 - Added call to SSC Reset on Ctrl-Reset
- TODO: put machine reset handler somewhere central!
2009-02-16 16:03:47 +00:00
mpohoreski
23fb71d569 Cleanup of file extensions being registered. 2009-02-14 04:05:15 +00:00
mpohoreski
76f15e215f Clock cleanup 2009-02-14 03:54:12 +00:00
mpohoreski
45f04df299 50% Half Scan Line 2009-02-14 03:53:28 +00:00
mpohoreski
2f9faaad9a 50% Half Scan Line 2009-02-14 03:49:22 +00:00
mpohoreski
ae8213267f 50% Half Scan Line checkbox
Config_Save_Video() Config_Load_Video()
2009-02-14 03:48:42 +00:00
mpohoreski
113ff9f91c pretty print - misc clean up 2009-02-14 03:36:54 +00:00
mpohoreski
4ef9b47daf Added: Alt-F9 to toggle 50% Scan Lines
BugFix: F9, Shift-F9 for next/prev video mode
2009-02-14 03:36:15 +00:00
mpohoreski
c2f36d232c Exported Alt,Crtl,Shift status 2009-02-14 03:35:19 +00:00
mpohoreski
f695fa9fea Exported Alt,Crtl,Shift status 2009-02-14 03:34:47 +00:00
mpohoreski
2d245f71bb misc clean up 2009-02-14 03:32:53 +00:00
mpohoreski
bbb131def2 Added defines for Registry Key values for Video Config 2009-02-14 03:32:24 +00:00
mpohoreski
a83cffb893 2.6.0.8 Updated: symsrc load "filename" [, offset] 2009-02-13 10:31:14 +00:00
mpohoreski
3710e3b9b7 Start of peripheral cleanup for clock. 2009-02-13 08:16:03 +00:00
mpohoreski
6ded7f9fdc Increased symbol length from 13 to 31 2009-02-13 07:27:57 +00:00
mpohoreski
57e80ecf2b 2.6.0.7 2009-02-13 07:26:14 +00:00
nick_westgate
e4f6aa7ad8 - Comment change only: correction to comment about disk firmware patch removal 2009-02-03 02:24:50 +00:00