mac128.cpp: Fix build (nw)

This commit is contained in:
AJR 2019-01-26 17:51:22 -05:00
parent 26167fcc26
commit 6d5e014a6f

View File

@ -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)