summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pic8259.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-08-25 00:04:39 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-08-25 00:04:50 -0400
commitaf9cedac52c21371b7cc5377307be4c6d048558d (patch)
tree21ffe1cfdb78a415e8ca0bd51f21e510e883432d /src/devices/machine/pic8259.h
parent20e632af10a143fa7b66c4213dd3a8a6cd2e03b6 (diff)
pic8259: Hack no longer needed (nw)
Diffstat (limited to 'src/devices/machine/pic8259.h')
-rw-r--r--src/devices/machine/pic8259.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/pic8259.h b/src/devices/machine/pic8259.h
index 3b1627a7845..b788fead80e 100644
--- a/src/devices/machine/pic8259.h
+++ b/src/devices/machine/pic8259.h
@@ -63,9 +63,6 @@ public:
IRQ_CALLBACK_MEMBER(inta_cb);
- // used by m92.c until we can figure out how to hook it up in a way that doesn't break nbbatman (probably need correct IRQ timing / clears for the sprites IRQs
- int HACK_get_base_vector() { return m_base; }
-
protected:
// device-level overrides
virtual void device_start() override;