mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
![]() ============== irq 5 code is this one: 04425A: 007C 0500 ori #$500, SR 04425E: 0279 FFEF 0060 000C andi.w #$ffef, $60000c.l 044266: 0079 0010 0060 000C ori.w #$10, $60000c.l 04426E: 48E7 0080 movem.l A0, -(A7) 044272: 206D 1C18 movea.l ($1c18,A5), A0 044276: 30F9 0070 0002 move.w $700002.l, (A0)+ 04427C: 2B48 1C18 move.l A0, ($1c18,A5) 044280: 4CDF 0100 movem.l (A7)+, A0 044284: 4E73 rte 60000c is an unknown port,but 700002 is for arm power sensor. So I'm guessing that's not related at all with the ym sound chip. I'll check this again at some point... |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |