From e2d16ce711f946dd69c29dd2b66aa0671af70f6f Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Thu, 9 Jun 2016 22:01:47 +0300 Subject: [PATCH] abc80x: Fixed character width regression from 876c07fbf59d001ba5312239782b792b6ac65a1b. (nw) --- src/mame/includes/abc80x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"