summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/comx_ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/comx_ram.h')
-rw-r--r--src/mess/machine/comx_ram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/comx_ram.h b/src/mess/machine/comx_ram.h
index 805677cb1c7..95b86205f41 100644
--- a/src/mess/machine/comx_ram.h
+++ b/src/mess/machine/comx_ram.h
@@ -44,7 +44,7 @@ protected:
private:
optional_shared_ptr<UINT8> m_ram;
-
+
int m_bank;
};