summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/pet/cb2snd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/pet/cb2snd.c')
-rw-r--r--src/emu/bus/pet/cb2snd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/bus/pet/cb2snd.c b/src/emu/bus/pet/cb2snd.c
index b9e916b0e49..0ff4659a24c 100644
--- a/src/emu/bus/pet/cb2snd.c
+++ b/src/emu/bus/pet/cb2snd.c
@@ -65,4 +65,3 @@ DECLARE_WRITE_LINE_MEMBER( pet_userport_cb2_sound_device::input_m )
{
m_dac->write_unsigned8(state ? 0xff : 0x00);
}
-