hp80: added NO_IRQ to vector_table (nw)

This commit is contained in:
hap 2017-11-05 16:28:17 +01:00
parent 883303d9b4
commit e92c44c6d6

View File

@ -328,7 +328,8 @@ static const uint8_t vector_table[] = {
0x10, // Slot 1
0x10, // Slot 2
0x10, // Slot 3
0x10 // Slot 4
0x10, // Slot 4
0x00 // No IRQ
};
IRQ_CALLBACK_MEMBER(hp85_state::irq_callback)