Skip to content

Commit

Permalink
Add Z80_OPTION_OUT_VC_255 to Z80_MODEL_ST_CMOS (according to resu…
Browse files Browse the repository at this point in the history
…lts on real hardware).
  • Loading branch information
redcode committed Jan 15, 2023
1 parent 1def14f commit b0638e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/Z80.h
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ typedef struct {
* ST CMOS models. */

#define Z80_MODEL_ST_CMOS \
(Z80_OPTION_LD_A_IR_BUG | Z80_OPTION_YQ)
(Z80_OPTION_OUT_VC_255 | Z80_OPTION_LD_A_IR_BUG | Z80_OPTION_YQ)

/** @brief <tt>@ref Z80::request</tt> bitmask indicating that a special RESET
* signal has been received. */
Expand Down

0 comments on commit b0638e7

Please sign in to comment.