summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/vtvideo.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-04-27 17:42:42 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-04-27 17:42:42 +0000
commit121359ecbca70ad940731af021a17631f4030ea1 (patch)
tree4cf003336a1889acc1f3a3607ba4d0f899304ee0 /src/mess/video/vtvideo.c
parent32f39026a174154159b7da84103156cd2603aad1 (diff)
(MESS) RAINBOW.C: IRQ priorities updated. Board revisions and add-on cards documented; rainbow100 renamed to rainbow100a. [Bavarese]
Diffstat (limited to 'src/mess/video/vtvideo.c')
-rw-r--r--src/mess/video/vtvideo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/video/vtvideo.c b/src/mess/video/vtvideo.c
index 3af930ec0ef..fcd11257b85 100644
--- a/src/mess/video/vtvideo.c
+++ b/src/mess/video/vtvideo.c
@@ -191,6 +191,7 @@ READ8_MEMBER( vt100_video_device::lba7_r )
WRITE8_MEMBER( vt100_video_device::dc012_w )
{
// TODO: writes to 10C/0C should be treated differently (emulation disables the watchdog too often).
+ // - see 3.1.3.9.5 DC012 Programming Information (PC-100 spec)
if (data == 0) // MHFU is disabled by writing 00 to port 010C.
{
//if (MHFU_FLAG == true)