summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/mc10/mcx128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/mc10/mcx128.cpp')
-rw-r--r--src/devices/bus/mc10/mcx128.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/mc10/mcx128.cpp b/src/devices/bus/mc10/mcx128.cpp
index cc004e68eec..d507ad612c5 100644
--- a/src/devices/bus/mc10/mcx128.cpp
+++ b/src/devices/bus/mc10/mcx128.cpp
@@ -101,8 +101,8 @@ private:
memory_share_creator<u8> m_share;
memory_view m_view;
memory_bank_array_creator<8> m_bank;
- uint8_t ram_bank_cr = 0;
- uint8_t rom_map_cr = 0;
+ uint8_t ram_bank_cr;
+ uint8_t rom_map_cr;
void update_banks();