This commit is contained in:
Alex Janka 2023-04-20 10:17:27 +10:00
parent 8b94964204
commit b759625d5d

View file

@ -143,7 +143,8 @@ where
self.cpu.reg.hl, self.cpu.reg.hl,
self.cpu.reg.sp, self.cpu.reg.sp,
self.cpu.reg.pc, self.cpu.reg.pc,
self.cpu.last_instruction,self.cpu.last_instruction_addr self.cpu.last_instruction,
self.cpu.last_instruction_addr
) )
} }