add CPU_IRQSTATUS_HOLD to Z80 part.oops

This commit is contained in:
dinkc64 2015-02-20 15:49:34 +00:00
parent 13bff953d1
commit a383d4baf7
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ struct BurnDIPInfo {
#define CPU_IRQSTATUS_NONE 0
#define CPU_IRQSTATUS_ACK 1
#define CPU_IRQSTATUS_AUTO 2
#define CPU_IRQSTATUS_HOLD 4
#define CPU_IRQLINE0 0
#define CPU_IRQLINE1 1