mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
This is a better way to do this.
This commit is contained in:
parent
6654a8433c
commit
08bf20d586
@ -11,7 +11,7 @@ class blstroid_state : public atarigen_state
|
||||
public:
|
||||
enum
|
||||
{
|
||||
TIMER_IRQ_OFF = TID_UNHALT_CPU+1,
|
||||
TIMER_IRQ_OFF = TID_ATARIGEN_LAST,
|
||||
TIMER_IRQ_ON
|
||||
};
|
||||
|
||||
|
@ -206,7 +206,8 @@ public:
|
||||
TID_6502_WRITE,
|
||||
TID_SCANLINE_TIMER,
|
||||
TID_ATARIVC_EOF,
|
||||
TID_UNHALT_CPU
|
||||
TID_UNHALT_CPU,
|
||||
TID_ATARIGEN_LAST
|
||||
};
|
||||
|
||||
// vector and early raster EAROM interface
|
||||
|
Loading…
Reference in New Issue
Block a user