summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/epnick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/epnick.c')
-rw-r--r--src/mess/video/epnick.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/video/epnick.c b/src/mess/video/epnick.c
index d020401c922..5bd81760def 100644
--- a/src/mess/video/epnick.c
+++ b/src/mess/video/epnick.c
@@ -43,7 +43,7 @@
/* Nick executes a Display list, in the form of a list of Line Parameter
Tables, this is the form of the data */
-struct LPT_ENTRY
+struct LPT_ENTRY
{
unsigned char SC; /* scanlines in this modeline (two's complement) */
unsigned char MB; /* the MODEBYTE (defines video display mode) */
@@ -56,7 +56,7 @@ struct LPT_ENTRY
unsigned char COL[8]; /* COL0..COL7 */
};
-struct NICK_STATE
+struct NICK_STATE
{
/* horizontal position */
unsigned char HorizontalClockCount;