From 08bf20d5863d26b791288fde15dcf593427dd38d Mon Sep 17 00:00:00 2001 From: Andrew Gardner Date: Fri, 24 May 2013 15:39:01 +0000 Subject: [PATCH] This is a better way to do this. --- src/mame/includes/blstroid.h | 2 +- src/mame/machine/atarigen.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mame/includes/blstroid.h b/src/mame/includes/blstroid.h index 56f8dd76020..2b340364e7e 100644 --- a/src/mame/includes/blstroid.h +++ b/src/mame/includes/blstroid.h @@ -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 }; diff --git a/src/mame/machine/atarigen.h b/src/mame/machine/atarigen.h index 2f678177ddb..d6e4d1d91ea 100644 --- a/src/mame/machine/atarigen.h +++ b/src/mame/machine/atarigen.h @@ -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