Skip to content

Commit 819a42f

Browse files
committed
Special RESET bugfix.
1 parent 9a1675f commit 819a42f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

API/Z80.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -486,11 +486,6 @@ typedef struct {
486486
#define Z80_MODEL_ST_CMOS \
487487
(Z80_OPTION_OUT_VC_255 | Z80_OPTION_LD_A_IR_BUG | Z80_OPTION_YQ)
488488

489-
/** @brief <tt>@ref Z80::request</tt> bitmask indicating that a special RESET
490-
* signal has been received. */
491-
492-
#define Z80_REQUEST_SPECIAL_RESET 1
493-
494489
/** @brief <tt>@ref Z80::request</tt> bitmask that prevents the NMI signal from
495490
* being accepted. */
496491

@@ -506,6 +501,11 @@ typedef struct {
506501

507502
#define Z80_REQUEST_INT 8
508503

504+
/** @brief <tt>@ref Z80::request</tt> bitmask indicating that a special RESET
505+
* signal has been received. */
506+
507+
#define Z80_REQUEST_SPECIAL_RESET 16
508+
509509
/** @brief <tt>@ref Z80::resume</tt> value indicating that the emulator ran out
510510
* of clock cycles during the HALT state. */
511511

0 commit comments

Comments
 (0)