summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mystwarr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mystwarr.cpp')
-rw-r--r--src/mame/drivers/mystwarr.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/mame/drivers/mystwarr.cpp b/src/mame/drivers/mystwarr.cpp
index d46fc18cc71..a28f8d405dd 100644
--- a/src/mame/drivers/mystwarr.cpp
+++ b/src/mame/drivers/mystwarr.cpp
@@ -849,17 +849,6 @@ INPUT_PORTS_END
/**********************************************************************************/
-static const gfx_layout bglayout_4bpp =
-{
- 16,16,
- RGN_FRAC(1,1),
- 4,
- { 0, 1, 2, 3 },
- { 0*4, 1*4, 2*4, 3*4, 4*4, 5*4, 6*4, 7*4, 8*4, 9*4, 10*4, 11*4, 12*4, 13*4, 14*4, 15*4 },
- { 0*64, 1*64, 2*64, 3*64, 4*64, 5*64, 6*64, 7*64, 8*64, 9*64, 10*64, 11*64, 12*64, 13*64, 14*64, 15*64 },
- 16*64
-};
-
static const gfx_layout bglayout_8bpp =
{
16,16,
@@ -872,7 +861,7 @@ static const gfx_layout bglayout_8bpp =
};
static GFXDECODE_START( gfx_gaiapols )
- GFXDECODE_ENTRY( "gfx3", 0, bglayout_4bpp, 0x0000, 128 )
+ GFXDECODE_ENTRY( "gfx3", 0, gfx_16x16x4_packed_msb, 0x0000, 128 )
GFXDECODE_END
static GFXDECODE_START( gfx_dadandrn )