diff debug.h @ 2396:bf4f1a8d1d48

Implement 68K watchpoints in internal debugger
author Michael Pavone <pavone@retrodev.com>
date Sat, 23 Dec 2023 17:37:57 -0800
parents ebca8ab02701
children
line wrap: on
line diff
--- a/debug.h	Wed Dec 13 20:09:18 2023 -0800
+++ b/debug.h	Sat Dec 23 17:37:57 2023 -0800
@@ -122,6 +122,7 @@
 
 enum {
 	BP_TYPE_CPU,
+	BP_TYPE_CPU_WATCH,
 	BP_TYPE_VDPREG,
 	BP_TYPE_VDPDMA,
 	BP_TYPE_VDPDATA