devices/sound/asc.cpp: Remove debug message. [R. Belmont]

This commit is contained in:
arbee 2023-07-23 14:20:31 -04:00
parent 4df50ea208
commit d9f2803516

2
src/devices/sound/asc.cpp Normal file → Executable file
View file

@ -457,8 +457,6 @@ void asc_device::write(offs_t offset, uint8_t data)
{
if (m_regs[R_MODE-0x800] == 1)
{
if (m_fifo_cap_a >= 0x400) printf("Overflow FIFO A!\n");
m_fifo_a[m_fifo_a_wrptr++] = data;
m_fifo_cap_a++;