summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/macrtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/macrtc.c')
-rw-r--r--src/mess/machine/macrtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/macrtc.c b/src/mess/machine/macrtc.c
index bedb38ae137..691110a9264 100644
--- a/src/mess/machine/macrtc.c
+++ b/src/mess/machine/macrtc.c
@@ -2,11 +2,11 @@
macrtc.c - the real-time clock & NVRAM chip used in early 680x0 Macs,
Apple part numbers 343-0040 (original) and 343-0042 (with extended PRAM)
-
+
The IIgs has this chip also, but the VGC contains a relatively
sophisticated logic block that offloads the low-level serial comms
from the CPU, which makes it look quite different to software.
-
+
***************************************************************************/
#include "emu.h"