Commit Graph

743 Commits

Author SHA1 Message Date
mpohoreski
f30262f4f3 Added all debugger files 2010-12-16 17:02:51 +00:00
mpohoreski
f6b6815992 Added all debugger files 2010-12-16 17:01:39 +00:00
mpohoreski
2e5167fe9c Added all debugger files 2010-12-16 17:00:32 +00:00
mpohoreski
4c2c09178d 2.6.2.10 Fixed: Off-by-one when pretty printing 'B' of all bytes treated as data. 2010-12-16 07:43:12 +00:00
mpohoreski
476dbbfaa0 2.6.2.10 Tweaked: Pretty printing 'B' of all bytes treated as data. 2010-12-16 07:39:07 +00:00
mpohoreski
fd60d9ac9d 2.6.2.10 Added: Pretty printing 'B' of all bytes treated as data. 2010-12-16 07:33:20 +00:00
mpohoreski
d49b4cbfea 2.6.2.10 Added: Pretty printing 'B' of all bytes treated as data. 2010-12-16 07:32:59 +00:00
mpohoreski
3b28e5552f Fixed typo: "customer" -> "custom" 2010-12-16 06:53:45 +00:00
mpohoreski
f33fab635a 2.7.0.0 Split Debugger_Color..h/cpp from Debug.h/.cpp 2010-12-16 06:51:17 +00:00
mpohoreski
035b388325 2.7.0.0 Released with Applewin 1.19.1.x
.9 Fixed: Renamed ambiguous command 'DL' to 'B' to list all bytes being treated as data
          Renamed command: 'B' to 'Z' as an alias to treat byte(s) as data
.8 Fixed: Define Code 'X' wasn't removing entries
.7 Fixed: DATA1 was using call win setup for code, not data.
.6 Cleanup of command table to have the proper internal command enum.
		D      // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M1     // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M2     // CMD_MEM_MINI_DUMP_HEX_2 moved to alias section
		TEXT81 // CMD_VIEW_TEXT81         <- CMD_VIEW_TEXT8X
		TEXT82 // CMD_VIEW_TEXT82         <- CMD_VIEW_TEXT8X
		W      // CMD_WATCH               <- CMD_WATCH_ADD
.5 Added: Internal consistency checking for commands and their internal command enum.
.4 Fixed: Added customer assembler type and debugger disassembly display uses variable
          instead of always being hard-coded to Merlin directives.
.5 Fixed: Data disassembler help -- was using wrong command help offset due to wrong order of commands.
.3 Fixed: Assembler now accepts lower-case mnemonics
2010-12-16 06:44:51 +00:00
mpohoreski
95e42b736e 2.7.0.0 Released with Applewin 1.19.1.x
.9 Fixed: Renamed ambigious command 'DL' to 'B' to list all bytes being treated as data
          Renamed command: 'B' to 'Z' as an alias to treat byte(s) as data
.8 Fixed: Define Code 'X' wasn't removing entries
.7 Fixed: DATA1 was using call win setup for code, not data.
.6 Cleanup of command table to have the proper internal command enum.
		D      // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M1     // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M2     // CMD_MEM_MINI_DUMP_HEX_2 moved to alias section
		TEXT81 // CMD_VIEW_TEXT81         <- CMD_VIEW_TEXT8X
		TEXT82 // CMD_VIEW_TEXT82         <- CMD_VIEW_TEXT8X
		W      // CMD_WATCH               <- CMD_WATCH_ADD
.5 Added: Internal consistency checking for commands and their internal command enum.
.4 Fixed: Added customer assembler type and debugger disassembly display uses variable
          instead of always being hard-coded to Merlin directives.
