- [NEW] makefile més util
- [FIX] next (F11) no longer keeps breaking on current line - [NEW] b alone sets breakpoint on current line - [NEW] d alone clears breakpoint on current line - [NEW] d all removes all breakpoints - [FIX] IX bit & IY bit instruction visualization is fixed - [FIX] RRD & RLD were swaped
This commit is contained in:
@@ -118,7 +118,7 @@ namespace z80dis
|
||||
}
|
||||
}
|
||||
|
||||
if (strstr(base, "hhd")) {
|
||||
if (strstr(buffer, "hhd")) {
|
||||
opcode_size+=1;
|
||||
|
||||
strcpy(base, buffer);
|
||||
|
||||
Reference in New Issue
Block a user