diff options
author | 2013-04-15 13:37:19 +0000 | |
---|---|---|
committer | 2013-04-15 13:37:19 +0000 | |
commit | 5a9bf9269c094466678e36607fffc77b4ecf7476 (patch) | |
tree | 16cad9d336b850b21af7adc2aeadd7c3015f0ef4 /src/emu/imagedev/bitbngr.c | |
parent | 210848fdade139a3a90050f9d40af2899148fe2f (diff) |
bitbngr: use bitbngr instead of prin on the command line (nw)
Diffstat (limited to 'src/emu/imagedev/bitbngr.c')
-rw-r--r-- | src/emu/imagedev/bitbngr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/imagedev/bitbngr.c b/src/emu/imagedev/bitbngr.c index e0cb96dbe52..fb7355647d6 100644 --- a/src/emu/imagedev/bitbngr.c +++ b/src/emu/imagedev/bitbngr.c @@ -343,7 +343,7 @@ void bitbanger_device::device_config_complete(void) m_default_baud = 0; m_default_tune = 0; } - update_names(); + update_names(BITBANGER, "bitbngr", ""); } |