diff --git a/src/mame/drivers/hitpoker.cpp b/src/mame/drivers/hitpoker.cpp index bc22a8888b7..ddab3fe1dec 100644 --- a/src/mame/drivers/hitpoker.cpp +++ b/src/mame/drivers/hitpoker.cpp @@ -100,7 +100,7 @@ private: void hitpoker_state::video_start() { - m_videoram = std::make_unique(0x35ff); + m_videoram = std::make_unique(0x3600); m_paletteram = std::make_unique(0x1000); m_colorram = std::make_unique(0x2000); }