Package | Description |
---|---|
libsidplay | |
libsidplay.components.c1541 | |
libsidplay.components.pla | |
libsidutils.debug | |
libsidutils.vicesync | |
sidplay |
Modifier and Type | Method and Description |
---|---|
MOS6510 |
C64.getCPU()
Return CPU emulator
|
Constructor and Description |
---|
C64(Class<? extends MOS6510> cpuClass) |
HardwareEnsemble(IConfig config,
Class<? extends MOS6510> cpuClass)
Create a complete hardware setup (C64, tape/disk drive, printer and more).
|
Modifier and Type | Method and Description |
---|---|
MOS6510 |
C1541.getCPU()
Get CPU of the floppy.
|
Constructor and Description |
---|
VIA6522DC(int deviceID,
MOS6510 cpu)
Creates a new instance of VIA6522DC.
|
Modifier and Type | Method and Description |
---|---|
MOS6510 |
PLA.getCPU() |
Modifier and Type | Method and Description |
---|---|
void |
PLA.setCpu(MOS6510 cpu) |
Modifier and Type | Class and Description |
---|---|
class |
MOS6510Debug
MOS6510 debug implementation to trace CPU state each time a command gets
fetched and each time interrupt routine gets started or ends.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MOS6510Debug.dumpState(long time,
MOS6510 cpu) |
Modifier and Type | Class and Description |
---|---|
class |
MOS6510ViceSync
Alpha: Feature to compare VICE and JSIDPlay2 implementation by running both
and communicating via socket connection after each instruction.
|
Constructor and Description |
---|
Player(IConfig config,
Class<? extends MOS6510> cpuClass)
Create a Music Player.
|
Copyright © 2018 Ken Händel. All rights reserved.