diff --git a/src/mame/video/exidy.c b/src/mame/video/exidy.c index 449b44ed1d6..2de6f9256ee 100644 --- a/src/mame/video/exidy.c +++ b/src/mame/video/exidy.c @@ -280,7 +280,6 @@ static TIMER_CALLBACK( collision_irq_callback ) { /* latch the collision bits */ latch_condition(param); -popmessage("Collision %02X", param); /* set the IRQ line */ cpunum_set_input_line(0, 0, ASSERT_LINE);