speglsht.cpp : Typo

This commit is contained in:
cam900 2019-01-01 19:09:41 +09:00 committed by GitHub
parent 0e036c6b78
commit c9ab4186a9
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);
}