From 78b22c92646b7c5c0578d9c6b8f7da9bcfb9dbcf Mon Sep 17 00:00:00 2001 From: angelosa Date: Thu, 12 May 2016 00:32:51 +0200 Subject: [PATCH] Fix compile for SNES_LAYER_DEBUG, nw --- src/devices/video/snes_ppu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/video/snes_ppu.h b/src/devices/video/snes_ppu.h index 68634c5db60..5305b5f800d 100644 --- a/src/devices/video/snes_ppu.h +++ b/src/devices/video/snes_ppu.h @@ -180,6 +180,7 @@ public: UINT8 select_pri[5]; }; struct DEBUGOPTS m_debug_options; + UINT8 dbg_video( UINT16 curline ); #endif UINT8 m_mosaic_size;