summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/dcheese.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-31 12:21:12 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-31 12:21:12 +0000
commitf63dc9ba6597a6b0b4fc0ab906637a85f43a50cf (patch)
tree4f6244c9e82aa087609c8adc5e058e441f82607b /src/mame/includes/dcheese.h
parent3e73b779d0f9e8a35ea4883595e655201c668ea3 (diff)
IRQ_CALLBACK modernization part 1 (no whatsnew)
Diffstat (limited to 'src/mame/includes/dcheese.h')
-rw-r--r--src/mame/includes/dcheese.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/dcheese.h b/src/mame/includes/dcheese.h
index 4bf53c8cf98..d12940d2689 100644
--- a/src/mame/includes/dcheese.h
+++ b/src/mame/includes/dcheese.h
@@ -50,7 +50,10 @@ public:
INTERRUPT_GEN_MEMBER(dcheese_vblank);
TIMER_CALLBACK_MEMBER(blitter_scanline_callback);
TIMER_CALLBACK_MEMBER(dcheese_signal_irq_callback);
+ void dcheese_signal_irq(int which);
+ void update_irq_state();
+ IRQ_CALLBACK_MEMBER(irq_callback);
+ void update_scanline_irq();
};
/*----------- defined in drivers/dcheese.c -----------*/
-void dcheese_signal_irq(running_machine &machine, int which);