Home
last modified time | relevance | path

Searched refs:coma_read_id (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/bsvc/bsvc-2.4.6/src/M68k/devices/
H A DM68681.cpp151 coma_pid = coma_read_id = coma_write_id = -1; in M68681()
156 if (!StartPortCommand(portACommand, portAStdIOFlag, coma_read_id, in M68681()
175 if (coma_read_id != -1) { in M68681()
267 close(coma_read_id); in ~M68681()
564 if (read(coma_read_id, &c, 1) == 1) { in EventCallback()
H A DM68681.hpp91 int coma_read_id; // Pipe to command for port a member in M68681