summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-05-11 21:55:16 -0400
committer AJR <ajrhacker@users.noreply.github.com>2022-05-11 21:55:23 -0400
commit86f44c6d352beed8bb761ca1a1c4874a25df9cf8 (patch)
tree9bf097b1fc6edebb46fcba592220a39a0cbb9e99
parentfb0de3d53678ce6308a78357f4c028c984934ced (diff)
4enlinea.cpp, amstr_pc.cpp, amstrad.cpp: Remove some unused definitions
-rw-r--r--src/mame/drivers/4enlinea.cpp8
-rw-r--r--src/mame/drivers/amstr_pc.cpp16
-rw-r--r--src/mame/drivers/amstrad.cpp19
3 files changed, 0 insertions, 43 deletions
diff --git a/src/mame/drivers/4enlinea.cpp b/src/mame/drivers/4enlinea.cpp
index 0797a0edda4..ce5085e0302 100644
--- a/src/mame/drivers/4enlinea.cpp
+++ b/src/mame/drivers/4enlinea.cpp
@@ -558,14 +558,6 @@ INPUT_PORTS_END
/****************************************
-* Graphics Decode Information *
-****************************************/
-
-//static GFXDECODE_START( 4enlinea )
-//GFXDECODE_END
-
-
-/****************************************
* Machine Start/Reset *
****************************************/
diff --git a/src/mame/drivers/amstr_pc.cpp b/src/mame/drivers/amstr_pc.cpp
index 1dbd2734078..d872082db4c 100644
--- a/src/mame/drivers/amstr_pc.cpp
+++ b/src/mame/drivers/amstr_pc.cpp
@@ -651,22 +651,6 @@ Since pc200 is anyway NOT_WORKING, I comment out this one */
PORT_BIT( 0x01, 0x01, IPT_UNUSED )
INPUT_PORTS_END
-// static const gfx_layout pc200_charlayout =
-// {
- // 8, 16, /* 8 x 16 characters */
- // 2048, /* 2048 characters */
- // 1, /* 1 bits per pixel */
- // { 0 }, /* no bitplanes */
- // /* x offsets */
- // { 0, 1, 2, 3, 4, 5, 6, 7 },
- // /* y offsets */
- // { 0*8, 1*8, 2*8, 3*8, 4*8, 5*8, 6*8, 7*8, 8*8, 9*8, 10*8, 11*8, 12*8, 13*8, 14*8, 15*8 },
- // 8*16 /* every char takes 16 bytes */
-// };
-
-// static GFXDECODE_START( pc200 )
- // GFXDECODE_ENTRY( "gfx1", 0x0000, pc200_charlayout, 3, 1 )
-// GFXDECODE_END
void amstrad_pc_state::cfg_com(device_t *device)
{
diff --git a/src/mame/drivers/amstrad.cpp b/src/mame/drivers/amstrad.cpp
index 446478a651a..3aabbe7afa6 100644
--- a/src/mame/drivers/amstrad.cpp
+++ b/src/mame/drivers/amstrad.cpp
@@ -764,25 +764,6 @@ static INPUT_PORTS_START( aleste )
INPUT_PORTS_END
-#if 0
-
-static const gfx_layout asic_sprite_layout =
-{
- 16,16,
- 16,
- 4,
- { 4,5,6,7 },
- { 0,8,16,24,32,40,48,56,64,72,80,88,96,104,112,120 },
- { 0*128, 1*128, 2*128, 3*128, 4*128, 5*128, 6*128, 7*128, 8*128, 9*128, 10*128, 11*128, 12*128, 13*128, 14*128, 15*128 },
- 16*16*8
-};
-
-static GFXDECODE_START( asic_sprite )
- GFXDECODE_ENTRY( "user1", 0, asic_sprite_layout, 32, 1 )
-GFXDECODE_END
-#endif
-
-
/*************************************
*