hp80: added NO_IRQ to vector_table (nw)

master
hap 2017-11-05 16:28:17 +01:00
parent 883303d9b4
commit e92c44c6d6
1 changed files with 2 additions and 1 deletions

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)