Home
last modified time | relevance | path

Searched refs:IO_write (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Dbios.c494 IO_write(0, 0); in handle_bios()
495 IO_write(2, (UChar)(offset & 0xFF)); in handle_bios()
496 IO_write(3, (UChar)(offset >> 8)); in handle_bios()
497 IO_write(0, 2); in handle_bios()
510 IO_write(2, cd_read_buffer[x]); in handle_bios()
532 IO_write(0, 0); in handle_bios()
535 IO_write(0, 2); in handle_bios()
724 IO_write(0, 0); in handle_bios()
726 IO_write(3, (UChar)(address >> 8)); in handle_bios()
728 IO_write(0, 2); in handle_bios()
[all …]
H A Dhard_pce.c753 IO_write (A, V); in write_memory_simple()
761 IO_write (A, V); in write_memory_sf2()
791 IO_write((UInt16)(0x1A00 + ((mmr[A >> 13] - 0x40) << 4)), V); in write_memory_arcade_card()
795 IO_write (A, V); in write_memory_arcade_card()
H A Dhard_pce.h63 void IO_write (UInt16 A,UChar V);
H A Dh6280.c91 IO_write(addr, byte); in put_8bit_addr()
2281 IO_write(0,imm_operand(reg_pc+1)); in st0()
2289 IO_write(2,imm_operand(reg_pc+1)); in st1()
2297 IO_write(3,imm_operand(reg_pc+1)); in st2()
H A Dpce.c1019 IO_write (UInt16 A, UChar V) in IO_write() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/
H A Dtms34010_intf.cpp45 static void IO_write(UINT32 address, UINT16 value) { tms::write_ioreg(&tms34010, address, value); } in IO_write() function
53 TMS34010SetHandlers(MAXHANDLER-1, IO_read, IO_write); in TMS34010Init()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/
H A Dtms34010_intf.cpp45 static void IO_write(UINT32 address, UINT16 value) { tms::write_ioreg(&tms34010, address, value); } in IO_write() function
113 TMS34010SetHandlers(MAXHANDLER-1, IO_read, IO_write); in TMS34010Init()
H A Dtms34_intf.cpp54 static void IO_write(UINT32 address, UINT16 value) { tms34010_io_register_w(address, value); } in IO_write() function
158 TMS34010SetHandlers(MAXHANDLER-1, IO_read, IO_write); in TMS34010Init_Internal()
/dports/www/dillo2/dillo-3.0.5/src/IO/
H A DIO.c213 static bool_t IO_write(IOData_t *io) in IO_write() function
261 ret = IO_write(io); in IO_callback()
/dports/math/gap/gap-4.11.0/pkg/io-4.7.0/tst/
H A Dplatform.g28 "IO_symlink", "IO_telldir", "IO_unlink", "IO_write",
/dports/math/gap/gap-4.11.0/pkg/io-4.7.0/gap/
H A Dio.gi537 bytes := IO_write(f!.fd,st,pos,Length(st));
561 bytes := IO_write(f!.fd,f!.wbuf,pos2,f!.wbufsize-pos2);
568 bytes := IO_write(f!.fd,st,pos,Length(st)-pos);
592 # The same as IO_write, except that a line end is written in the end
642 return IO_write(f!.fd,st,pos,len);
663 bytes := IO_write(f!.fd,f!.wbuf,0,Minimum(IO.NonBlockWriteAmount,
688 res := IO_write( f!.fd, f!.wbuf, 0, f!.wdata );
709 res := IO_write( f!.fd, f!.wbuf, 0, f!.wdata );
H A Diohub.gi310 bytes := IO_write(s!.connections[i][2],s!.outbuf[i],
/dports/math/gap/gap-4.11.0/pkg/io-4.7.0/src/
H A Dio.c1867 GVAR_FUNC(IO_write, 4, "fd, st, offset, count"),