mpohoreski
dbbb5df19d
.13 Fixed BSAVE syntax parsing
...
BSAVE ["Filename"], addr, len
.12 Fixed BLOAD syntax parsing
BLOAD ["Filename"], addr[, len]
.11 Fixed Go syntax parsing
G StopAddress [SkipAddress,Length]
.10 Changed internal parsing of comma operator.
It is now left in the command arguments.
2006-06-27 02:33:40 +00:00
mpohoreski
78baf063e0
.13 Fixed BSAVE syntax parsing
...
BSAVE ["Filename"], addr, len
.12 Fixed BLOAD syntax parsing
BLOAD ["Filename"], addr[, len]
.11 Fixed Go syntax parsing
G StopAddress [SkipAddress,Length]
.10 Changed internal parsing of comma operator.
It is now left in the command arguments.
2006-06-27 02:32:57 +00:00
mpohoreski
71c5f5616f
.13 Fixed BSAVE syntax parsing
...
BSAVE ["Filename"], addr, len
.12 Fixed BLOAD syntax parsing
BLOAD ["Filename"], addr[, len]
.11 Fixed Go syntax parsing
G StopAddress [SkipAddress,Length]
.10 Changed internal parsing of comma operator.
It is now left in the command arguments.
2006-06-27 02:32:20 +00:00
mpohoreski
6b99d451ed
Debugger fixes/new features
...
Mouse wheel support
many scrolling fixes
general cleanup of globals
bookmarks
2006-06-26 17:01:17 +00:00
mpohoreski
6cdd30700f
Mouse wheel support
...
many scrolling fixes
general cleanup of globals
2006-06-26 16:59:48 +00:00
mpohoreski
2fc141b1b6
Renamed globals to match coding convention:
...
g_bApple2e
g_bApple2plus
g_sProgramDir
2006-06-25 03:46:33 +00:00
mpohoreski
011b59ad4d
2006-06-25 03:44:14 +00:00
mpohoreski
1b748bd169
Updated help, BPA, BLOAD/BSAVE
2006-06-25 03:43:49 +00:00
mpohoreski
18b78ae9d5
Renamed globals to match coding convention:
...
g_bApple2e
g_bApple2plus
g_sProgramDir
2006-06-25 03:41:52 +00:00
mpohoreski
566a935013
added a few categories to some of the current wishlist features.
2006-06-14 00:42:23 +00:00
mpohoreski
174636bfb4
2006-06-13 01:23:06 +00:00
mpohoreski
e9c5b31f24
added DISASM to print current status
...
added DISASM TARGET [#]
2006-06-13 01:21:45 +00:00
mpohoreski
eaf35c2cfe
Fixed BRKOP, BRK # to enter debugger
...
Pressing F7 after triggered break stops on next break
Fixed global "mode" to comply with coding convention: g_nAppMode
2006-06-12 22:06:50 +00:00
mpohoreski
deee6c18a9
added BLOAD
...
added BSAVE
2006-06-12 03:08:35 +00:00
mpohoreski
99b1cf3ace
Updated version # to 1.13.2.0
2006-06-12 03:01:59 +00:00
mpohoreski
f2a9980e5d
added BLOAD
...
added BSAVE
2006-06-12 03:01:08 +00:00
mpohoreski
f98c6a4f31
new DISASM command to change disassembly view options
2006-06-11 23:24:39 +00:00
mpohoreski
f12de3d6de
new DISASM command to change disassembly view options
2006-06-11 23:23:54 +00:00
mpohoreski
496d582f84
.2 fixed HELP <category> not working
...
.1 undocumented mnemonics in lowercase
2006-06-11 20:11:32 +00:00
tearex
e3c3ead902
Illegal opcodes support
...
Separate NMOS 6502 and CMOS 65C02 support
CPU flag handling improvement
NMI support
Apple II (original model) support
Apple II/IIPlus mode font improvement
"M" glyph improvement
Small _M14 / CLK_6502 fix.
Reset behavior improvement
Small monochrome video improvement - mono text now honors color selection just like mono graphics.
2006-06-11 15:49:38 +00:00
tomch
e72f4b4beb
Reinstating TFE files I somehow deleted when I merged trunk->my branch
2006-05-14 21:43:39 +00:00
mpohoreski
dbf08c8c45
Version bumped up for BRK, BRKOP, Ctrl-V
2006-05-14 05:14:09 +00:00
mpohoreski
f673d85564
BRK, BRKOP, Ctrl-V support
2006-05-14 05:13:30 +00:00
mpohoreski
d8ff076128
Standard "Paste" (Ctrl-V) now supported.
2006-05-14 05:02:08 +00:00
mpohoreski
8b948571e8
framewindow -> g_hFrameWindow
2006-05-14 00:44:38 +00:00
mpohoreski
fb932a8d4f
Breakpoints on full-speed.
...
BRK # [ON|OFF]
BRKOP ##
2006-05-14 00:43:19 +00:00
tomch
ab6a9a976d
Merge with trunk
2006-05-13 19:23:11 +00:00
mpohoreski
70c81fadf9
new op @
...
text searching
single quote support
disasm targets displayed
2006-05-10 22:00:27 +00:00
mpohoreski
043dd07c7a
2006-05-10 21:57:33 +00:00
tomch
ebfba5483d
1.13.1: Updated version in Applewin.rc
2006-05-07 17:07:54 +00:00
tomch
a187dc1bc5
1.13.1: Updated docs/History.txt & web/index.php
2006-05-07 16:51:35 +00:00
tomch
537b713362
Wrapped actions on IRQ-critical-section object in a validity test to fix crash in Win98/ME's kernel.dll
2006-05-07 13:47:52 +00:00
tomch
f503adb06c
Fixed typo
2006-05-03 18:32:12 +00:00
tomch
dbe73324f5
Fixed hypertext link for Uthernet.txt
2006-05-02 22:32:24 +00:00
tomch
644aec59cd
Corrected URL link to 1.13.0.zip
2006-05-02 22:13:31 +00:00
tomch
0b8d9e723c
Submitted changed files from AppleWin-Tom branch to trunk
...
. Change: Added support for SSC receive IRQ (eg. Z-Link)
. Fix: [Bug #7231 ] AppleWin installed in path with spaces
Internal:
. Modified operation of interrupt assert/deassert
2006-05-02 21:56:28 +00:00
tomch
8a453a479e
Submitted updated web-page for 1.13.0
2006-05-02 21:43:48 +00:00
tomch
03dc778db6
Submitted revised history for 1.13.0
2006-05-02 21:43:08 +00:00
tomch
570f8eb9b9
Submitted new SerialComms module
2006-05-02 21:42:45 +00:00
tomch
04c439ed87
Outstanding bugs from Bugs.txt have been transferred to berliOS's Bug DB
2006-04-22 14:26:45 +00:00
tomch
76b590ab15
Update40ColCell: only convert 0xFF -> 0x20 for Apple][ (not //e)
2006-04-22 11:33:18 +00:00
tomch
0eede6cf0f
Fixed typo in 1.12.7.1 rel note
2006-04-22 11:09:07 +00:00
tomch
8f9e792900
Fixed: [Bug #6790 ] Right click menu stops working on drives after switching from full screen back to Windows.
2006-04-20 22:09:52 +00:00
tomch
0cd73b68cc
Added new svn_setup.txt doc
2006-04-06 22:33:57 +00:00
tomch
9940a407bb
Suggestion for auto-naming save-state files
2006-03-28 21:37:39 +00:00
rglennjones
570930c2d7
added some additional info
2006-03-26 14:57:04 +00:00
tomch
e9b4bc77ba
Added troubleshooting
2006-03-25 14:24:28 +00:00
tomch
121a531021
Updated for Uthernet
2006-03-25 14:00:18 +00:00
rglennjones
ed6db51e31
Added Uthernet (TFE) to main branch
2006-03-24 06:34:37 +00:00
tomch
3479ee6c74
Removed .suo (user options file).
2006-03-23 09:04:22 +00:00