summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/gamecom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/gamecom.h')
-rw-r--r--src/mess/includes/gamecom.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/includes/gamecom.h b/src/mess/includes/gamecom.h
index a10b95567de..64725c648e3 100644
--- a/src/mess/includes/gamecom.h
+++ b/src/mess/includes/gamecom.h
@@ -149,7 +149,7 @@ enum
SM8521_SG1W15 = 0x7F
};
-struct GAMECOM_DMA
+struct GAMECOM_DMA
{
int enabled;
int transfer_mode;
@@ -182,7 +182,7 @@ struct GAMECOM_DMA
unsigned int dest_mask;
};
-struct GAMECOM_TIMER
+struct GAMECOM_TIMER
{
int enabled;
int state_count;
@@ -190,7 +190,7 @@ struct GAMECOM_TIMER
int check_value;
};
-struct gamecom_sound_t
+struct gamecom_sound_t
{
UINT8 sgc;
UINT8 sg0l;