mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
pic8259: Hack no longer needed (nw)
This commit is contained in:
parent
20e632af10
commit
af9cedac52
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user