summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-01-26 17:51:22 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-01-26 17:51:22 -0500
commit6d5e014a6ff46431b52af9295fd05f1827f1d22d (patch)
tree7b0e40aad3f076320e9bcf81381a4282787fc3eb
parent26167fcc26ae9482ae850fc657bc9540dd80390e (diff)
mac128.cpp: Fix build (nw)
-rw-r--r--src/mame/drivers/mac128.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mac128.cpp b/src/mame/drivers/mac128.cpp
index 700d0439007..59d19444d38 100644
--- a/src/mame/drivers/mac128.cpp
+++ b/src/mame/drivers/mac128.cpp
@@ -110,7 +110,7 @@ c0 8 data bits, Rx disabled
#define SCC_TAG "scc"
#define C7M (15.6672_MHz_XTAL / 2)
-#define C3_7M (15.6672_MHz_XTAL / 4)
+#define C3_7M (15.6672_MHz_XTAL / 4).value()
// uncomment to run i8021 keyboard in original Mac/512(e)/Plus
//#define MAC_USE_EMULATED_KBD (1)