summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/pc_aga.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
commita440a8e0200a36491ae540f6f00beae59c148549 (patch)
treeb4c31ebadaa2857396c37178674086420bf1658f /src/mess/video/pc_aga.c
parent4b0b4e6b2fa7eb5105859f561354662d479f53be (diff)
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/mess/video/pc_aga.c')
-rw-r--r--src/mess/video/pc_aga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/pc_aga.c b/src/mess/video/pc_aga.c
index 723b16e56c2..7205a7ffa7e 100644
--- a/src/mess/video/pc_aga.c
+++ b/src/mess/video/pc_aga.c
@@ -31,7 +31,7 @@ static VIDEO_START( pc200 );
static MC6845_INTERFACE( mc6845_aga_intf )
{
AGA_SCREEN_NAME, /* screen number */
- false, /* show border area */
+ false, /* show border area */
8, /* numbers of pixels per video memory address */
NULL, /* begin_update */
aga_update_row, /* update_row */