mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
update note
This commit is contained in:
parent
6086201c51
commit
b5091762d7
@ -1361,9 +1361,10 @@ IRQ_CALLBACK_MEMBER(mazerbla_state::irq_callback)
|
|||||||
/* D1 is set to GND when INT comes from CFB */
|
/* D1 is set to GND when INT comes from CFB */
|
||||||
/* D2 is set to GND when INT comes from ZPU board - from 6850 on schematics (RS232 controller) */
|
/* D2 is set to GND when INT comes from ZPU board - from 6850 on schematics (RS232 controller) */
|
||||||
|
|
||||||
/* resulting vectors:
|
/* resulting vectors: - effect according to disasm:
|
||||||
|
--------------------------------------------------------
|
||||||
1111 11000 (0xf8) - results in same as 0xfc
|
1111 11000 (0xf8) - results in same as 0xfc
|
||||||
1111 11010 (0xfa) - does nothing
|
1111 11010 (0xfa) - does nothing, assume it was used for debugging
|
||||||
1111 11100 (0xfc) - calls several routines
|
1111 11100 (0xfc) - calls several routines
|
||||||
|
|
||||||
note:
|
note:
|
||||||
|
Loading…
Reference in New Issue
Block a user