summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/djmain.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2012-10-26 01:12:21 +0000
committer smf- <smf-@users.noreply.github.com>2012-10-26 01:12:21 +0000
commit029ef2cd1840ff61c73534a2b100384387574d9d (patch)
tree4d0ff8d73f441e066d66a54e3d7a16a975949149 /src/mame/includes/djmain.h
parent7f4308a8866ce1ffd746db7e2f86f53d49c97f39 (diff)
cleaned up the ide controller enough to change the irq to a DEVCB2 [smf]
Diffstat (limited to 'src/mame/includes/djmain.h')
-rw-r--r--src/mame/includes/djmain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/djmain.h b/src/mame/includes/djmain.h
index 777981cb010..cf3ef46ad63 100644
--- a/src/mame/includes/djmain.h
+++ b/src/mame/includes/djmain.h
@@ -55,6 +55,7 @@ public:
virtual void video_start();
UINT32 screen_update_djmain(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vb_interrupt);
+ DECLARE_WRITE_LINE_MEMBER(ide_interrupt);
};
/*----------- defined in video/djmain.c -----------*/