📄 68020.h
字号:
/* * RAINE 68020 Interface with UAE engine */#include "raine.h"// Reset 68020()://// Reset 68020 regs and read Stack/PC from Vector tablevoid Reset68020(void);// Execute68020(int c)://// Execute 68020 for c cyclesvoid Execute68020(int c);// Interrupt68020(int level)://// Attempt to call Interrupt level (if Interrupt level is in enabled in SR)void Interrupt68020(int level);// Stop68020()://// Stop Execute68020() loop (for speed hacks)void Stop68020(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -