switch eval memory reads -> more generalized space reads; apply to register reads as well

This commit is contained in:
Ryan Fleury
2024-08-15 11:55:22 -07:00
parent 59c01a73af
commit b98a75e056
10 changed files with 80 additions and 37 deletions
+1
View File
@@ -58,6 +58,7 @@ enum
{
E_Space_Null,
E_Space_Regs,
E_Space_FIXED_COUNT
};
////////////////////////////////