diff options
Diffstat (limited to 'src/devices/machine/terminal.cpp')
-rw-r--r-- | src/devices/machine/terminal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/terminal.cpp b/src/devices/machine/terminal.cpp index 7ef680e9f6c..df13e3e402a 100644 --- a/src/devices/machine/terminal.cpp +++ b/src/devices/machine/terminal.cpp @@ -338,7 +338,7 @@ MACHINE_CONFIG_START(generic_terminal_device::device_add_mconfig) MCFG_GENERIC_KEYBOARD_CB(PUT(generic_terminal_device, kbd_put)) MCFG_SPEAKER_STANDARD_MONO("bell") - MCFG_SOUND_ADD("beeper", BEEP, 2'000) + MCFG_DEVICE_ADD("beeper", BEEP, 2'000) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "bell", 0.25) MACHINE_CONFIG_END |