mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
terminal: lower beeper volume (nw)
This commit is contained in:
parent
98b7bb5848
commit
fe180e599c
@ -116,7 +116,7 @@ static const uint8_t terminal_font[256*16] =
|
||||
0x00, 0x02, 0x02, 0x7a, 0x86, 0x82, 0x86, 0x7a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7c, 0x82, 0xfe, 0x80, 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x1c, 0x22, 0x20, 0xf8, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7c, 0x84, 0x84, 0x7c, 0x04, 0x84, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,//g
|
||||
0x00, 0x00, 0x00, 0x7c, 0x84, 0x84, 0x7c, 0x04, 0x84, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x80, 0x80, 0xbc, 0xc2, 0x82, 0x82, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x10, 0x00, 0x30, 0x10, 0x10, 0x10, 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x04, 0x00, 0x04, 0x04, 0x04, 0x04, 0x84, 0x84, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
@ -339,7 +339,7 @@ MACHINE_CONFIG_MEMBER( generic_terminal_device::device_add_mconfig )
|
||||
|
||||
MCFG_SPEAKER_STANDARD_MONO("bell")
|
||||
MCFG_SOUND_ADD("beeper", BEEP, 2'000)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "bell", 0.50)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "bell", 0.25)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
void generic_terminal_device::device_start()
|
||||
|
Loading…
Reference in New Issue
Block a user