Commit Graph

493 Commits

Author SHA1 Message Date
Tamas Rudnai
7be5b4f257 Minor memory fixes 2024-01-06 06:19:56 -08:00
Tamas Rudnai
647a3fed66 CPU 65C02 bugfixes 2024-01-05 07:56:03 -08:00
Tamas Rudnai
822f0eebae Debugger CPU / Memory / Stack view font 2023-12-19 17:54:03 -08:00
Tamas Rudnai
ceeba2793d BugFix: LDA (zp,X) 2023-12-19 01:04:59 -08:00
Tamas Rudnai
7b4f06ad70 Logo Change? 2023-10-15 00:04:23 -07:00
Tamas Rudnai
ee30dea0c9 Eliminated warnings 2023-10-15 00:02:48 -07:00
tudnai
223e2eb9e6 Better Color Management 2023-08-08 13:01:22 -07:00
tudnai
82100c6bc3 Pixeltrail 2023-05-25 20:29:17 -07:00
tudnai
b1e7f620d1 Speaker Fade Slope 2023-05-25 20:28:38 -07:00
tudnai
30917d2b56 Speaker Fade Out 2023-05-25 20:23:41 -07:00
tudnai
6083fab773 More reliable Paste 2023-01-18 17:29:03 -08:00
tudnai
89ff3cc4e9 - Machine status in CPU window
- Memory View Tab Selector
2023-01-03 20:03:52 +01:00
tudnai
e8d074d0ac More Disassembly and Memory lines 2023-01-03 14:09:13 +01:00
tudnai
d50d2e5ec9 Extended Debug Window 2023-01-03 13:58:17 +01:00
tudnai
29bf3a5da5 Efforts to adjust Screen Wrapping right at the launch 2022-12-20 12:15:35 +01:00
tudnai
38e5a1e634 Better structured DebugView / DisassView 2022-12-20 12:14:18 +01:00
tudnai
84242c680d Memory View Cross Hair 2022-12-16 05:28:55 +01:00
tudnai
3334950cbe Debugger icon size adjustment 2022-12-13 04:33:50 -08:00
tudnai
5f7caa2c25 Debug Icon size adjustments 2022-12-13 04:32:10 -08:00
tudnai
16fc1c3c44 MonitorView size adjust at load time 2022-12-09 20:06:53 -08:00
tudnai
bb6b239266 Disass View Select / Deselect 2022-12-09 13:33:51 -08:00
tudnai
bc6f00f4b1 KeyDown events in Debugger Window Controller 2022-12-08 15:27:45 -08:00
tudnai
dde4401389 Tap to select 2022-12-07 01:47:15 -08:00
tudnai
4e5e770c4b Swift optimization in Debug Mode should be -Onone 2022-12-07 00:51:29 -08:00
tudnai
ba16036e45 Separate Cursor View, similar to PC highlight view 2022-12-07 00:48:57 -08:00
tudnai
751dd72ef8 BugFix: Highlight in Disassembly is always on, even when PC is not on screen 2022-12-06 19:12:45 -08:00
tudnai
caf7662639 BugFix: MouseWheel Scroll is wrong after address entered or sync to PC is on 2022-12-06 14:55:06 -08:00
tudnai
10c437b872 - Continuous disassembly
- Fixed scroll range error
2022-12-04 22:14:15 -08:00
tudnai
8ac9378f62 removed debug prints for scroll 2022-12-03 22:03:47 -08:00
tudnai
52a54feb9a Scroll works in disassembly 2022-12-03 22:02:35 -08:00
tudnai
d70df34013 Disassembly Scrolling started to work 2022-11-29 19:00:04 -08:00
tudnai
9c0148b437 Fake Scroller filled with \n 2022-11-25 20:53:49 -08:00
tudnai
143124f74a BugFix: Mouse click on line calculation 2022-11-25 20:24:27 -08:00
tudnai
0ac222ad3f - Disassembly shadow view
- Disassembly Highlighter background View
- Disassembly Background color view
2022-11-25 20:17:39 -08:00
tudnai
55fd25d01a BugFix: Disassembly Scrolling & Highlighting 2022-11-24 08:22:45 -08:00
tudnai
428b1b68c2 Optimized Debug Disassembly Scroll 2022-11-23 16:01:16 -08:00
Tamas Rudnai
81fba486d5 getLineRange should count from line 0 2022-11-21 22:29:34 -08:00
tudnai
128d277cba - Compacted m6502_t
- BugFix: Could not add Breakpoints
2022-11-20 16:46:47 -08:00
tudnai
4ec2779bc9 BugFix: BP Exists searches from index 0 2022-11-20 10:01:40 -08:00
tudnai
4e29fc6ae3 Memory Write Debug Breakpoint 2022-11-19 20:37:35 -08:00
tudnai
f2a36f9e33 Added two more hex string formats to the HexDigitFormatter 2022-11-19 14:06:24 -08:00
tudnai
97ce58420e - More memory addressing to monitor
- Faster m6502 save and restore
2022-11-18 20:03:57 -08:00
tudnai
ba4a99ad0d Memory debugger to break at the instruction instead of at the next one 2022-11-18 18:36:19 -08:00
tudnai
e48c71c254 Memory debug works 2022-11-17 21:03:04 -08:00
tudnai
20daf5c73c Implementing Memory & I/O Break 3 2022-11-17 19:32:56 -08:00
tudnai
5fdab01ca4 _memread_dbg() 2022-11-17 13:20:06 -08:00
tudnai
fdd46f6773 Memory Breakpoint - phase #1 2022-11-17 13:17:52 -08:00
tudnai
d6f49abbb4 Preparation for the memory & i/o breakpoints 2 2022-11-17 12:34:08 -08:00
tudnai
41d33c19c3 Preparations for memory & i/o breakpoints 2022-11-17 11:44:39 -08:00
tudnai
ed1a8a25a8 disassembler.c renamed to 6502_dis.c 2022-11-16 21:39:46 -08:00