diff options
Diffstat (limited to 'src/mess/includes/spectrum.h')
-rw-r--r-- | src/mess/includes/spectrum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/spectrum.h b/src/mess/includes/spectrum.h index 5aa120b689b..c06f582ba88 100644 --- a/src/mess/includes/spectrum.h +++ b/src/mess/includes/spectrum.h @@ -51,7 +51,7 @@ #define TS2068_RIGHT_BORDER 96 /* Number of right hand border pixels */ #define TS2068_SCREEN_WIDTH (TS2068_LEFT_BORDER + TS2068_DISPLAY_XSIZE + TS2068_RIGHT_BORDER) -struct EVENT_LIST_ITEM +struct EVENT_LIST_ITEM { /* driver defined ID for this write */ int Event_ID; |