summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitotz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitotz.c')
-rw-r--r--src/mame/drivers/taitotz.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/taitotz.c b/src/mame/drivers/taitotz.c
index 986ceefd6ce..784764b70cf 100644
--- a/src/mame/drivers/taitotz.c
+++ b/src/mame/drivers/taitotz.c
@@ -373,7 +373,7 @@ struct taitotz_polydata
int specular_r, specular_g, specular_b;
};
-struct PLANE
+struct PLANE
{
float x, y, z, d;
};
@@ -2470,10 +2470,10 @@ static const tlcs900_interface taitotz_tlcs900_interface =
DEVCB_DRIVER_MEMBER(taitotz_state, tlcs900_port_write),
};
-static const ide_config ide_intf =
+static const ide_config ide_intf =
{
- ide_interrupt,
- NULL,
+ ide_interrupt,
+ NULL,
0
};