Fixed debug build. (nw)

This commit is contained in:
Curt Coder 2012-01-23 18:32:53 +00:00
parent 336cddc752
commit c8b7ff0797

View File

@ -1134,7 +1134,6 @@ WRITE8_MEMBER( ppu2c0x_device::write )
#ifdef MAME_DEBUG
if (m_scanline <= PPU_BOTTOM_VISIBLE_SCANLINE)
{
screen_device *screen = device->machine().primary_screen;
logerror("PPU register %d write %02x during non-vblank scanline %d (MAME %d, beam pos: %d)\n", offset, data, m_scanline, m_screen->vpos(), m_screen->hpos());
}
#endif