summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/novagbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/novagbase.h')
-rw-r--r--src/mame/includes/novagbase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/novagbase.h b/src/mame/includes/novagbase.h
index 1acf9c51005..9bbefb01c45 100644
--- a/src/mame/includes/novagbase.h
+++ b/src/mame/includes/novagbase.h
@@ -17,7 +17,6 @@ public:
m_maincpu(*this, "maincpu"),
m_beeper(*this, "beeper"),
m_lcd(*this, "hd44780"),
- m_nvram(*this, "nvram"),
m_inp_matrix(*this, "IN.%u", 0),
m_display_wait(33),
m_display_maxy(1),
@@ -28,7 +27,6 @@ public:
required_device<cpu_device> m_maincpu;
optional_device<beep_device> m_beeper;
optional_device<hd44780_device> m_lcd;
- optional_shared_ptr<uint8_t> m_nvram;
optional_ioport_array<8> m_inp_matrix; // max 8
// misc common