From faa0a4b58cad6c21d279a4f4ebea0262d1795b11 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 3 May 2020 19:50:19 +0200 Subject: [PATCH] cischeat.cpp: make it explicit that I know this is an anti-pattern (nw) --- src/mame/drivers/cischeat.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mame/drivers/cischeat.cpp b/src/mame/drivers/cischeat.cpp index 3c2786c11e6..7cee49460a8 100644 --- a/src/mame/drivers/cischeat.cpp +++ b/src/mame/drivers/cischeat.cpp @@ -2161,6 +2161,9 @@ void cischeat_state::scudhamm(machine_config &config) Arm Champs II **************************************************************************/ +// TODO: intentionally duplicate scudhamm_scanline fn +// armchamp2_state shouldn't derive from scudhamm_state but share this as a common device, +// also assuming it really is using the same irq config as well ... TIMER_DEVICE_CALLBACK_MEMBER(armchamp2_state::armchamp2_scanline) { int scanline = param;