summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/upd7002.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/upd7002.h')
-rw-r--r--src/mess/machine/upd7002.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/upd7002.h b/src/mess/machine/upd7002.h
index 82b7cc1eacb..4d93d0344eb 100644
--- a/src/mess/machine/upd7002.h
+++ b/src/mess/machine/upd7002.h
@@ -47,8 +47,7 @@ typedef void (*uPD7002_eoc_func)(device_t *device, int data);
#define UPD7002_EOC(name) void name(device_t *device, int data )
-typedef struct _uPD7002_interface uPD7002_interface;
-struct _uPD7002_interface
+struct uPD7002_interface
{
uPD7002_get_analogue_func get_analogue_func;
uPD7002_eoc_func EOC_func;