summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/at.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-31 12:47:07 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-31 12:47:07 +0000
commitbfb62eeb19e35530246307a08d3c315f9fdd3df4 (patch)
tree9c2912a3c57ad251958bf901012626e3d3a947c0 /src/mess/includes/at.h
parentf63dc9ba6597a6b0b4fc0ab906637a85f43a50cf (diff)
IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers (no whatsnew)
Diffstat (limited to 'src/mess/includes/at.h')
-rw-r--r--src/mess/includes/at.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/at.h b/src/mess/includes/at.h
index 6259a564765..bc6bdb8e1ff 100644
--- a/src/mess/includes/at.h
+++ b/src/mess/includes/at.h
@@ -183,6 +183,7 @@ public:
DECLARE_MACHINE_START(at);
DECLARE_MACHINE_RESET(at);
void pc_set_dma_channel(int channel, int state);
+ IRQ_CALLBACK_MEMBER(at_irq_callback);
};