From 3ad77eae8a3c541fd02ece252ef56a6d9e3e2a49 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 2 Mar 2017 20:01:17 -0500 Subject: Image instance name refactoring and bug fixing (nw) - update_names no longer takes arguments; the device type can be obtained easily, and the custom instance names are now overrides. Devices might not need to explicitly call update_names in the future. - Fix the frontend crash/assert failure resulting from instance names not being generated properly. --- src/devices/imagedev/bitbngr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/imagedev/bitbngr.cpp') 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(); } -- cgit v1.2.3-70-g09d2