diff options
Diffstat (limited to 'src/devices/machine/pic8259.cpp')
| -rw-r--r-- | src/devices/machine/pic8259.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/pic8259.cpp b/src/devices/machine/pic8259.cpp index d5104413691..a1a6a67448e 100644 --- a/src/devices/machine/pic8259.cpp +++ b/src/devices/machine/pic8259.cpp @@ -27,8 +27,6 @@ #define LOGOCW(...) LOGMASKED(LOG_OCW, __VA_ARGS__) -ALLOW_SAVE_TYPE(pic8259_device::state_t); // allow save_item on a non-fundamental type - void pic8259_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) { /* check the various IRQs */ |
