diff options
author | 2012-09-15 21:47:30 +0000 | |
---|---|---|
committer | 2012-09-15 21:47:30 +0000 | |
commit | ab97dc30efdd5cc1abf8c65b8ce29af364219167 (patch) | |
tree | 5ab46b3c21f6e0e4173a79a4151e019b3f2dc17e /src/mess/machine/null_modem.c | |
parent | d1da89cc7817315f05269205a3f56d36ebba170b (diff) |
First pass at modernizing struct definitions.
Diffstat (limited to 'src/mess/machine/null_modem.c')
-rw-r--r-- | src/mess/machine/null_modem.c | 2 |
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, |