summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/kb_keytro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/kb_keytro.c')
-rw-r--r--src/mess/machine/kb_keytro.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/kb_keytro.c b/src/mess/machine/kb_keytro.c
index 235552fdb78..8af63d54735 100644
--- a/src/mess/machine/kb_keytro.c
+++ b/src/mess/machine/kb_keytro.c
@@ -81,8 +81,7 @@ are attached to two switches. The keys appear twice in the keyboard matrix.
TYPE DEFINITIONS
***************************************************************************/
-typedef struct _kb_keytr_state kb_keytr_state;
-struct _kb_keytr_state
+struct kb_keytr_state
{
device_t *cpu;