summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/bitbngr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/imagedev/bitbngr.c')
-rw-r--r--src/emu/imagedev/bitbngr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/imagedev/bitbngr.c b/src/emu/imagedev/bitbngr.c
index 23ec4779caa..05a8162e449 100644
--- a/src/emu/imagedev/bitbngr.c
+++ b/src/emu/imagedev/bitbngr.c
@@ -331,10 +331,10 @@ void bitbanger_device::device_start(void)
void bitbanger_device::device_config_complete(void)
{
- const _bitbanger_config *intf = reinterpret_cast<const _bitbanger_config *>(static_config());
+ const bitbanger_config *intf = reinterpret_cast<const bitbanger_config *>(static_config());
if(intf != NULL)
{
- *static_cast<_bitbanger_config *>(this) = *intf;
+ *static_cast<bitbanger_config *>(this) = *intf;
}
else
{