summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hitpoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hitpoker.cpp')
-rw-r--r--src/mame/drivers/hitpoker.cpp2
1 files changed, 1 insertions, 1 deletions
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<uint8_t[]>(0x35ff);
+ m_videoram = std::make_unique<uint8_t[]>(0x3600);
m_paletteram = std::make_unique<uint8_t[]>(0x1000);
m_colorram = std::make_unique<uint8_t[]>(0x2000);
}