summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-06-11 18:11:24 +0200
committer hap <happppp@users.noreply.github.com>2020-06-11 18:11:24 +0200
commit16bfe2560c94dce043d8d559b3a6fd659095e99a (patch)
treeb47d4051ffd935008adb25e536c0786e6386ebd2
parentb91507566d9466e7ec7b2e8d6b20c23ef1120922 (diff)
gah missed one (nw)
-rw-r--r--src/emu/dinvram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/dinvram.h b/src/emu/dinvram.h
index d098f7de345..65fd25d2578 100644
--- a/src/emu/dinvram.h
+++ b/src/emu/dinvram.h
@@ -37,7 +37,7 @@ public:
void nvram_reset() { nvram_default(); }
void nvram_load(emu_file &file) { nvram_read(file); }
void nvram_save(emu_file &file) { nvram_write(file); }
- bool nvram_can_save() { return nvram_pre_write(); }
+ bool nvram_can_save() { return nvram_can_write(); }
protected:
// derived class overrides