diff options
author | 2012-09-15 22:30:30 +0000 | |
---|---|---|
committer | 2012-09-15 22:30:30 +0000 | |
commit | cff1004165c7026532c4809099d4ebca31643cd5 (patch) | |
tree | 745dd217242b32aa6421431ed8bc6271a699f756 /src/emu/machine/v3021.h | |
parent | 000f9d27eddb3edde72bc289d9d0a9ed678f6fbb (diff) |
Pass 2 of struct modernization.
Diffstat (limited to 'src/emu/machine/v3021.h')
-rw-r--r-- | src/emu/machine/v3021.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |