summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/null_modem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/null_modem.c')
-rw-r--r--src/mess/machine/null_modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/null_modem.c b/src/mess/machine/null_modem.c
index 4e2d7a6d0fe..c11bcf71da3 100644
--- a/src/mess/machine/null_modem.c
+++ b/src/mess/machine/null_modem.c
@@ -9,7 +9,7 @@ null_modem_device::null_modem_device(const machine_config &mconfig, const char *
{
}
-static struct _bitbanger_config null_modem_image_config =
+static bitbanger_config null_modem_image_config =
{
DEVCB_DEVICE_LINE_MEMBER(DEVICE_SELF_OWNER, null_modem_device, read),
BITBANGER_MODEM,