mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
hp80: added NO_IRQ to vector_table (nw)
This commit is contained in:
parent
883303d9b4
commit
e92c44c6d6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user