summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k056800.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/k056800.c')
-rw-r--r--src/emu/sound/k056800.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emu/sound/k056800.c b/src/emu/sound/k056800.c
index df037f37e74..3c6b40005fe 100644
--- a/src/emu/sound/k056800.c
+++ b/src/emu/sound/k056800.c
@@ -141,7 +141,7 @@ static DEVICE_START( k056800 )
{
k056800_state *k056800 = k056800_get_safe_token(device);
const k056800_interface *intf = k056800_get_interface(device);
- attotime timer_period = attotime::from_hz(44100) * 128; // roughly 2.9us
+ attotime timer_period = attotime::from_hz(44100) * 128; // roughly 2.9us
k056800->irq_cb = intf->irq_cb;
@@ -198,5 +198,3 @@ void k056800_device::device_reset()
{
DEVICE_RESET_NAME( k056800 )(this);
}
-
-