mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
Fixed debug build. (nw)
This commit is contained in:
parent
336cddc752
commit
c8b7ff0797
@ -1134,7 +1134,6 @@ WRITE8_MEMBER( ppu2c0x_device::write )
|
|||||||
#ifdef MAME_DEBUG
|
#ifdef MAME_DEBUG
|
||||||
if (m_scanline <= PPU_BOTTOM_VISIBLE_SCANLINE)
|
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());
|
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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user