diff options
author | 2011-12-19 22:10:09 +0000 | |
---|---|---|
committer | 2011-12-19 22:10:09 +0000 | |
commit | 0600cd87ad5a74c3372b8a6c0d99ff58652a3c8c (patch) | |
tree | 97a30b89a0f4dfe97fd7ba5c6270bdbb27209469 /src/emu/machine/msm6242.h | |
parent | f42ef7592a2f1301fbe91651c85c646eca5ff07c (diff) |
Hooked up MSM6242 device to Super Kaneko Nova System [Angelo Salese]
Diffstat (limited to 'src/emu/machine/msm6242.h')
-rw-r--r-- | src/emu/machine/msm6242.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/machine/msm6242.h b/src/emu/machine/msm6242.h index bed9c6829ce..3addb6b9df9 100644 --- a/src/emu/machine/msm6242.h +++ b/src/emu/machine/msm6242.h @@ -33,7 +33,8 @@ struct _msm6242_interface typedef struct { - UINT8 sec, min, hour, day, wday, month, year; + UINT8 sec, min, hour, day, wday, month; + UINT16 year; } rtc_regs_t; |