mpohoreski
c9c8aedae5
*** empty log message ***
2006-03-11 00:47:05 +00:00
mpohoreski
5ca28f21fd
Added ArgsCook() param to specify which operators to process
2006-03-09 21:52:14 +00:00
mpohoreski
051344249f
No longer uses implicit error value of ImageOpen()
2006-03-09 21:47:44 +00:00
mpohoreski
8cd641f0b5
Added Apple Monitor style command to enter bytes
2006-03-09 21:46:47 +00:00
mpohoreski
3c0ae9133c
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
52016a8744
Cleaned up ImageOpen()
2006-03-09 21:40:16 +00:00
mpohoreski
f0f434f83d
Added Memory Init Pattern
2006-03-09 21:10:40 +00:00
mpohoreski
d4990a1385
*** empty log message ***
2006-03-09 20:48:31 +00:00
mpohoreski
c316461817
*** empty log message ***
2006-03-08 21:54:06 +00:00
mpohoreski
54ca25110c
Added pageant, pass-phrase, putty info.
2006-03-07 19:12:01 +00:00
mpohoreski
aab8757766
Project Solution for VC.NET 2003
2006-03-07 18:23:02 +00:00
mpohoreski
4f190cc2a1
Added bitmap: DISKPROT.BMP to project heirachy - directory 'resources'
2006-03-07 18:21:06 +00:00
mpohoreski
eb36e472a5
Added menu check to easily tell if write protection is on / off
2006-03-07 18:17:57 +00:00
mpohoreski
954de50e9c
DiskProtect() -> DiskSetProtect()
2006-03-07 18:15:45 +00:00
mpohoreski
8365a7c3c1
Renamed: DiskProtect() to DiskGetProtect()
...
Added: DiskGetProtect()
2006-03-07 18:14:09 +00:00
mpohoreski
308f0aa6a1
Changed wording of Write Protection ON / OFF to be easier to understand
2006-03-07 17:24:18 +00:00
mpohoreski
e7a3b23f61
Added merge/diff tool
...
Added details in case wrong init was entered
2006-03-07 03:23:19 +00:00
nick_westgate
f02b88750d
Added project files for MS Visual C++ 2005 Express Edition.
2006-03-04 14:44:20 +00:00
mpohoreski
c7e451839e
Fixed Half-Shift Pixel mode to display more accurate orange
2006-03-03 21:07:14 +00:00
mpohoreski
e56172caeb
Memory is now filled with 00,00,FF,FF
2006-03-03 18:54:41 +00:00
tomch
ea1144fb58
Removed Jumpman bug (user was using old ver of AppleWin
...
Added note about FreeLibrary
2006-03-03 13:51:15 +00:00
tomch
90b8aca5f5
Created doc about updating website
2006-03-03 13:27:03 +00:00
mpohoreski
5e12d6ba35
Added 50% and 75% half-shift dither. (They are not active though.)
2006-03-01 03:49:14 +00:00
mpohoreski
0002256dee
New Video Modes -- Half-Shift, Amber, Green, White
2006-03-01 00:23:42 +00:00
mpohoreski
b4a22d74dd
Added Drive Protection bitmap
2006-02-28 18:40:59 +00:00
mpohoreski
27e3030af3
Added Drive Protection Light
2006-02-28 18:40:28 +00:00
mpohoreski
ac02958729
VC Express compile-fix - scoping of for()
2006-02-28 18:40:05 +00:00
mpohoreski
d42ff373ca
Drol, and Karateka fixes/notes, until the Floating-Bus code is in.
2006-02-28 18:38:57 +00:00
mpohoreski
a4cff52aff
Removed hard-coded drive light status to enum proper
2006-02-28 18:37:47 +00:00
mpohoreski
e8e92081b6
*** empty log message ***
2006-02-28 17:58:55 +00:00
mpohoreski
2caf0b8fed
Fixed for() scoping
2006-02-28 16:39:34 +00:00
mpohoreski
beaf1b3ae3
Moved Text Hex Testing/Conversion code to Debugger_Parser
2006-02-28 16:37:25 +00:00
mpohoreski
3b9ce9275d
Added Text Hex Testing/Conversion
2006-02-28 16:36:51 +00:00
mpohoreski
15c81a457f
.15 Fixed Release version drawing of mini-memory over-extended onto buttons in DrawMemory()
2006-02-28 00:17:16 +00:00
mpohoreski
3961a63bf7
*** empty log message ***
2006-02-27 23:13:55 +00:00
mpohoreski
7fe3d2fa24
.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
0b447aeba2
Added tchar.h incldue for people using VC Express
2006-02-27 18:29:38 +00:00
mpohoreski
72ed191d79
2.5.0.11
2006-02-27 15:58:34 +00:00
mpohoreski
9b55a65662
.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
3406770cea
.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
b2388f033c
Replaced Debugger Magic Number with DEBUG_EXIT_KEY
2006-02-27 03:37:56 +00:00
mpohoreski
117a314315
.9 Added: Legacy Apple "Monitor" Commands in ExecuteCommand()
2006-02-27 03:36:36 +00:00
mpohoreski
2e1a91e9fa
Fixed undoc opcode F7
2006-02-27 03:34:50 +00:00
mpohoreski
e0b3725625
.8 Fixed console input length not updated from script line length in CmdConfigRun()
2006-02-27 02:10:21 +00:00
mpohoreski
a4b5c72a16
*** empty log message ***
2006-02-27 00:42:06 +00:00
mpohoreski
686761f8c5
.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
73bf5c15b7
.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
64c5bcef04
Fixed hang in GetLinePointers()
2006-02-27 00:31:46 +00:00
mpohoreski
afde5ee20b
2.5.0.3
...
* BP now backwards compatible
* Cleaned up Breakpoint code
2006-02-26 21:39:09 +00:00
mpohoreski
8087a889a7
*** empty log message ***
2006-02-26 21:27:16 +00:00