From 1a301849034da9956b893453acce8e0f9168e150 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sun, 16 Sep 2012 05:24:30 +0000 Subject: Final round of struct/union/enum normalization. --- src/mess/machine/kay_kbd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mess/machine/kay_kbd.c') diff --git a/src/mess/machine/kay_kbd.c b/src/mess/machine/kay_kbd.c index fef580f2b29..1a12077e8a0 100644 --- a/src/mess/machine/kay_kbd.c +++ b/src/mess/machine/kay_kbd.c @@ -64,7 +64,7 @@ * - "Keypad ," is not mapped */ -typedef struct _kay_kbd_t +struct kay_kbd_t { device_t *beeper; UINT8 buff[16]; @@ -78,7 +78,7 @@ typedef struct _kay_kbd_t int key; int repeat; int repeater; -} kay_kbd_t; +}; INPUT_PORTS_START( kay_kbd ) PORT_START("ROW0") -- cgit v1.2.3-70-g09d2