misc/amstarz80.cpp: add gfx decoding stub

This commit is contained in:
angelosa 2023-12-01 02:11:06 +01:00
parent 04ecae83a3
commit 18d14ae614

View File

@ -112,8 +112,16 @@ static INPUT_PORTS_START( holddraw )
INPUT_PORTS_END
// TODO: not right, just to get a decode
static const gfx_layout charlayout =
{
8,8,
RGN_FRAC(1,1),
1,
{ 0 },
{ STEP8(0, 1) },
{ STEP8(0, 1*8) },
8*8*1
};
static GFXDECODE_START( gfx_amstarz80 )