From c9ab4186a965911843ee4aff20bbf339d77add49 Mon Sep 17 00:00:00 2001 From: cam900 Date: Tue, 1 Jan 2019 19:09:41 +0900 Subject: [PATCH] speglsht.cpp : Typo --- src/mame/drivers/speglsht.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/speglsht.cpp b/src/mame/drivers/speglsht.cpp index 1f380450be4..6fdcc06bde5 100644 --- a/src/mame/drivers/speglsht.cpp +++ b/src/mame/drivers/speglsht.cpp @@ -368,7 +368,7 @@ MACHINE_RESET_MEMBER(speglsht_state,speglsht) VIDEO_START_MEMBER(speglsht_state,speglsht) { - m_bitmap = std::make_unique(512, 5122 ); + m_bitmap = std::make_unique(512, 512); // VIDEO_START_CALL_MEMBER(st0016); }