| Package | Description |
|---|---|
| libsidplay | |
| libsidplay.components.mos656x | |
| libsidplay.components.pla | |
| sidplay |
| Modifier and Type | Field and Description |
|---|---|
protected VIC |
C64.ntscVic
Specific VIC used for NTSC.
|
protected VIC |
C64.palVic
Specific VIC used for PAL.
|
| Modifier and Type | Method and Description |
|---|---|
VIC |
C64.getVIC()
Get VIC chip emulator (PAL/NTSC).
|
| Modifier and Type | Method and Description |
|---|---|
void |
C64.configureVICs(Consumer<VIC> action)
Configure PAL and NTSC VIC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MOS6567
NTSC specialization of the VIC
|
class |
MOS6569
PAL specialization of the VIC
|
| Modifier and Type | Method and Description |
|---|---|
void |
PLA.setVic(VIC vic) |
| Constructor and Description |
|---|
DisconnectedBusBank(VIC vic2) |
| Modifier and Type | Method and Description |
|---|---|
void |
Player.configureVICs(Consumer<VIC> action)
Call to configure VIC chips thread-safe.
|
Copyright © 2018 Ken Händel. All rights reserved.