From f0f1e4d31440fb787c08af7cfa4e67a8afc4578e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Tue, 20 Aug 2013 13:14:47 +0000 Subject: [PATCH] small MCFG_CPU_PERIODIC_INT cleanup --- src/mess/drivers/apexc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mess/drivers/apexc.c b/src/mess/drivers/apexc.c index ab4b8c04a13..187ed29dff4 100644 --- a/src/mess/drivers/apexc.c +++ b/src/mess/drivers/apexc.c @@ -873,7 +873,6 @@ static MACHINE_CONFIG_START( apexc, apexc_state ) MCFG_CPU_IO_MAP(apexc_io_map) /* dummy interrupt: handles the control panel */ MCFG_CPU_VBLANK_INT_DRIVER("screen", apexc_state, apexc_interrupt) - /*MCFG_CPU_PERIODIC_INT(func, rate)*/ /* video hardware does not exist, but we display a control panel and the typewriter output */