summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/68681.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/68681.c')
-rw-r--r--src/emu/machine/68681.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/68681.c b/src/emu/machine/68681.c
index 45ecfa325bf..8257d562294 100644
--- a/src/emu/machine/68681.c
+++ b/src/emu/machine/68681.c
@@ -44,7 +44,7 @@ static const char *const duart68681_reg_write_names[0x10] =
#define RX_FIFO_SIZE 3
-struct DUART68681_CHANNEL
+struct DUART68681_CHANNEL
{
/* Registers */
UINT8 CR; /* Command register */
@@ -72,7 +72,7 @@ struct DUART68681_CHANNEL
};
-struct duart68681_state
+struct duart68681_state
{
/* device */
device_t *device;