summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc65271.h
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2021-06-01 18:22:39 -0400
committer GitHub <noreply@github.com>2021-06-01 18:22:39 -0400
commit7a262b51b69d06c96b165ca23e50b565bfa38054 (patch)
tree99f26bf779c5d97304638387afa61abed20fcfbe /src/devices/machine/rtc65271.h
parent57ea2eb1b51bf938171f193de65852c5b76a9526 (diff)
parent32fbe7135f0bc08ec881457d6c7988ed43b2e697 (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.h2
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