mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
cischeat.cpp: make it explicit that I know this is an anti-pattern (nw)
This commit is contained in:
parent
dbd70bc8f3
commit
faa0a4b58c
@ -2161,6 +2161,9 @@ void cischeat_state::scudhamm(machine_config &config)
|
|||||||
Arm Champs II
|
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)
|
TIMER_DEVICE_CALLBACK_MEMBER(armchamp2_state::armchamp2_scanline)
|
||||||
{
|
{
|
||||||
int scanline = param;
|
int scanline = param;
|
||||||
|
Loading…
Reference in New Issue
Block a user