mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
devices/sound/asc.cpp: Remove debug message. [R. Belmont]
This commit is contained in:
parent
4df50ea208
commit
d9f2803516
1 changed files with 0 additions and 2 deletions
2
src/devices/sound/asc.cpp
Normal file → Executable file
2
src/devices/sound/asc.cpp
Normal file → Executable 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++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue