File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments