Skip to content

Commit

Permalink
Check that <Z80.h> defines the bitmasks of the flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Feb 1, 2024
1 parent 0a2dc8c commit e1cf037
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ext/z80/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,24 @@
MAXIMUM_CYCLES
MAXIMUM_CYCLES_PER_STEP
MINIMUM_CYCLES_PER_STEP

HOOK

SF ZF YF HF XF PF NF CF
OPTION_OUT_VC_255
OPTION_LD_A_IR_BUG
OPTION_HALT_SKIP
OPTION_XQ
OPTION_IM0_RETX_NOTIFICATIONS
OPTION_YQ

MODEL_ZILOG_NMOS
MODEL_ZILOG_CMOS
MODEL_NEC_NMOS
MODEL_ST_CMOS

REQUEST_REJECT_NMI
REQUEST_NMI
REQUEST_INT

RESUME_HALT
RESUME_XY
RESUME_IM0_XY

MEMPTR PC SP XY IX IY AF BC DE HL AF_ BC_ DE_ HL_
MEMPTRH MEMPTRL PCH PCL SPH SPL XYH XYL IXH IXL IYH IYL
A F B C D E H L A_ F_ B_ C_ D_ E_ H_ L_
Expand Down

0 comments on commit e1cf037

Please sign in to comment.