From cdb96018221f309d24747938f1f789eba2e3dee6 Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 27 Aug 2025 13:51:55 +0200 Subject: ufo7s: remove unavailable romset --- src/mame/mame.lst | 1 - src/mame/sega/segaufoh8.cpp | 53 --------------------------------------------- 2 files changed, 54 deletions(-) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index cf3bd68eff2..471660f3c8a 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -41644,7 +41644,6 @@ ufomini @source:sega/segaufoh8.cpp ufo7 -ufo7s @source:sega/segaxbd.cpp abcop diff --git a/src/mame/sega/segaufoh8.cpp b/src/mame/sega/segaufoh8.cpp index cfd3c358f4d..4cc5f274a7b 100644 --- a/src/mame/sega/segaufoh8.cpp +++ b/src/mame/sega/segaufoh8.cpp @@ -124,53 +124,6 @@ static INPUT_PORTS_START( ufo7 ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) INPUT_PORTS_END -static INPUT_PORTS_START( ufo7s ) - PORT_START("IN1") - PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) - - PORT_START("IN2") - PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) - - PORT_START("DSW1") // only one bank of dips on PCB, but there is a second empty space - PORT_DIPNAME( 0x01, 0x01, "UNK1-01" ) - PORT_DIPSETTING( 0x01, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x02, 0x02, "UNK1-02" ) - PORT_DIPSETTING( 0x02, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x04, 0x04, "UNK1-04" ) - PORT_DIPSETTING( 0x04, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x08, 0x08, "UNK1-08" ) - PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x10, 0x10, "UNK1-10" ) - PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x20, 0x20, "UNK1-20" ) - PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x40, 0x40, "UNK1-40" ) - PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x80, 0x80, "UNK1-80" ) - PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) -INPUT_PORTS_END void segaufoh8_state::segaufoh8(machine_config &config) { @@ -194,13 +147,7 @@ ROM_START( ufo7 ) ROM_LOAD16_WORD_SWAP( "epr-23795b.ic408", 0x00000, 0x80000, CRC(ca153fc7) SHA1(f21878deaff2c86896912a8a0a4b17b44e5ef65c) ) ROM_END - -ROM_START( ufo7s ) - ROM_REGION(0x80000, "maincpu", 0) - ROM_LOAD16_WORD_SWAP( "epr-24240a.ic408", 0x00000, 0x80000, CRC(68631710) SHA1(fa1a214229de5e90fed642c9ca64b9fe2d4050e8) ) -ROM_END } // anonymous namespace GAME( 2001, ufo7, 0, segaufoh8, ufo7, segaufoh8_state, empty_init, ROT0, "Sega", "UFO Catcher 7", MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK ) // UFO Catch 7 V20011112 in string in ROM -GAME( 2004, ufo7s, 0, segaufoh8, ufo7s, segaufoh8_state, empty_init, ROT0, "Sega", "UFO Catcher 7 Second", MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK ) // -- cgit v1.2.3