Skip to content

0.3.0 / 2024-01-03

Compare
Choose a tag to compare
@redcode redcode released this 03 Jan 07:07
· 11 commits to master since this release
v0.3.0
e18eb1a

Bug fixes

  1. Fixed a potential bug or error when compiling the extension for Ruby < 3.0.

Improvements

  1. Added Z80#sf?, Z80#zf?, Z80#yf?, Z80#hf?, Z80#xf?, Z80#pf?, Z80#nf?, Z80#cf?, Z80#iff1?, Z80#iff2?, Z80#int_line? and Z80#halt_line?.
  2. Changed Z80#sf, Z80#zf, Z80#yf, Z80#hf, Z80#xf, Z80#pf, Z80#nf and Z80#cf to return an Integer instead of a boolean.
  3. The parameter of Z80#power is now optional and the default value is true.
  4. Z80#to_h now accepts one optional parameter. Passing true 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