OSDN Git Service

db297c713f587b2a931154525e2ce281846e6daf
[csp-qt/common_source_project-fm7.git] / source / src / qt / common / emu_utils.h
1
2 #ifndef _CSP_EMU_UTILS_H
3 #define _CSP_EMU_UTILS_H
4 #include "common.h"
5 #include "emu.h"
6 #include "qt_main.h"
7
8 #if defined(USE_FD1) || defined(USE_FD2) || defined(USE_FD3) || defined(USE_FD4) || \
9     defined(USE_FD5) || defined(USE_FD6) || defined(USE_FD7) || defined(USE_FD8)
10
11 extern void open_disk(int drv, _TCHAR* path, int bank);
12 extern void close_disk(int drv);
13 #endif
14
15 #endif