Documentation
¶
Index ¶
- type Context
- type TIA
- func (tia *TIA) Access(write bool, idx uint16, data uint8) (uint8, error)
- func (tia *TIA) AudioBuffer() gui.AudioReader
- func (tia *TIA) Insert(c external.CartridgeInsertor, externalChips audio.SoundChipIterator) error
- func (tia *TIA) Label() string
- func (tia *TIA) PortWrite(idx uint16, data uint8, mask uint8) error
- func (tia *TIA) Reset() error
- func (tia *TIA) Status() string
- func (tia *TIA) Tick()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TIA ¶
type TIA struct {
// contains filtered or unexported fields
}
func (*TIA) AudioBuffer ¶
func (tia *TIA) AudioBuffer() gui.AudioReader
func (*TIA) Insert ¶ added in v0.4.2
func (tia *TIA) Insert(c external.CartridgeInsertor, externalChips audio.SoundChipIterator) error
Directories
¶
| Path | Synopsis |
|---|---|
|
Package audio implements the audio generation of the TIA.
|
Package audio implements the audio generation of the TIA. |
|
mix
Package mix is used to combine two distinct sound sources into either a mono or stereo signal.
|
Package mix is used to combine two distinct sound sources into either a mono or stereo signal. |
Click to show internal directories.
Click to hide internal directories.