0.3.0 / 2024-01-03
Bug fixes
- Fixed a potential bug or error when compiling the extension for Ruby
< 3.0
.
Improvements
- Added
Z80#sf?
,Z80#zf?
,Z80#yf?
,Z80#hf?
,Z80#xf?
,Z80#pf?
,Z80#nf?
,Z80#cf?
,Z80#iff1?
,Z80#iff2?
,Z80#int_line?
andZ80#halt_line?
. - Changed
Z80#sf
,Z80#zf
,Z80#yf
,Z80#hf
,Z80#xf
,Z80#pf
,Z80#nf
andZ80#cf
to return an Integer instead of a boolean. - The parameter of
Z80#power
is now optional and the default value istrue
. Z80#to_h
now accepts one optional parameter. Passingtrue
will create a Hash with boolean values for the following keys::iff1
,:iff2
,:int_line
and:halt_line
.
Full changelog: v0.2.0...v0.3.0