mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
Add definition for one rather well-known XTAL (nw)
This commit is contained in:
parent
d4b0de74a6
commit
208fe4e4fa
@ -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 { \
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user