summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2016-06-09 22:01:47 +0300
committer Curt Coder <curtcoder@mail.com>2016-06-09 22:01:55 +0300
commite2d16ce711f946dd69c29dd2b66aa0671af70f6f (patch)
treea07c5ded686cf23f4ebc10d47fda05982e60f810 /src/mame
parentf903e7a4f4dbf2947d3c5efb19b7f5167caed232 (diff)
abc80x: Fixed character width regression from 876c07fbf59d001ba5312239782b792b6ac65a1b. (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/includes/abc80x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/abc80x.h b/src/mame/includes/abc80x.h
index da86422f50d..f4235dd7864 100644
--- a/src/mame/includes/abc80x.h
+++ b/src/mame/includes/abc80x.h
@@ -42,7 +42,7 @@
#define ABC806_ATTR_RAM_SIZE 0x800
#define ABC806_VIDEO_RAM_SIZE 0x20000
-#define ABC800_CHAR_WIDTH 12
+#define ABC800_CHAR_WIDTH 6
#define ABC800_CCLK ABC800_X01/ABC800_CHAR_WIDTH
#define SCREEN_TAG "screen"