From eb843cc1d2c6b476393f30fcfe545614e8180d8b Mon Sep 17 00:00:00 2001 From: RobertoFresca Date: Sat, 23 Jul 2016 22:50:32 -0300 Subject: [PATCH] Fix typo... --- src/mame/drivers/tiamc1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/tiamc1.cpp b/src/mame/drivers/tiamc1.cpp index 407d9c8a7ae..a102b443d66 100644 --- a/src/mame/drivers/tiamc1.cpp +++ b/src/mame/drivers/tiamc1.cpp @@ -489,7 +489,7 @@ ROM_END or just some differences against the i8255. Needs more research. KR580VI53/i8253 timers usage: - 0 - used to blank part of display in horisontal direction, apparently it's CLK0 is PIXEL_CLOCK/4, GATE0 is HBlank, OUT0 - blank video + 0 - used to blank part of display in horizontal direction, apparently it's CLK0 is PIXEL_CLOCK/4, GATE0 is HBlank, OUT0 - blank video 1 - used to blank part of display in vertical direction, apparently it's CLK1 is HBlank or OUT0, GATE1 is VBlank, OUT1 - blank video 2 - sound generation */