PCem
view src/win.h @ 113:f749363ad763
Added per-device configuration.
Reworked configuration parser a bit.
Added configuration for S3 ViRGE and 8-bit Sound Blasters.
IRQ 2 routed to IRQ 9 on AT machines.
| author | TomW |
|---|---|
| date | Mon Jun 30 21:31:28 2014 +0100 |
| parents | c5989dbbc2ce |
| children |
line source
1 extern HINSTANCE hinstance;
2 extern HWND ghwnd;
3 extern int mousecapture;
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
9 #define szClassName "PCemMainWnd"
10 #define szSubClassName "PCemSubWnd"
12 void leave_fullscreen();
14 #ifdef __cplusplus
15 }
16 #endif
19 void status_open(HWND hwnd);
20 extern HWND status_hwnd;
21 extern int status_is_open;
23 void hdconf_open(HWND hwnd);
25 void config_open(HWND hwnd);
27 void deviceconfig_open(HWND hwnd, struct device_t *device);
29 extern char openfilestring[260];
31 int getfile(HWND hwnd, char *f, char *fn);
32 int getsfile(HWND hwnd, char *f, char *fn);
34 extern int pause;
