Commit Graph

743 Commits

Author SHA1 Message Date
tomch
5d753c8a35 Updates to History & Wishlist. 2010-12-30 22:45:45 +00:00
tomch
9893844c1d Updated web-page for 1.19.3 2010-12-30 21:12:53 +00:00
tomch
fe39be8a5b 1.19.3.0
Changes:
. Set 50% scan lines as the default.
Fixes:
. Fix OpenFileName dialogs for Win98 (use older WinVer4 struct).
. Edits to the 'Printer dump filename' edit control are now recognised.
2010-12-30 20:10:48 +00:00
tomch
ddfddab911 Applied Michael's debugger patches. 2010-12-22 20:47:29 +00:00
tomch
7a1110a6f7 Bumped version to 1.19.2
+ a few cosmetic code tweaks.
2010-12-20 23:46:11 +00:00
tomch
5a9bb611e9 ApplewinExpress2005.vcproj, release config:
. Extended Instruction Set = Not Set (ie. no SSE/SSE2)
  - Fix for "APPLEWIN executed an invalid instruction" on Pentium II/266 CPU.
. Floating Point Model = Precise
2010-12-20 23:05:47 +00:00
mpohoreski
798b36fe81 Fixed minor typos. 2010-12-19 22:11:05 +00:00
mpohoreski
2c6bba3274 2.7.0.0 ready 2010-12-19 22:04:43 +00:00
mpohoreski
069c5c13dd 2.6.2.30 Added: DA now works! It is similar to DW except it does symbol lookups!
(DW = Define Word.  DA = Define Address)
    Example:
       U D000
       DA BASIC.FPTR D000:D080
2010-12-19 20:37:03 +00:00
mpohoreski
a408f7dacf 2.6.2.30 Added: DA now works! It is similar to DW except it does symbol lookups!
(DW = Define Word.  DA = Define Address)
    Example:
       U D000
       DA BASIC.FPTR D000:D080
2010-12-19 20:29:58 +00:00
mpohoreski
1acf0da21e 2.6.2.x
.29 Fixed: Pretty print DB2 DB4 DB8 without commas
.28 Fixed: DB2 DB4 DB8 DW DW2 DW4 now work/display properly.
    DB (Define Byte) shows bytes in big endian order.
    DW (Define Word) shows addresses (2 bytes) in little endian order.
    Example:
       U D000
       DB2 REV.FPTR D000:D080
       X
       DW BASIC.FPT D000:D080
       X
    Or for those minimal types who hate wasting screen real estate
        DW4 COMPACT D000:D080
        X
        DB8 RA8 D000:D080
        X
.27 Fixed: Don't do symbol look for data bytes that don't request it. (Groundwork for Define Address)
.26 Changed: Code portability. Slowly remove the LPCTSTR taint of Windowisms.
.25 Fixed: DB DW custom data byte sizes weren't scrolling properly in the disasm view.
    Changed _6502_GetOpmodeOpbyte() to be aware of data bytes.
2010-12-19 17:53:32 +00:00
mpohoreski
971c766290 2.6.2.x
.29 Fixed: Pretty print DB2 DB4 DB8 without commas
.28 Fixed: DB2 DB4 and DB8 now work properly.
    Example: DB2 BASICFPTR D000:D080
.27 Fixed: Don't do symbol look for data bytes that don't request it. (Groundwork for Define Address)
2010-12-19 17:29:51 +00:00
mpohoreski
9767370002 2.6.2.25 Fixed: DB DW custom data byte sizes weren't scrolling properly in the disasm view.
Changed _6502_GetOpmodeOpbyte() to be aware of data bytes.
2010-12-19 17:10:02 +00:00
mpohoreski
69ab9095e9 2.6.2.26 2010-12-19 16:59:33 +00:00
mpohoreski
5a433cb2d3 2.6.2.25 Fixed: DB DW custom data byte sizes weren't scrolling properly in the disasm view.
Changed _6502_GetOpmodeOpbyte() to be aware of data bytes.

Disassembly_GetData() has been merged into _6502_GetOpmodeOpbyte()
2010-12-19 16:58:40 +00:00
mpohoreski
57e5ab210a 2.6.2.25 Fixed: DB DW custom data byte sizes weren't scrolling properly in the disasm view.
Changed _6502_GetOpmodeOpbyte() to be aware of data bytes.

