Home
last modified time | relevance | path

Searched refs:DMACONR (Results 1 – 6 of 6) sorted by relevance

/dports/audio/uade/uade-2.13/src/
H A Dcustom.c325 static inline uae_u16 DMACONR (void)
864 && ((cop_state.i2 & 0x8000) != 0 || ! (DMACONR() & 0x4000)))
916 if ((cop_state.i2 & 0x8000) == 0x8000 || ! (DMACONR() & 0x4000))
1048 && ((cst.i2 & 0x8000) != 0 || ! (DMACONR() & 0x4000)))
1106 if ((cst.i2 & 0x8000) == 0x8000 || ! (DMACONR() & 0x4000))
1355 write_log ("DMACON: %x INTENA: %x INTREQ: %x VPOS: %x HPOS: %x CYCLES: %ld\n", DMACONR(),
1423 case 0x002: return DMACONR();
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c2068 STATIC_INLINE uae_u16 DMACONR (void) in DMACONR() function
2930 && ((cop_state.saved_i2 & 0x8000) != 0 || ! (DMACONR() & 0x4000))) in update_copper()
3033 if ((cop_state.saved_i2 & 0x8000) == 0 && (DMACONR() & 0x4000)) { in update_copper()
3667 console_out ("DMACON: %x INTENA: %x INTREQ: %x VPOS: %x HPOS: %x\n", DMACONR(), in dumpcustom()
3764 case 0x002: v = DMACONR (); break; in custom_wget_1()
H A DChangeLog686 Make DMACONR static.
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c3501 STATIC_INLINE uae_u16 DMACONR (int hpos) in DMACONR() function
7022 …write_log (_T("DMACON: %04x INTENA: %04x (%04x) INTREQ: %04x (%04x) VPOS: %x HPOS: %x\n"), DMACONR in dumpcustom()
7151 case 0x002: v = DMACONR (hpos); break; in custom_wget_1()
H A DChangeLog491 Make DMACONR static.
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp4472 STATIC_INLINE uae_u16 DMACONR (int hpos) function
8712 …CON: %04x INTENA: %04x (%04x) INTREQ: %04x (%04x) VPOS: %x HPOS: %x\n"), DMACONR (current_hpos ()),
8837 case 0x002: v = DMACONR (hpos); break;