summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/wangpc_emb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/wangpc_emb.c')
-rw-r--r--src/mess/machine/wangpc_emb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/machine/wangpc_emb.c b/src/mess/machine/wangpc_emb.c
index 50f919f17dd..764c79df333 100644
--- a/src/mess/machine/wangpc_emb.c
+++ b/src/mess/machine/wangpc_emb.c
@@ -17,13 +17,13 @@
#define LOG 0
-#define OPTION_ID 0x3f
+#define OPTION_ID 0x3f
-#define RAM_SIZE 0x40000
+#define RAM_SIZE 0x40000
-#define A19_A18_A17 ((offset >> 16) & 0x07)
-#define BASE(bank) ((m_option >> (bank * 4)) & 0x07)
-#define ENABLE(bank) BIT(m_option, (bank * 4) + 3)
+#define A19_A18_A17 ((offset >> 16) & 0x07)
+#define BASE(bank) ((m_option >> (bank * 4)) & 0x07)
+#define ENABLE(bank) BIT(m_option, (bank * 4) + 3)
#define RAM_BANK(bank) m_ram[(bank * 0x10000) | (offset & 0xffff)]