Add definition for one rather well-known XTAL (nw)

This commit is contained in:
AJR 2019-01-24 22:22:12 -05:00
parent d4b0de74a6
commit 208fe4e4fa
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#define VERBOSE_MDA 0 /* MDA (Monochrome Display Adapter) */
#define MDA_CLOCK 16257000
#define MDA_CLOCK 16.257_MHz_XTAL
#define MDA_LOG(N,M,A) \
do { \

View File

@ -220,6 +220,7 @@ const double XTAL::known_xtals[] = {
16'000'000, /* 16_MHz_XTAL Extremely common, used on 100's of PCBs */
16'097'280, /* 16.09728_MHz_XTAL DEC VT240 (1024 * 262 * 60) */
16'128'000, /* 16.128_MHz_XTAL Fujitsu FM-7 */
16'257'000, /* 16.257_MHz_XTAL IBM Monochrome Display Adapter */
16'364'000, /* 16.364_MHz_XTAL Corvus Concept */
16'384'000, /* 16.384_MHz_XTAL - */
16'400'000, /* 16.4_MHz_XTAL MS 6102 */