⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 68020.h

📁 又一个游戏模拟器,著名ARC模拟器源码,包括多个平台
💻 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 + -