summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/cxhumax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/cxhumax.h')
-rw-r--r--src/mess/includes/cxhumax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/cxhumax.h b/src/mess/includes/cxhumax.h
index d00fe40f37b..ca5da0d57b8 100644
--- a/src/mess/includes/cxhumax.h
+++ b/src/mess/includes/cxhumax.h
@@ -9,7 +9,7 @@
#define MAX_CX_TIMERS 16
-struct cx_timer_t
+struct cx_timer_t
{
UINT32 value;
UINT32 limit;
@@ -18,7 +18,7 @@ struct cx_timer_t
emu_timer *timer;
};
-struct cx_timer_regs_t
+struct cx_timer_regs_t
{
cx_timer_t timer[MAX_CX_TIMERS];
UINT32 timer_irq;