Merge pull request #4451 from cam900/patch-73

speglsht.cpp : Typo
This commit is contained in:
R. Belmont 2019-01-01 17:20:23 -05:00 committed by GitHub
commit a597bf563b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,7 +368,7 @@ MACHINE_RESET_MEMBER(speglsht_state,speglsht)
VIDEO_START_MEMBER(speglsht_state,speglsht)
{
m_bitmap = std::make_unique<bitmap_ind16>(512, 5122 );
m_bitmap = std::make_unique<bitmap_ind16>(512, 512);
// VIDEO_START_CALL_MEMBER(st0016);
}