mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fix some END macro indents (#12030)
* bus/electron/plus1.cpp: Fix ROM_END macro indent * nintendo/n8080.cpp: Fix ROM_END macro indent * misc/rfslots8085.cpp: Fix INPUT_PORTS_END macro indent * tiger/gamecom.cpp: Fix INPUT_PORTS_END macro indent
This commit is contained in:
parent
089464f7df
commit
db8707f6cb
@ -65,7 +65,7 @@ ROM_START( ap6 )
|
||||
|
||||
ROM_SYSTEM_BIOS(1, "ap6", "RH Plus 1 1.33")
|
||||
ROMX_LOAD("ap6v133t.rom", 0x0000, 0x4000, CRC(364591eb) SHA1(316a25aeeda0266dae510eea52324b087875740f), ROM_BIOS(1))
|
||||
ROM_END
|
||||
ROM_END
|
||||
|
||||
//-------------------------------------------------
|
||||
// INPUT_PORTS( plus1 )
|
||||
|
@ -800,7 +800,7 @@ static INPUT_PORTS_START(rf53_3297)
|
||||
PORT_DIPNAME(0x20, 0x20, DEF_STR(Unknown)) PORT_DIPLOCATION("DSW:6")
|
||||
PORT_DIPSETTING(0x00, DEF_STR(On))
|
||||
PORT_DIPSETTING(0x20, DEF_STR(Off))
|
||||
INPUT_PORTS_END
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
||||
/*********************************************
|
||||
|
@ -1259,7 +1259,7 @@ ROM_START( spacefev )
|
||||
|
||||
ROM_REGION( 0x0020, "proms", 0 ) // for color video hw
|
||||
ROM_LOAD( "f5-i-.bin", 0x0000, 0x0020, CRC(c5914ec1) SHA1(198875fcab36d09c8726bb21e2fdff9882f6721a) ) // "F5?C"
|
||||
ROM_END
|
||||
ROM_END
|
||||
|
||||
ROM_START( spacefevo )
|
||||
ROM_REGION( 0x8000, "maincpu", 0 )
|
||||
@ -1276,7 +1276,7 @@ ROM_START( spacefevo )
|
||||
|
||||
ROM_REGION( 0x0020, "proms", 0 ) // for color video hw
|
||||
ROM_LOAD( "f5-i-.bin", 0x0000, 0x0020, CRC(c5914ec1) SHA1(198875fcab36d09c8726bb21e2fdff9882f6721a) ) // "F5?C"
|
||||
ROM_END
|
||||
ROM_END
|
||||
|
||||
ROM_START( spacefevo2 )
|
||||
ROM_REGION( 0x8000, "maincpu", 0 )
|
||||
|
@ -230,7 +230,7 @@ static INPUT_PORTS_START( gamecom )
|
||||
PORT_BIT( 0x080, IP_ACTIVE_HIGH, IPT_OTHER)
|
||||
PORT_BIT( 0x100, IP_ACTIVE_HIGH, IPT_OTHER)
|
||||
PORT_BIT( 0x200, IP_ACTIVE_HIGH, IPT_OTHER)
|
||||
INPUT_PORTS_END
|
||||
INPUT_PORTS_END
|
||||
|
||||
void gamecom_state::gamecom_palette(palette_device &palette) const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user