summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/gmaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/gmaster.h')
-rw-r--r--src/mess/includes/gmaster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/gmaster.h b/src/mess/includes/gmaster.h
index f1d5a91d166..1f1b5960a08 100644
--- a/src/mess/includes/gmaster.h
+++ b/src/mess/includes/gmaster.h
@@ -1,7 +1,7 @@
#ifndef __GMASTER_H__
#define __GMASTER_H__
-struct GMASTER_VIDEO
+struct GMASTER_VIDEO
{
UINT8 data[8];
int index;
@@ -11,7 +11,7 @@ struct GMASTER_VIDEO
UINT8 pixels[8][64/*>=62 sure*/];
};
-struct GMASTER_MACHINE
+struct GMASTER_MACHINE
{
UINT8 ports[5];
};