space.c
来自「WaitForSingleObject 摩托罗拉的68k源程序」· C语言 代码 · 共 37 行
C
37 行
/****************************************************************************//* * Do all our LP setup through the standard System/Sdevice setup *//****************************************************************************/#include "config.h"/****************************************************************************/unsigned int bdm_ports[] = {#ifdef BDM_0 BDM_0_SIOA,#else -1,#endif#ifdef BDM_1 BDM_1_SIOA,#else -1,#endif#ifdef BDM_2 BDM_2_SIOA,#else -1,#endif#ifdef BDM_3 BDM_3_SIOA,#else -1,#endif};int bdm_debug_level = 0;/****************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?