summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/internal/werom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/internal/werom.h')
-rw-r--r--src/devices/bus/bbc/internal/werom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/internal/werom.h b/src/devices/bus/bbc/internal/werom.h
index 12c7e51febe..4e95ba120d8 100644
--- a/src/devices/bus/bbc/internal/werom.h
+++ b/src/devices/bus/bbc/internal/werom.h
@@ -37,7 +37,7 @@ protected:
virtual bool overrides_rom() override { return true; }
virtual void romsel_w(offs_t offset, uint8_t data) override { m_romsel = data & 0x0f; }
- uint8_t m_romsel = 0;
+ uint8_t m_romsel;
};