diff options
author | 2016-05-12 00:32:51 +0200 | |
---|---|---|
committer | 2016-05-12 00:32:51 +0200 | |
commit | 78b22c92646b7c5c0578d9c6b8f7da9bcfb9dbcf (patch) | |
tree | 0cf20d9a85ddb513472f3463b0922365c182b03f /src/devices/video/snes_ppu.h | |
parent | 0f4756ce12917531332084ec94c5bfcf7f6a0e00 (diff) |
Fix compile for SNES_LAYER_DEBUG, nw
Diffstat (limited to 'src/devices/video/snes_ppu.h')
-rw-r--r-- | src/devices/video/snes_ppu.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |