This is a better way to do this.

This commit is contained in:
Andrew Gardner 2013-05-24 15:39:01 +00:00
parent 6654a8433c
commit 08bf20d586
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ class blstroid_state : public atarigen_state
public: public:
enum enum
{ {
TIMER_IRQ_OFF = TID_UNHALT_CPU+1, TIMER_IRQ_OFF = TID_ATARIGEN_LAST,
TIMER_IRQ_ON TIMER_IRQ_ON
}; };

View File

@ -206,7 +206,8 @@ public:
TID_6502_WRITE, TID_6502_WRITE,
TID_SCANLINE_TIMER, TID_SCANLINE_TIMER,
TID_ATARIVC_EOF, TID_ATARIVC_EOF,
TID_UNHALT_CPU TID_UNHALT_CPU,
TID_ATARIGEN_LAST
}; };
// vector and early raster EAROM interface // vector and early raster EAROM interface