summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/unior.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/unior.c')
-rw-r--r--src/mess/drivers/unior.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/drivers/unior.c b/src/mess/drivers/unior.c
index 8e351995e67..59ec4588b96 100644
--- a/src/mess/drivers/unior.c
+++ b/src/mess/drivers/unior.c
@@ -298,15 +298,15 @@ UINT32 unior_state::screen_update_unior(screen_device &screen, bitmap_ind16 &bit
/* F4 Character Displayer */
static const gfx_layout unior_charlayout =
{
- 8, 8, /* 8 x 8 characters */
- 256, /* 256 characters */
- 1, /* 1 bits per pixel */
- { 0 }, /* no bitplanes */
+ 8, 8, /* 8 x 8 characters */
+ 256, /* 256 characters */
+ 1, /* 1 bits per pixel */
+ { 0 }, /* no bitplanes */
/* x offsets */
{ 0, 1, 2, 3, 4, 5, 6, 7 },
/* y offsets */
{ 0*8, 1*8, 2*8, 3*8, 4*8, 5*8, 6*8, 7*8 },
- 8*8 /* every char takes 8 bytes */
+ 8*8 /* every char takes 8 bytes */
};
static GFXDECODE_START( unior )