4enlinea.cpp, amstr_pc.cpp, amstrad.cpp: Remove some unused definitions

This commit is contained in:
AJR 2022-05-11 21:55:16 -04:00
parent fb0de3d536
commit 86f44c6d35
3 changed files with 0 additions and 43 deletions

View File

@ -557,14 +557,6 @@ INPUT_PORTS_END
/****************************************
* Graphics Decode Information *
****************************************/
//static GFXDECODE_START( 4enlinea )
//GFXDECODE_END
/****************************************
* Machine Start/Reset *
****************************************/

View File

@ -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)
{

View File

@ -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
/*************************************
*