dwarfd: show as 8x8 (nw)

This commit is contained in:
cracyc 2018-01-26 16:58:56 -06:00
parent 6419555382
commit 31dde10137

View File

@ -668,11 +668,11 @@ WRITE_LINE_MEMBER(dwarfd_state::drq_w)
static const gfx_layout tiles8x8_layout =
{
4,8,
8,8,
RGN_FRAC(1,1),
3,
{ 3,2,1 },
{ STEP8(0, 4) },
{ 0, 0, 4, 4, 8, 8, 12, 12 },
{ STEP8(0, 16) },
8*16
};