summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seibuspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seibuspi.c')
-rw-r--r--src/mame/drivers/seibuspi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/seibuspi.c b/src/mame/drivers/seibuspi.c
index 7a6e402e2a2..e1f0b0e5fde 100644
--- a/src/mame/drivers/seibuspi.c
+++ b/src/mame/drivers/seibuspi.c
@@ -2205,12 +2205,12 @@ static DRIVER_INIT( sys386f2 )
int i, j;
UINT16 *src = (UINT16 *)memory_region(machine, "gfx3");
UINT16 tmp[0x40 / 2], Offset;
-
+
// sprite_reorder() only
for(i = 0; i < memory_region_length(machine, "gfx3") / 0x40; i++)
{
memcpy(tmp, src, 0x40);
-
+
for(j = 0; j < 0x40 / 2; j++)
{
Offset = (j >> 1) | (j << 4 & 0x10);