mpohoreski
4969ed13ba
No longer uses implicit error value of ImageOpen()
2006-03-09 21:47:44 +00:00
mpohoreski
35f3e58882
Added Apple Monitor style command to enter bytes
2006-03-09 21:46:47 +00:00
mpohoreski
8ae83b7199
1. Inverse space kludge
...
2. If no VBL return value is no longer fixed at zero
2006-03-09 21:42:17 +00:00
mpohoreski
bdf8dfdfe7
Cleaned up ImageOpen()
2006-03-09 21:40:16 +00:00
mpohoreski
7935b18c15
Added Memory Init Pattern
2006-03-09 21:10:40 +00:00
mpohoreski
0e396f9697
*** empty log message ***
2006-03-09 20:48:31 +00:00
mpohoreski
18c7e3a547
*** empty log message ***
2006-03-08 21:54:06 +00:00
mpohoreski
bb3824ac7e
Added pageant, pass-phrase, putty info.
2006-03-07 19:12:01 +00:00
mpohoreski
8a69d6ca0f
Project Solution for VC.NET 2003
2006-03-07 18:23:02 +00:00
mpohoreski
d7e65a2d91
Added bitmap: DISKPROT.BMP to project heirachy - directory 'resources'
2006-03-07 18:21:06 +00:00
mpohoreski
a27846526c
Added menu check to easily tell if write protection is on / off
2006-03-07 18:17:57 +00:00
mpohoreski
8fa90c70e4
DiskProtect() -> DiskSetProtect()
2006-03-07 18:15:45 +00:00
mpohoreski
9141595031
Renamed: DiskProtect() to DiskGetProtect()
...
Added: DiskGetProtect()
2006-03-07 18:14:09 +00:00
mpohoreski
14b30f9478
Changed wording of Write Protection ON / OFF to be easier to understand
2006-03-07 17:24:18 +00:00
mpohoreski
e8e81bfbc7
Added merge/diff tool
...
Added details in case wrong init was entered
2006-03-07 03:23:19 +00:00
nick_westgate
c5e9e29f22
Added project files for MS Visual C++ 2005 Express Edition.
2006-03-04 14:44:20 +00:00
mpohoreski
6f5236fa5b
Fixed Half-Shift Pixel mode to display more accurate orange
2006-03-03 21:07:14 +00:00
mpohoreski
d5ca179418
Memory is now filled with 00,00,FF,FF
2006-03-03 18:54:41 +00:00
tomch
80682935f9
Removed Jumpman bug (user was using old ver of AppleWin
...
Added note about FreeLibrary
2006-03-03 13:51:15 +00:00
tomch
24f9cbc5c9
Created doc about updating website
2006-03-03 13:27:03 +00:00
mpohoreski
939d41499f
Added 50% and 75% half-shift dither. (They are not active though.)
2006-03-01 03:49:14 +00:00
mpohoreski
72a3821fb7
New Video Modes -- Half-Shift, Amber, Green, White
2006-03-01 00:23:42 +00:00
mpohoreski
6b096fdc75
Added Drive Protection bitmap
2006-02-28 18:40:59 +00:00
mpohoreski
c28de98441
Added Drive Protection Light
2006-02-28 18:40:28 +00:00
mpohoreski
095fb07c0f
VC Express compile-fix - scoping of for()
2006-02-28 18:40:05 +00:00
mpohoreski
ad1749999d
Drol, and Karateka fixes/notes, until the Floating-Bus code is in.
2006-02-28 18:38:57 +00:00
mpohoreski
cd246a0955
Removed hard-coded drive light status to enum proper
2006-02-28 18:37:47 +00:00
mpohoreski
a367d4623e
*** empty log message ***
2006-02-28 17:58:55 +00:00
mpohoreski
2808534450
Fixed for() scoping
2006-02-28 16:39:34 +00:00
mpohoreski
d1c9e8a9a6
Moved Text Hex Testing/Conversion code to Debugger_Parser
2006-02-28 16:37:25 +00:00
mpohoreski
9812789706
Added Text Hex Testing/Conversion
2006-02-28 16:36:51 +00:00
mpohoreski
8c35d2592c
.15 Fixed Release version drawing of mini-memory over-extended onto buttons in DrawMemory()
2006-02-28 00:17:16 +00:00
mpohoreski
6748457c97
*** empty log message ***
2006-02-27 23:13:55 +00:00
mpohoreski
acac7a01ce
.14 Fixed Parses not to cook the args, until right before eating them
...
.13 Fixed script to not append filename extension
.12 Fixed command // to be comment
2006-02-27 23:12:16 +00:00
mpohoreski
13281abbea
Added tchar.h incldue for people using VC Express
2006-02-27 18:29:38 +00:00
mpohoreski
860e64af21
2.5.0.11
2006-02-27 15:58:34 +00:00
mpohoreski
2001e01ea7
.11 Console sometimes wouldn't draw due to g_bDebuggerViewingAppleOutput being still incorrectly set to true
2006-02-27 15:58:01 +00:00
mpohoreski
c7094139fd
.10 Added: double forward slash on command line now ignores rest of command (same as C++ comment)
2006-02-27 15:55:41 +00:00
mpohoreski
a6a270a2d3
Replaced Debugger Magic Number with DEBUG_EXIT_KEY
2006-02-27 03:37:56 +00:00
mpohoreski
77bf241350
.9 Added: Legacy Apple "Monitor" Commands in ExecuteCommand()
2006-02-27 03:36:36 +00:00
mpohoreski
3a5f19c84e
Fixed undoc opcode F7
2006-02-27 03:34:50 +00:00
mpohoreski
28b2528696
.8 Fixed console input length not updated from script line length in CmdConfigRun()
2006-02-27 02:10:21 +00:00
mpohoreski
8db819262c
*** empty log message ***
2006-02-27 00:42:06 +00:00
mpohoreski
1e27caaf6d
.7 Fixed script read hang in GetLinePointers()
...
.3 Fixed BPM to break ON the trigger, not after
2006-02-27 00:41:52 +00:00
mpohoreski
fa92703cec
.6 Fixed Assembler storing one too many bytes in AssemblerPokeAddress()
...
.5 Fixed Assembler not parsing target address in AssemblerGetArgs()
A 40C7
BRA $40D7
.4 Fixed Assembler hang in AssemblerProcessDelayedSymols()
A 40C7
BRA $40D7
2006-02-27 00:39:46 +00:00
mpohoreski
9ae98cccbc
Fixed hang in GetLinePointers()
2006-02-27 00:31:46 +00:00
mpohoreski
00b1ca699a
2.5.0.3
...
* BP now backwards compatible
* Cleaned up Breakpoint code
2006-02-26 21:39:09 +00:00
mpohoreski
0bd18b1d4c
*** empty log message ***
2006-02-26 21:27:16 +00:00
mpohoreski
b40ab35682
Updated as now working:
...
* Right-clicking on drive icon now implemented
* Memory Dump as Text
2006-02-26 20:43:51 +00:00
tomch
c462788401
Added: FB & switching display mode support
2006-02-26 17:15:25 +00:00