mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
nvram: Fix regression related to 6d6ecf46b1
This commit is contained in:
parent
96a027adf1
commit
c64c8a225b
@ -57,7 +57,6 @@ protected:
|
||||
virtual void nvram_default() override;
|
||||
virtual bool nvram_read(util::read_stream &file) override;
|
||||
virtual bool nvram_write(util::write_stream &file) override;
|
||||
virtual bool nvram_can_write() override { return m_base && m_length; }
|
||||
|
||||
// internal helpers
|
||||
void determine_final_base();
|
||||
|
Loading…
Reference in New Issue
Block a user