PCem
view src/resources.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 | 55564c65aa15 |
line source
1 #define IDM_FILE_RESET 40000
2 #define IDM_FILE_HRESET 40001
3 #define IDM_FILE_EXIT 40002
4 #define IDM_DISC_A 40010
5 #define IDM_DISC_B 40011
6 #define IDM_EJECT_A 40012
7 #define IDM_EJECT_B 40013
8 #define IDM_HDCONF 40014
9 #define IDM_CONFIG 40020
10 #define IDM_STATUS 40030
11 #define IDM_VID_RESIZE 40050
12 #define IDM_VID_DDRAW 40060
13 #define IDM_VID_D3D 40061
14 #define IDM_VID_FULLSCREEN 40070
15 #define IDM_VID_FS_FULL 40071
16 #define IDM_VID_FS_43 40072
17 #define IDM_VID_FS_SQ 40073
18 #define IDM_VID_FS_INT 40074
19 #define IDM_CDROM_EMPTY 40100
20 #define IDM_CDROM_REAL 40100
21 #define IDM_CDROM_DISABLED 40200
23 #define IDC_COMBO1 1000
24 #define IDC_COMBOVID 1001
25 #define IDC_COMBO3 1002
26 #define IDC_COMBO4 1003
27 #define IDC_COMBO5 1004
28 #define IDC_COMBO386 1005
29 #define IDC_COMBO486 1006
30 #define IDC_COMBOSND 1007
31 #define IDC_COMBOCHC 1008
32 #define IDC_COMBOCPUM 1060
33 #define IDC_COMBOSPD 1061
34 #define IDC_CHECK1 1010
35 #define IDC_CHECK2 1011
36 #define IDC_CHECK3 1012
37 #define IDC_CHECK4 1013
38 #define IDC_CHECKGUS 1014
39 #define IDC_CHECKSSI 1015
40 #define IDC_STATIC 1020
41 #define IDC_EDIT1 1030
42 #define IDC_EDIT2 1031
43 #define IDC_EDIT3 1032
44 #define IDC_EDIT4 1033
45 #define IDC_EDIT5 1034
46 #define IDC_EDIT6 1035
47 #define IDC_TEXT1 1040
48 #define IDC_TEXT2 1041
49 #define IDC_EDITC 1050
50 #define IDC_CFILE 1051
51 #define IDC_CNEW 1052
52 #define IDC_EDITD 1053
53 #define IDC_DFILE 1054
54 #define IDC_DNEW 1055
55 #define IDC_EJECTC 1056
56 #define IDC_EJECTD 1057
57 #define IDC_MEMSPIN 1070
58 #define IDC_MEMTEXT 1071
59 #define IDC_STEXT1 1100
60 #define IDC_STEXT2 1101
61 #define IDC_STEXT3 1102
62 #define IDC_STEXT4 1103
63 #define IDC_STEXT5 1104
64 #define IDC_STEXT6 1105
65 #define IDC_STEXT7 1106
66 #define IDC_STEXT8 1107
67 #define IDC_STEXT_DEVICE 1108
69 #define IDC_EDIT_C_SPT 1200
70 #define IDC_EDIT_C_HPC 1201
71 #define IDC_EDIT_C_CYL 1202
72 #define IDC_EDIT_D_SPT 1203
73 #define IDC_EDIT_D_HPC 1204
74 #define IDC_EDIT_D_CYL 1205
75 #define IDC_TEXT_C_SIZE 1210
76 #define IDC_TEXT_D_SIZE 1211
77 #define IDC_EDIT_C_FN 1220
78 #define IDC_EDIT_D_FN 1221
80 #define IDC_CONFIGUREVID 1200
81 #define IDC_CONFIGURESND 1201
83 #define IDC_CONFIG_BASE 1200
85 #define WM_RESETD3D WM_USER
86 #define WM_LEAVEFULLSCREEN WM_USER + 1
