cischeat.cpp: make it explicit that I know this is an anti-pattern (nw)

This commit is contained in:
angelosa 2020-05-03 19:50:19 +02:00
parent dbd70bc8f3
commit faa0a4b58c

View File

@ -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;