From 6d5e014a6ff46431b52af9295fd05f1827f1d22d Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 26 Jan 2019 17:51:22 -0500 Subject: mac128.cpp: Fix build (nw) --- src/mame/drivers/mac128.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3