summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ssystem3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/ssystem3.h')
-rw-r--r--src/mess/includes/ssystem3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/ssystem3.h b/src/mess/includes/ssystem3.h
index 9cf33903358..41955981c84 100644
--- a/src/mess/includes/ssystem3.h
+++ b/src/mess/includes/ssystem3.h
@@ -8,7 +8,7 @@
#define SSYSTEM3_H_
-struct playfield_t
+struct playfield_t
{
int signal;
// int on;
@@ -26,7 +26,7 @@ struct playfield_t
} u;
};
-struct lcd_t
+struct lcd_t
{
UINT8 data[5];
int clock;