mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Merge pull request #5032 from cam900/patch-94
namco_c355spr.cpp : Fix crash
This commit is contained in:
commit
17eaa15deb
@ -194,7 +194,7 @@ void namco_c355spr_device::device_start()
|
|||||||
gfx_layout obj_layout =
|
gfx_layout obj_layout =
|
||||||
{
|
{
|
||||||
16,16,
|
16,16,
|
||||||
RGN_FRAC(1,1),
|
0,
|
||||||
8, /* bits per pixel */
|
8, /* bits per pixel */
|
||||||
{ STEP8(0,1) },
|
{ STEP8(0,1) },
|
||||||
{ STEP16(0,8) },
|
{ STEP16(0,8) },
|
||||||
|
Loading…
Reference in New Issue
Block a user