summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vt100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vt100.cpp')
-rw-r--r--src/mame/drivers/vt100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vt100.cpp b/src/mame/drivers/vt100.cpp
index b31c3326608..a56fed96416 100644
--- a/src/mame/drivers/vt100.cpp
+++ b/src/mame/drivers/vt100.cpp
@@ -209,7 +209,7 @@ void vt100_state::vt100_io(address_map &map)
// 0xC2 Video processor DC011
map(0xc2, 0xc2).w(m_crtc, FUNC(vt100_video_device::dc011_w));
// 0xE2 Graphics port
- // map (0xe2, 0xe2)
+ // map(0xe2, 0xe2)
}
u8 vt100_state::printer_r(offs_t offset)