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/jaguar.h | |
parent | 34bf46e8290d3ed2c13e598527b54d2290ff11b5 (diff) |
IRQ_CALLBACK modernization part 3 (no whatsnew)
Diffstat (limited to 'src/mame/includes/jaguar.h')
-rw-r--r-- | src/mame/includes/jaguar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/jaguar.h b/src/mame/includes/jaguar.h index 7b044372037..e2f4ace025b 100644 --- a/src/mame/includes/jaguar.h +++ b/src/mame/includes/jaguar.h @@ -214,7 +214,7 @@ public: int quickload(device_image_interface &image, const char *file_type, int quickload_size); void cart_start(); int cart_load(device_image_interface &image); - + IRQ_CALLBACK_MEMBER(jaguar_irq_callback); protected: // timer IDs enum |