diff options
-rw-r--r-- | src/devices/machine/scn_pci.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/machine/scn_pci.cpp b/src/devices/machine/scn_pci.cpp index 2f34f1a9be5..73ef2590e66 100644 --- a/src/devices/machine/scn_pci.cpp +++ b/src/devices/machine/scn_pci.cpp @@ -40,6 +40,10 @@ registers are often mapped to separate addresses when placed on an Intel-type bus, like the MC6850 ACIA but with reads below writes. + The clock outputs have not been tested. The documentation for these is + not very descriptive, and the resynchronization of the RxC output in + 1X mode is more or less a conjecture. + ***************************************************************************/ #include "emu.h" |