summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nsmpoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nsmpoker.cpp')
-rw-r--r--src/mame/drivers/nsmpoker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/nsmpoker.cpp b/src/mame/drivers/nsmpoker.cpp
index 5e37cfa247c..823ee38b70e 100644
--- a/src/mame/drivers/nsmpoker.cpp
+++ b/src/mame/drivers/nsmpoker.cpp
@@ -81,7 +81,6 @@ public:
tilemap_t *m_bg_tilemap;
DECLARE_WRITE8_MEMBER(nsmpoker_videoram_w);
DECLARE_WRITE8_MEMBER(nsmpoker_colorram_w);
- DECLARE_WRITE8_MEMBER(debug_w);
DECLARE_READ8_MEMBER(debug_r);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start() override;