Метод | Описание | |
---|---|---|
C64 ( EmulatorIOAdapter ioAdapter ) : System | ||
Load1541JobState ( Stream f ) : bool | ||
Load1541State ( Stream f ) : bool | ||
LoadCIAState ( Stream f ) : bool | ||
LoadCPUState ( Stream f ) : bool | ||
LoadSIDState ( Stream f ) : bool | ||
LoadSnapshot ( string filename ) : bool | ||
LoadVICState ( Stream f ) : bool | ||
NMI ( ) : void | ||
NewPrefs ( |
||
Pause ( ) : void | ||
Quit ( ) : void | ||
Reset ( ) : void | ||
Resume ( ) : void | ||
Run ( ) : void | ||
Save1541JobState ( Stream f ) : bool | ||
Save1541State ( Stream f ) : int | ||
SaveCIAState ( Stream f ) : bool | ||
SaveCPUState ( Stream f ) : int | ||
SaveRAM ( string filename ) : void | ||
SaveSIDState ( Stream f ) : bool | ||
SaveSnapshot ( string filename ) : void | ||
SaveVICState ( Stream f ) : bool | ||
VBlank ( bool draw_frame ) : void | ||
patch_kernel ( bool fast_reset, bool emul_1541_proc ) : void |
Метод | Описание | |
---|---|---|
EmulateCyclesWith1541 ( ) : void | ||
EmulateCyclesWithout1541 ( ) : void | ||
Initialize ( ) : void | ||
MainLoop ( ) : void | ||
open_close_joysticks ( bool oldjoy1, bool oldjoy2, bool newjoy1, bool newjoy2 ) : void | ||
poll_joystick ( int port ) : byte |
public C64 ( EmulatorIOAdapter ioAdapter ) : System | ||
ioAdapter | EmulatorIOAdapter | |
Результат | System |
public Load1541JobState ( Stream f ) : bool | ||
f | Stream | |
Результат | bool |
public LoadSnapshot ( string filename ) : bool | ||
filename | string | |
Результат | bool |
public Save1541JobState ( Stream f ) : bool | ||
f | Stream | |
Результат | bool |
public SaveSnapshot ( string filename ) : void | ||
filename | string | |
Результат | void |
public patch_kernel ( bool fast_reset, bool emul_1541_proc ) : void | ||
fast_reset | bool | |
emul_1541_proc | bool | |
Результат | void |