diff options
Diffstat (limited to 'src/devices/imagedev/bitbngr.cpp')
-rw-r--r-- | src/devices/imagedev/bitbngr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/bitbngr.cpp b/src/devices/imagedev/bitbngr.cpp index 40cd8f70306..2abc4b4d5cc 100644 --- a/src/devices/imagedev/bitbngr.cpp +++ b/src/devices/imagedev/bitbngr.cpp @@ -74,7 +74,7 @@ void bitbanger_device::device_start(void) void bitbanger_device::device_config_complete(void) { - update_names(BITBANGER, "bitbngr", "bitb"); + update_names(); } |