pic8259: Hack no longer needed (nw)

This commit is contained in:
AJR 2017-08-25 00:04:39 -04:00
parent 20e632af10
commit af9cedac52

View File

@ -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;