Documentation ¶
Overview ¶
Package yaroze provides an interface Net Yaroze functionality.
Index ¶
- Constants
- Variables
- func Combine(f *psx.File) (*psx.File, error)
- func PatchExecutable(f *psx.File) error
- type Port
- func (p *Port) Bwr() error
- func (p *Port) Clear() error
- func (p *Port) ClearScreen() error
- func (p *Port) Go() error
- func (p *Port) Handshake(addr uint32, size int32) error
- func (p *Port) Load(f *ecoff.File) error
- func (p *Port) ReadByte() (byte, error)
- func (p *Port) ReadUntil(seq string) error
- func (p *Port) SendCommand(command string) error
- func (p *Port) SendData(data []byte, batch int) error
- func (p *Port) Write(data []byte) error
- func (p *Port) WriteByte(b byte) error
- type PortConfig
Constants ¶
View Source
const ( ECOFF_PSX_SP uint64 = 0x801fff00 Prompt = ">>" )
Variables ¶
View Source
var Libps *psx.File
Functions ¶
func PatchExecutable ¶
Types ¶
type Port ¶
func OpenPort ¶
func OpenPort(cfg *PortConfig) (*Port, error)
func (*Port) ClearScreen ¶
func (*Port) SendCommand ¶
Click to show internal directories.
Click to hide internal directories.