diff options
author | 2013-01-31 13:58:02 +0000 | |
---|---|---|
committer | 2013-01-31 13:58:02 +0000 | |
commit | ad69d72a53e16ce23e6bee8f020ca2186ef1c84a (patch) | |
tree | b71013998044c51d7881f28c3294bf28e340aa9a /src/mame/includes/model1.h | |
parent | 34bf46e8290d3ed2c13e598527b54d2290ff11b5 (diff) |
IRQ_CALLBACK modernization part 3 (no whatsnew)
Diffstat (limited to 'src/mame/includes/model1.h')
-rw-r--r-- | src/mame/includes/model1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/model1.h b/src/mame/includes/model1.h index c400a034caf..fedb0f4c055 100644 --- a/src/mame/includes/model1.h +++ b/src/mame/includes/model1.h @@ -140,6 +140,9 @@ public: UINT32 screen_update_model1(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect); void screen_eof_model1(screen_device &screen, bool state); TIMER_DEVICE_CALLBACK_MEMBER(model1_interrupt); + void irq_raise(int level); + void irq_init(); + IRQ_CALLBACK_MEMBER(irq_callback); }; |