Home
last modified time | relevance | path

Searched refs:IO_MW (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Dvga_xga.cpp1233 IO_RegisterReadHandler(0x42e8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1239 IO_RegisterReadHandler(0x82e8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1241 IO_RegisterReadHandler(0x82e9,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1244 IO_RegisterReadHandler(0x86e8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1246 IO_RegisterReadHandler(0x86e9,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1249 IO_RegisterReadHandler(0x8ae8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1252 IO_RegisterReadHandler(0x8ee8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1254 IO_RegisterReadHandler(0x8ee9,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1257 IO_RegisterReadHandler(0x92e8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1259 IO_RegisterReadHandler(0x92e9,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
[all …]
H A Diohandler.cpp79 if (mask&IO_MW) io_readhandlers[1][port]=handler; in IO_RegisterReadHandler()
88 if (mask&IO_MW) io_writehandlers[1][port]=handler; in IO_RegisterWriteHandler()
97 if (mask&IO_MW) io_readhandlers[1][port]=IO_ReadDefault; in IO_FreeReadHandler()
106 if (mask&IO_MW) io_writehandlers[1][port]=IO_WriteDefault; in IO_FreeWriteHandler()
H A Ddma.cpp350 if (i<8) mask|=IO_MW; in DMA()
H A Dgus.cpp815 WriteHandler[2].Install(0x304 + GUS_BASE,write_gus,IO_MB|IO_MW); in GUS()
816 ReadHandler[2].Install(0x304 + GUS_BASE,read_gus,IO_MB|IO_MW); in GUS()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/hardware/
H A Dvga_xga.cpp1232 IO_RegisterReadHandler(0x42e8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1238 IO_RegisterReadHandler(0x82e8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1240 IO_RegisterReadHandler(0x82e9,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1243 IO_RegisterReadHandler(0x86e8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1245 IO_RegisterReadHandler(0x86e9,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1248 IO_RegisterReadHandler(0x8ae8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1251 IO_RegisterReadHandler(0x8ee8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1253 IO_RegisterReadHandler(0x8ee9,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1256 IO_RegisterReadHandler(0x92e8,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
1258 IO_RegisterReadHandler(0x92e9,&XGA_Read,IO_MB | IO_MW | IO_MD); in VGA_SetupXGA()
[all …]
H A Diohandler.cpp78 if (mask&IO_MW) io_readhandlers[1][port]=handler; in IO_RegisterReadHandler()
87 if (mask&IO_MW) io_writehandlers[1][port]=handler; in IO_RegisterWriteHandler()
96 if (mask&IO_MW) io_readhandlers[1][port]=IO_ReadDefault; in IO_FreeReadHandler()
105 if (mask&IO_MW) io_writehandlers[1][port]=IO_WriteDefault; in IO_FreeWriteHandler()
H A Dgus.cpp840 WriteHandler[2].Install(0x304 + GUS_BASE,write_gus,IO_MB|IO_MW); in GUS()
841 ReadHandler[2].Install(0x304 + GUS_BASE,read_gus,IO_MB|IO_MW); in GUS()
H A Ddma.cpp355 if (i<8) mask|=IO_MW; in DMA()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/
H A Dinout.h27 #define IO_MW 0x2 macro
29 #define IO_MA (IO_MB | IO_MW | IO_MD )
/dports/emulators/dosbox/dosbox-0.74-3/include/
H A Dinout.h27 #define IO_MW 0x2 macro
29 #define IO_MA (IO_MB | IO_MW | IO_MD )
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/include/
H A Dinout.h26 #define IO_MW 0x2 macro
28 #define IO_MA (IO_MB | IO_MW | IO_MD )