Package builder.netsiddev
package builder.netsiddev
Client-side implementation of the NetSID protocol for communicating with
remote SID emulation servers. This package handles the transmission of
register writes, reads, and control commands over the network to a
NetworkSIDDevice running on the server.
It provides buffering, timing synchronization, and automatic handling of server responses to ensure accurate SID behavior even when the emulation is distributed. Commands are queued, merged, and flushed efficiently to minimize latency and emulate the cycle-accurate timing required by the C64 audio subsystem.
Typical usage involves a NetSIDClient instance,
which establishes and maintains a connection to the server, manages
write/read scheduling, and synchronizes the SID model configuration.
- Autor:
- Ken Händel, Antti S. Lankila
-
KlassenKlasseBeschreibungFakeStereo mode uses two chips using the same base address.Support of network enabled SID devices using the network SID protocol.