diff options
author | 2021-06-01 18:22:39 -0400 | |
---|---|---|
committer | 2021-06-01 18:22:39 -0400 | |
commit | 7a262b51b69d06c96b165ca23e50b565bfa38054 (patch) | |
tree | 99f26bf779c5d97304638387afa61abed20fcfbe /src/devices/machine/rtc65271.h | |
parent | 57ea2eb1b51bf938171f193de65852c5b76a9526 (diff) | |
parent | 32fbe7135f0bc08ec881457d6c7988ed43b2e697 (diff) |
Merge pull request #8016 from 987123879113/add_default_nvram_rtc65271
rtc65271, firebeat: Add way to use default data for nvram initialization
Diffstat (limited to 'src/devices/machine/rtc65271.h')
-rw-r--r-- | src/devices/machine/rtc65271.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/rtc65271.h b/src/devices/machine/rtc65271.h index 151344d6e7c..e249491cf48 100644 --- a/src/devices/machine/rtc65271.h +++ b/src/devices/machine/rtc65271.h @@ -63,6 +63,8 @@ private: /* callback called when interrupt pin state changes (may be nullptr) */ devcb_write_line m_interrupt_cb; + + optional_region_ptr<u8> m_default_data; }; // device type definition |