summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/exp.h')
-rw-r--r--src/devices/bus/c64/exp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/c64/exp.h b/src/devices/bus/c64/exp.h
index 29e79fb1ff8..ed0beb8caa2 100644
--- a/src/devices/bus/c64/exp.h
+++ b/src/devices/bus/c64/exp.h
@@ -153,6 +153,9 @@ protected:
std::unique_ptr<uint8_t[]> m_romx;
std::unique_ptr<uint8_t[]> m_nvram;
+ uint32_t m_roml_size;
+ uint32_t m_romh_size;
+
int m_game;
int m_exrom;