mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
mac128.cpp: Fix build (nw)
This commit is contained in:
parent
26167fcc26
commit
6d5e014a6f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user