summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/rvoice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/rvoice.c')
-rw-r--r--src/mess/drivers/rvoice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/rvoice.c b/src/mess/drivers/rvoice.c
index 92e36b2955c..cf165b32f1c 100644
--- a/src/mess/drivers/rvoice.c
+++ b/src/mess/drivers/rvoice.c
@@ -18,7 +18,7 @@
/* Components */
-struct hd63701y0_t
+struct hd63701y0_t
{
UINT8 data[8];
UINT8 P1DDR;
@@ -57,7 +57,7 @@ struct hd63701y0_t
UINT8 P6CSR;
};
-struct rvoicepc_t
+struct rvoicepc_t
{
UINT8 data[8];
UINT8 port1;