summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tutankhm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tutankhm.cpp')
-rw-r--r--src/mame/drivers/tutankhm.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/tutankhm.cpp b/src/mame/drivers/tutankhm.cpp
index fd82c75d523..cfde6c90b61 100644
--- a/src/mame/drivers/tutankhm.cpp
+++ b/src/mame/drivers/tutankhm.cpp
@@ -250,7 +250,6 @@ static INPUT_PORTS_START( tutankhm )
PORT_CONFNAME( 0x01, 0x01, "Starfield selection" )
PORT_CONFSETTING( 0x00, "Konami HW bootleg (6MHz stars)" )
PORT_CONFSETTING( 0x01, "Scramble implementation" )
-
INPUT_PORTS_END
@@ -313,7 +312,6 @@ void tutankhm_state::tutankhm(machine_config &config)
/* blinking frequency is determined by 555 counter with Ra=100k, Rb=10k, C=10uF */
TIMER(config, "stars").configure_periodic(FUNC(tutankhm_state::scramble_stars_blink_timer), PERIOD_OF_555_ASTABLE(100000, 10000, 0.00001));
-
}