Home
last modified time | relevance | path

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

/dports/emulators/cingb/cingb-0.32/
H A Dgameboy.h74 #define HDMA3 io[0x53] macro
H A Dgameboy.c648 HDMA3=value&0x1F; in IOOut()
649 hdmadst=((unsigned int)(HDMA3&0x1F)<<8)|(HDMA4&0xF0); in IOOut()
654 hdmadst=((unsigned int)(HDMA3&0x1F)<<8)|(HDMA4&0xF0); in IOOut()
660 hdmadst=((unsigned int)(HDMA3&0x1F)<<8)|(HDMA4&0xF0); in IOOut()
677 HDMA3=(hdmadst>>8)&0x1F; in IOOut()
2765 HDMA3=(hdmadst>>8)&0x1F; in hdma_update()
/dports/devel/z88dk/z88dk/lib/target/gb/def/
H A Dgb_globals.def73 defc HDMA3 = 0x53 ; DMA control 3
/dports/games/libretro-tgbdual/tgbdual-libretro-18fd609/gb_core/
H A Dgb.h63 byte KEY1,VBK,HDMA1,HDMA2,HDMA3,HDMA4,HDMA5,RP,BCPS,BCPD,OCPS,OCPD,SVBK; member
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dgb_lcd.cpp181 #define HDMA3 m_vid_regs[0x13] /* HDMA destination high byte */ macro
2439 dst = 0x8000 | (HDMA3 << 8) | (HDMA4 & 0xF0); in hdma_trans_execute()
2461 HDMA3 = dst >> 8; in hdma_trans_execute()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dgb_lcd.cpp181 #define HDMA3 m_vid_regs[0x13] /* HDMA destination high byte */ macro
2439 dst = 0x8000 | (HDMA3 << 8) | (HDMA4 & 0xF0); in hdma_trans_execute()
2461 HDMA3 = dst >> 8; in hdma_trans_execute()