From cff1004165c7026532c4809099d4ebca31643cd5 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 15 Sep 2012 22:30:30 +0000 Subject: Pass 2 of struct modernization. --- src/emu/machine/v3021.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/machine/v3021.h') diff --git a/src/emu/machine/v3021.h b/src/emu/machine/v3021.h index af826448fbd..e67d0d3eced 100644 --- a/src/emu/machine/v3021.h +++ b/src/emu/machine/v3021.h @@ -27,10 +27,10 @@ // TYPE DEFINITIONS //************************************************************************** -typedef struct +struct rtc_regs_t { UINT8 sec, min, hour, day, wday, month, year; -} rtc_regs_t; +}; // ======================> v3021_device -- cgit v1.2.3-70-g09d2