Skip to content

Version 1.9.3

Compare
Choose a tag to compare
@suzukiplan suzukiplan released this 12 Jul 01:00
· 18 commits to master since this release
f789c41
  • Add compile flags for performance:
    • -DZ80_DISABLE_DEBUG ... disable setDebugMessage method
    • -DZ80_DISABLE_BREAKPOINT ... disable addBreakPoint and addBreakOperand methods
    • -DZ80_DISABLE_NESTCHECK ... disable addCallHandler and addReturnHandler methods
  • The return value of consumeClock was returning the number of clocks consumed, but this was changed to void because it was redundant.
  • Add the constructor without arguments.
  • Add an execute method without expected clocks
  • optimize acqauire register-pointer and register procedure
  • optimize bit calculation
  • optimize checkConditionFlags