Disassembly_GetData() has been merged into _6502_GetOpmodeOpbyte()
2010-12-19 16:56:43 +00:00
mpohoreski
bed4e12125 My disam notes for diagnosing disasm bugs 2010-12-19 16:54:05 +00:00
mpohoreski
23d940f776 2.6.2.26 Changed: Code portability. Slowly remove the LPCTSTR taint of Windowisms. 2010-12-19 16:44:46 +00:00
mpohoreski
2c70f00240 2.6.2.26 Changed: Code portability. Slowly remove the LPCTSTR taint of Windowisms. 2010-12-19 16:43:51 +00:00
mpohoreski
2c28403e15 Done! Hard Drive LED ! 2010-12-18 21:32:19 +00:00
mpohoreski
c6b024d25f Changed: fullscreen caps lock to be just "A"
Added: This allows "H" to be shown for the Hard Drive LED !
2010-12-18 21:30:50 +00:00
mpohoreski
dd92a30006 Hard Drive LED ! 2010-12-18 21:00:52 +00:00
mpohoreski
cd2aad1148 Hard Drive LED ! 2010-12-18 20:58:29 +00:00
mpohoreski
720d8a1ac9 Hard Drive LED ! 2010-12-18 20:57:39 +00:00
mpohoreski
47e39c1eb5 Hard Drive LED ! 2010-12-18 20:57:01 +00:00
mpohoreski
19400173a9 Hard Drive LED ! 2010-12-18 20:55:55 +00:00
mpohoreski
889b48e0e1 Hard Drive LED ! 2010-12-18 20:55:34 +00:00
mpohoreski
a22a70fa15 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 20:54:45 +00:00
mpohoreski
89808c00c3 Updated to 2.6.2.24 2010-12-18 16:05:49 +00:00
mpohoreski
41a85421ab Changed CONSOLE_BUFFER_HEIGHT to use CONSOLE_HEIGHT 2010-12-18 16:05:20 +00:00
mpohoreski
6985e24ef2 2.6.2.24 2010-12-18 16:04:05 +00:00
mpohoreski
ba14047e72 2.6.2.24 Changed: Tone-downed the alt. background cyan for the DATA window. C2, C3 -> C1,C2 2010-12-18 16:03:35 +00:00
mpohoreski
247fbd9cdd Updated to 2.6.2.23 2010-12-18 15:31:11 +00:00
mpohoreski
df64f2d1b1 2.7.x.x Started work on cleanup of proper sub-panel display
2.6.2.22 Changed: Re-enabled magenta/purple for warnings (i.e. symbol table disabled)
2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year.
2010-12-18 15:29:26 +00:00
mpohoreski
832c0b1088 2.7.x.x Started work on cleanup of proper sub-panel display 2010-12-18 15:13:28 +00:00
mpohoreski
8c2ef9c7c6 Cleanup 2010-12-18 15:12:49 +00:00
mpohoreski
f064946b58 .23 Changed: Increased number of lines for console output buffer (from 384 to 512) 2010-12-18 15:07:41 +00:00
mpohoreski
3009ba211b .18 Fixed: Search Results: Total summary line unified colors.
.17 Fixed: Search Results: The n'th result now using correct color (was command, now number decimal)
.16 Fixed: Search Results: The hex literal prefix '$' for target address results now colorized properly.
.15 Fixed: Search Results: Added space between results for better readability.
2010-12-18 15:06:44 +00:00
mpohoreski
5b45c68e11 .21 Fixed: Missing GPL / copyright on some debugger files, updated year.
.20 Changed: Output of found symbol more table friendly.  Symbol table name displayed first.
    Example: SYM HOME     // <SymbolTable>:  $<Address> <Symbol>
.19 Changed: Unified format & colors for summary of symbol tables and symbol table names.
    A symbol table that has been disabled will display in purple / magenta.
    Example: SYM HOME     // 'Main' shown in yellow
    Example: SYMBASIC OFF
    Example: SYM
.13 Fixed: Can now enable/disable selected symbol table(s) !
    Example: SYMMAIN OFF
    Example: SYMBASIC OFF
    Note: If you need to search for symbols ON, OFF, CLEAR, use SYM. i.e. SYM ON.
.12 Fixed: Following symbol tables were all hard-coded to act on SYMMAIN
		SYMBASIC
		SYMASM
		SYMUSER
		SYMUSER2
		SYMSRC
		SYMSRC2
	Example: SYMBASIC CLEAR
2010-12-18 15:04:12 +00:00
mpohoreski
8f107546d3 2.6.2.22 Re-enabled magenta/purple for warnings (symbol table disabled) 2010-12-18 15:02:19 +00:00
mpohoreski
1dd5225604 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year.
.14 Fixed: Help description for Save/Load parameter help was swapped.
2010-12-18 15:00:04 +00:00
mpohoreski
96b6773490 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:58:43 +00:00
mpohoreski
7629d5d088 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:55:21 +00:00
mpohoreski
9888020ba1 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:54:48 +00:00
mpohoreski
e0fa87aca4 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:54:29 +00:00
mpohoreski
f9c9f02b82 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:54:04 +00:00
mpohoreski
8cb0267e52 2.6.2.12 Fixed: Following symbol tables were all hard-coded to SYMMAIN
SYMBASIC
		SYMASM
		SYMUSER
		SYMUSER2
		SYMSRC
		SYMSRC2
2010-12-18 04:18:00 +00:00
mpohoreski
5a61bf4976 .12 Fixed: Following symbol tables were all hard-coded to SYMMAIN
SYMBASIC
		SYMASM
		SYMUSER
		SYMUSER2
		SYMSRC
		SYMSRC2
2010-12-18 04:17:32 +00:00
mpohoreski
99009b56ae 2.6.2.11 Added: Command line now accepts Indirect mode via ( )
Example:  U (BRKV)
2010-12-17 06:00:21 +00:00
mpohoreski
fb200e5c93 2.6.2.11 Added: Command line now accepts Indirect mode via ( )
Example:  U (BRKV)
2010-12-17 05:59:43 +00:00