summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jaguar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jaguar.h')
-rw-r--r--src/mame/includes/jaguar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/jaguar.h b/src/mame/includes/jaguar.h
index 2effde1bd00..e60b3608c61 100644
--- a/src/mame/includes/jaguar.h
+++ b/src/mame/includes/jaguar.h
@@ -271,9 +271,9 @@ private:
image_init_result quickload(device_image_interface &image, const char *file_type, int quickload_size);
void cart_start();
- IRQ_CALLBACK_MEMBER(jaguar_irq_callback);
DECLARE_DEVICE_IMAGE_LOAD_MEMBER( jaguar_cart );
DECLARE_QUICKLOAD_LOAD_MEMBER( jaguar );
+ void cpu_space_map(address_map &map);
void dsp_map(address_map &map);
void dsp_rom_map(address_map &map);
void gpu_map(address_map &map);