diff options
Diffstat (limited to 'src/mame/drivers/suprgolf.cpp')
-rw-r--r-- | src/mame/drivers/suprgolf.cpp | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/mame/drivers/suprgolf.cpp b/src/mame/drivers/suprgolf.cpp index f64a1588f57..caf26aa974f 100644 --- a/src/mame/drivers/suprgolf.cpp +++ b/src/mame/drivers/suprgolf.cpp @@ -473,19 +473,8 @@ WRITE_LINE_MEMBER(suprgolf_state::adpcm_int) } } -static const gfx_layout gfxlayout = -{ - 8,8, - RGN_FRAC(1,1), - 4, - { 0, 1, 2, 3 }, - { 1*4, 0*4, 3*4, 2*4, 5*4, 4*4, 7*4, 6*4 }, - { 0*32, 1*32, 2*32, 3*32, 4*32, 5*32, 6*32, 7*32 }, - 8*8*4 -}; - static GFXDECODE_START( gfx_suprgolf ) - GFXDECODE_ENTRY( "gfx1", 0, gfxlayout, 0, 0x80 ) + GFXDECODE_ENTRY( "gfx1", 0, gfx_8x8x4_packed_lsb, 0, 0x80 ) GFXDECODE_END void suprgolf_state::machine_reset() |