summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/kc_ram.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mess/machine/kc_ram.h
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/machine/kc_ram.h')
-rw-r--r--src/mess/machine/kc_ram.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mess/machine/kc_ram.h b/src/mess/machine/kc_ram.h
index 3149c484e0a..e4edfdf830e 100644
--- a/src/mess/machine/kc_ram.h
+++ b/src/mess/machine/kc_ram.h
@@ -38,12 +38,12 @@ protected:
kcexp_slot_device *m_slot;
// internal state
- int m_mei; // module enable line
- UINT8 * m_ram;
- UINT8 m_enabled;
- UINT8 m_write_enabled;
- UINT16 m_base;
- UINT8 m_segment;
+ int m_mei; // module enable line
+ UINT8 * m_ram;
+ UINT8 m_enabled;
+ UINT8 m_write_enabled;
+ UINT16 m_base;
+ UINT8 m_segment;
private:
// internal helpers