mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
commit
a597bf563b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user