.5 Fixed: Data disassembler help -- was using wrong command help offset due to wrong order of commands.
.3 Fixed: Assembler now accepts lower-case mnemonics
2010-12-16 06:43:05 +00:00
mpohoreski
a9509d54dc 2.7.0.0 Split from Debug.h 2010-12-16 06:41:41 +00:00
mpohoreski
03de51db05 2.6.3.0 Fixed: Assembler now accepts lower-case mnemonics 2010-12-15 16:03:55 +00:00
mpohoreski
241e9e14df 2.6.3.0 Fixed: Assembler now accepts lower-case mnemonics 2010-12-15 16:03:22 +00:00
mpohoreski
cf73f7b095 - Groundwork for Apple )(d Virtual Debug 2010-12-14 18:00:10 +00:00
tomch
6b4eccc954 Update VS2005 vcproj:
- Generate PDB for release config
- XP Visual Themes
2010-12-11 22:35:14 +00:00
tomch
03bb4874a3 Rename ApplewinExpress.sln|vcproj > ApplewinExpress2005.sln|vcproj 2010-12-10 23:07:50 +00:00
tomch
0d7cdc825b 1.19.1: Updated VS2005 sln/vcproj 2010-12-10 22:56:04 +00:00
tomch
2143d063c9 Wrap all instances of Speech API in USE_SPEECH_API 2010-11-24 22:39:20 +00:00
tomch
a10750b7bd Added (Debug|Release)-Win98 builds configs 2010-11-07 21:44:29 +00:00
tomch
ad4fb0ccc0 Add DDial (DiversiDial) disasm 2010-11-07 21:23:38 +00:00
tomch
6e7b85f011 Undo test 2010-09-12 19:40:55 +00:00
tomch
e533a89244 Test 2010-09-12 19:40:28 +00:00
tomch
2fccb0a83f Removed Michael's hack for $C07D
- hooking an unused soft-switch to write the date/time into ProDOS's 4-byte date/time locations.
2010-09-07 20:13:15 +00:00
tomch
d6eac54ab2 Added Nick's update to support NSC (GEOS driver).
Updated NSC docs with Nick's latest versions.
2010-09-06 20:15:05 +00:00
tomch
9ccec9dc7e Moved NoSlotClock related docs to a sub-folder 2010-09-05 19:17:07 +00:00
tomch
00afca839b Added Nick's disasm of GEOS NSC driver 2010-09-05 19:12:55 +00:00
tomch
807ee999e2 Fix: Previous commit broke growing of HDD images (normal file). 2010-09-05 12:11:33 +00:00
tomch
b3a6b49c50 Fix: Unplugged HDD persisted correctly to Registry.
Fix: Allow growing of HDD image within zip/gzip archives.
2010-09-04 21:17:29 +00:00
nick_westgate
80b502dc2b More efficient No-Slot-Clock implementation with UINT64.
Cleaned up naming and method semantics.
Made some members public for save/restore state (not yet done).
2010-08-29 10:06:36 +00:00
tomch
8acfc32c91 Added Nick's No-Slot-Clock support to trunk & bumped ver to 1.19.0.0 2010-08-28 20:04:24 +00:00
tomch
afa71997b3 Added FAQ.txt 2010-08-25 10:57:06 +00:00
tomch
2d5edfa7e2 Updated History.txt 2010-08-17 08:07:41 +00:00
tomch
095adb14b5 Bump version to 1.18.2.0 2010-08-17 07:56:34 +00:00
tomch
316dc7c0a6 Fixes for:
BUG#017055 - DDial timer running very fast
. TAPEIN.bit7 was being read from floating-bus. Now fixed high.
BUG#007237 - VBl IO reg not updated in 'Stepping' mode
2010-08-17 07:52:23 +00:00
tomch
1490e77037 Bug fix: Loading save-state file (.aws) wasn't Win32-closing .dsk images in drives. Problem if Drive1 contained eg. Skyfox.dsk and you attempt to load a .aws with the same Skyfox.dsk.
Also change F11/F12 behaviour, now:
- Load save-state tries to load Prop Sheet's .aws filename first
- Save save-state tries to save as <Drive1-Filename>.aws first
2010-08-01 19:51:11 +00:00
mpohoreski
7048bcf8c2 fixed comment that was mangled in global search-n-replace of 'mode' for "TV emulation mode" 2010-07-07 15:23:16 +00:00
mpohoreski
b9d6f7a46e fixed comment that was mangled in global search-n-replace of 'mode' 2010-07-07 15:20:02 +00:00
mpohoreski
dd026a9766 - Finished Version 2 cleanup of opcode table 2010-06-13 14:34:41 +00:00
mpohoreski
fe142e946d - moved 3 char addressing modes to cpu_general.inl
- moved 6502/6502c short-hand mnemonics to cpu_instructions.inl
2010-06-13 14:33:38 +00:00
mpohoreski
d7801ca391 Moved debugger files to source/debugger 2010-06-11 15:55:02 +00:00
mpohoreski
b9e0112284 Project Cleanup
- moved source filename links in project to folders
 . Debugger
 . Disk
 . Emulator
- added extra include dirs
2010-06-11 15:54:25 +00:00
mpohoreski
7e3cf1b1c7 2010-06-11 15:41:58 +00:00
mpohoreski
b9a2c7cd5f debugger source cleanup -> moved 'source/debugger' 2010-06-11 15:38:22 +00:00
mpohoreski
c946cb00bb renamed "Core" to "Emulator" 2010-06-11 15:36:58 +00:00
mpohoreski
9851fdbb99 Prep cleanup for moving all non-debug, non-cpu related source files to "Core" 2010-06-11 15:28:30 +00:00
mpohoreski
144a8095b0 Added: cpu/cpu6502* files to project 2010-06-10 16:02:26 +00:00
mpohoreski
586d02e871 - Finished Version 2 cleanup of opcode table 2010-06-10 15:56:21 +00:00
mpohoreski
2102f9c985 removed superfluous tabspace 2010-06-10 15:55:54 +00:00
mpohoreski
0b2f87b184 2010-06-10 15:39:06 +00:00