summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author RobertoFresca <robbie@mamedev.org>2016-07-23 22:50:32 -0300
committer RobertoFresca <robbie@mamedev.org>2016-07-23 22:50:32 -0300
commiteb843cc1d2c6b476393f30fcfe545614e8180d8b (patch)
tree136ed923ed06e0fcc0aa895489082ea9e2746070
parentcb8c13000bc7ecee45b4dbc5ad0094fc2de14a2d (diff)
Fix typo...
-rw-r--r--src/mame/drivers/tiamc1.cpp2
1 files changed, 1 insertions, 1 deletions
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
*/