CPU: Implement memory breakpoints/watchpoints

This commit is contained in:
Stenzek
2024-02-27 23:56:35 +10:00
parent ef4389cea8
commit 71094a0e44
12 changed files with 466 additions and 134 deletions

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1210</width>
<width>1270</width>
<height>800</height>
</rect>
</property>
@ -233,7 +233,7 @@
</property>
<property name="maximumSize">
<size>
<width>200</width>
<width>290</width>
<height>524287</height>
</size>
</property>
@ -269,6 +269,11 @@
<string>Address</string>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
<column>
<property name="text">
<string>Hit Count</string>