|
libsidplayfp
1.8.7
|
#include <c64.h>
Public Types | |
| enum | model_t { PAL_B = 0, NTSC_M, OLD_NTSC_M, PAL_N } |
Public Member Functions | |
| void | debug (bool enable, FILE *out) |
| void | reset () |
| void | resetCpu () |
| void | setModel (model_t model) |
| void | setRoms (const uint8_t *kernal, const uint8_t *basic, const uint8_t *character) |
| double | getMainCpuSpeed () const |
| void | setBaseSid (c64sid *s) |
| bool | addExtraSid (c64sid *s, int address) |
| void | clearSids () |
| sidmemory * | getMemInterface () |
| uint_least16_t | getCia1TimerA () const |
| EventScheduler * | getEventScheduler () |
| const EventScheduler & | getEventScheduler () const |
| const char * | cpuCredits () const |
| const char * | ciaCredits () const |
| const char * | vicCredits () const |
Commodore 64 emulation core.
It consists of the following chips:
| enum c64::model_t |
| bool c64::addExtraSid | ( | c64sid * | s, |
| int | address | ||
| ) |
Add an extra SID.
| s | the sid emu to set |
| sidAddress | base address (e.g. 0xd420) |
|
inline |
Get the components credits
| void c64::clearSids | ( | ) |
Remove all the SIDs.
|
inline |
Get the components credits
|
inline |
Get C64's event scheduler
|
inline |
Get C64's event scheduler
|
inline |
Get the CPU clock speed.
| void c64::setBaseSid | ( | c64sid * | s | ) |
Set the base SID.
| s | the sid emu to set |
|
inline |
Get the components credits
1.8.12