diff options
author | 2013-01-31 12:21:12 +0000 | |
---|---|---|
committer | 2013-01-31 12:21:12 +0000 | |
commit | f63dc9ba6597a6b0b4fc0ab906637a85f43a50cf (patch) | |
tree | 4f6244c9e82aa087609c8adc5e058e441f82607b /src/mame/machine/megacd.h | |
parent | 3e73b779d0f9e8a35ea4883595e655201c668ea3 (diff) |
IRQ_CALLBACK modernization part 1 (no whatsnew)
Diffstat (limited to 'src/mame/machine/megacd.h')
-rw-r--r-- | src/mame/machine/megacd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/megacd.h b/src/mame/machine/megacd.h index 2bb6f595ccd..3df47779ebd 100644 --- a/src/mame/machine/megacd.h +++ b/src/mame/machine/megacd.h @@ -356,6 +356,7 @@ public: WRITE16_MEMBER( segacd_font_color_w ); READ16_MEMBER( segacd_font_converted_r ); TIMER_DEVICE_CALLBACK_MEMBER( scd_dma_timer_callback ); + IRQ_CALLBACK_MEMBER(segacd_sub_int_callback); void SegaCD_CDC_Do_DMA( int &dmacount, UINT8 *CDC_BUFFER, UINT16 &dma_addrc, UINT16 &destination ); timer_device* scd_dma_timer; |