summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/indiana.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/indiana.c')
-rw-r--r--src/mess/drivers/indiana.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/drivers/indiana.c b/src/mess/drivers/indiana.c
index 20c7b54b942..3e8ae19b929 100644
--- a/src/mess/drivers/indiana.c
+++ b/src/mess/drivers/indiana.c
@@ -54,15 +54,15 @@ void indiana_state::machine_reset()
/* F4 Character Displayer */
static const gfx_layout indiana_charlayout =
{
- 8, 16, /* 8 x 16 characters */
- 128, /* 128 characters */
- 1, /* 1 bits per pixel */
- { 0 }, /* no bitplanes */
+ 8, 16, /* 8 x 16 characters */
+ 128, /* 128 characters */
+ 1, /* 1 bits per pixel */
+ { 0 }, /* no bitplanes */
/* x offsets */
{ 0, 1, 2, 3, 4, 5, 6, 7 },
/* y offsets */
{ 3*8, 2*8, 1*8, 0*8, 7*8, 6*8, 5*8, 4*8, 11*8, 10*8, 9*8, 8*8, 15*8, 14*8, 13*8, 12*8 },
- 8*16 /* every char takes 16 bytes */
+ 8*16 /* every char takes 16 bytes */
};
static GFXDECODE_START( indiana )