summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alphatpx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alphatpx.cpp')
-rw-r--r--src/mame/drivers/alphatpx.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/drivers/alphatpx.cpp b/src/mame/drivers/alphatpx.cpp
index c829d0353e0..d9b807d9ccf 100644
--- a/src/mame/drivers/alphatpx.cpp
+++ b/src/mame/drivers/alphatpx.cpp
@@ -701,10 +701,6 @@ static const gfx_layout charlayout =
// VIDEO - Alphatronic P1, P2, P2S, P2U and Hell 2069
//**************************************************************************
-static GFXDECODE_START( alphatp2 )
- GFXDECODE_ENTRY("gfx", 0, charlayout, 0, 1)
-GFXDECODE_END
-
uint32_t alphatp_12_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
const pen_t *pen = m_palette->pens();