summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/ef9340_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/ef9340_1.c')
-rw-r--r--src/emu/video/ef9340_1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/video/ef9340_1.c b/src/emu/video/ef9340_1.c
index 25b65a23e7e..3001c5af9b5 100644
--- a/src/emu/video/ef9340_1.c
+++ b/src/emu/video/ef9340_1.c
@@ -17,7 +17,7 @@ const device_type EF9340_1 = &device_creator<ef9340_1_device>;
static const UINT8 bgr2rgb[8] =
{
- 0x00, 0x04, 0x02, 0x06, 0x01, 0x05, 0x03, 0x07
+ 0x00, 0x04, 0x02, 0x06, 0x01, 0x05, 0x03, 0x07
};
@@ -390,4 +390,3 @@ void ef9340_1_device::ef9340_scanline(int vpos)
}
}
}
-