-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnitBIOS.dfm
630 lines (630 loc) · 15.5 KB
/
UnitBIOS.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
object FrameBIOS: TFrameBIOS
Left = 0
Top = 0
Width = 1248
Height = 616
TabOrder = 0
object GroupBoxBIOSSF2000: TGroupBox
Left = 0
Top = 167
Width = 1248
Height = 273
Caption = 'SF2000 BIOS (Firmware) '#8211' bisrv.asd'
TabOrder = 5
Visible = False
object Label2: TLabel
Left = 528
Top = 20
Width = 60
Height = 15
Caption = 'CRC status:'
end
object LabelCRCStatusSF2000: TLabel
Left = 600
Top = 20
Width = 9
Height = 15
Caption = '...'
end
object Label5: TLabel
Left = 832
Top = 20
Width = 223
Height = 15
Caption = 'Fix CRC after manual changes to the BIOS.'
end
object Label6: TLabel
Left = 528
Top = 60
Width = 110
Height = 15
Caption = 'Boot logo (512'#215'200):'
end
object Label7: TLabel
Left = 528
Top = 81
Width = 413
Height = 15
Caption =
'Click '#39'Replace...'#39' or drop a correctly-sized image on the boot l' +
'ogo to change it.'
end
object Label4: TLabel
Left = 528
Top = 112
Width = 104
Height = 15
Caption = 'BIOS modifications:'
end
object Panel1: TPanel
Left = 8
Top = 16
Width = 512
Height = 200
Color = clBlack
DoubleBuffered = True
ParentBackground = False
ParentDoubleBuffered = False
TabOrder = 0
object ImageBootLogoSF2000: TImage
Left = 0
Top = 0
Width = 512
Height = 200
Enabled = False
Stretch = True
end
end
object ButtonCRCFixSF2000: TButton
Left = 656
Top = 16
Width = 80
Height = 24
Caption = 'Fix CRC'
TabOrder = 1
OnClick = ButtonCRCFixClick
end
object ButtonCRCRefreshSF2000: TButton
Left = 744
Top = 16
Width = 80
Height = 24
Caption = 'Refresh'
TabOrder = 2
OnClick = ButtonCRCRefreshClick
end
object ButtonBootLogoSaveSF2000: TButton
Left = 656
Top = 56
Width = 80
Height = 24
Caption = 'Save...'
TabOrder = 3
OnClick = ButtonBootLogoSaveClick
end
object ButtonBootLogoReplaceSF2000: TButton
Left = 744
Top = 56
Width = 80
Height = 24
Caption = 'Replace...'
TabOrder = 4
OnClick = ButtonBootLogoReplaceClick
end
object ButtonBootLogoRefreshSF2000: TButton
Left = 832
Top = 56
Width = 80
Height = 24
Caption = 'Refresh'
TabOrder = 5
OnClick = ButtonBootLogoRefreshClick
end
object CheckBoxGaroupSF2000: TCheckBox
Left = 528
Top = 128
Width = 536
Height = 17
Caption =
'Make stock FBAlpha expect a 9 MiB P-ROM for '#39'garoup'#39' (required f' +
'or Neo Geo ROM Faker)'
TabOrder = 6
OnClick = CheckBoxGaroupClick
end
end
object GroupBoxBootloader: TGroupBox
Left = 0
Top = 0
Width = 1248
Height = 94
Caption = 'Bootloader'
TabOrder = 0
object LabelPatchBootloader: TLabel
Left = 32
Top = 32
Width = 1124
Height = 15
Caption =
'This patch improves FAT32 compatibility, especially if there are' +
'/were more files in the '#39'bios'#39' folder. It does not work if the d' +
'evice already doesn'#39't boot and will not run if already patched. ' +
'Make sure your battery is full!'
end
object LabelPointlessFile: TLabel
Left = 32
Top = 71
Width = 1095
Height = 15
Caption =
'If your device doesn'#39't boot, check any one of these checkboxes t' +
'ry to boot. If the device still doesn'#39't boot, check one more an ' +
'try again. Repeat until it boots. Then patch the bootloader to f' +
'ix this bug for good.'
end
object CheckBoxPatchBootloader: TCheckBox
Left = 8
Top = 16
Width = 224
Height = 16
Caption = 'Patch bootloader on next boot'
TabOrder = 0
OnClick = CheckBoxPatchBootloaderClick
end
object CheckBoxPointlessFile1: TCheckBox
Tag = 1
Left = 8
Top = 55
Width = 144
Height = 16
Caption = 'Create pointless file 1'
TabOrder = 1
OnClick = CheckBoxPointlessFileClick
end
object CheckBoxPointlessFile2: TCheckBox
Tag = 2
Left = 160
Top = 55
Width = 144
Height = 16
Caption = 'Create pointless file 2'
TabOrder = 2
OnClick = CheckBoxPointlessFileClick
end
object CheckBoxPointlessFile3: TCheckBox
Tag = 3
Left = 312
Top = 55
Width = 144
Height = 16
Caption = 'Create pointless file 3'
TabOrder = 3
OnClick = CheckBoxPointlessFileClick
end
object CheckBoxPointlessFile4: TCheckBox
Tag = 4
Left = 464
Top = 55
Width = 144
Height = 16
Caption = 'Create pointless file 4'
TabOrder = 4
OnClick = CheckBoxPointlessFileClick
end
end
object GroupBoxGBABIOS: TGroupBox
Left = 0
Top = 102
Width = 1248
Height = 57
Caption = 'GBA BIOS (Stock GBA Emulator) '#8211' gba_bios.bin'
TabOrder = 1
object LabelGBABIOS: TLabel
Left = 32
Top = 34
Width = 1143
Height = 15
Caption =
'Improves compatibility with a few games (but not performance). S' +
'ave states created with and without the official BIOS are mutual' +
'ly incompatible. '#39'bios\gba_bios.bin'#39' must be present on the TF c' +
'ard like it is on delivery.'
end
object LabelGBABIOS1: TLabel
Left = 8
Top = 16
Width = 152
Height = 15
Caption = 'Use official BIOS for ROMs in'
end
object CheckBoxGBABIOS0: TCheckBox
Left = 176
Top = 16
Width = 64
Height = 16
TabOrder = 0
OnClick = CheckBoxGBABIOSClick
end
object CheckBoxGBABIOS1: TCheckBox
Tag = 1
Left = 248
Top = 16
Width = 64
Height = 16
TabOrder = 1
OnClick = CheckBoxGBABIOSClick
end
object CheckBoxGBABIOS2: TCheckBox
Tag = 2
Left = 320
Top = 16
Width = 64
Height = 16
TabOrder = 2
OnClick = CheckBoxGBABIOSClick
end
object CheckBoxGBABIOS3: TCheckBox
Tag = 3
Left = 392
Top = 16
Width = 64
Height = 16
TabOrder = 3
OnClick = CheckBoxGBABIOSClick
end
object CheckBoxGBABIOS4: TCheckBox
Tag = 4
Left = 464
Top = 16
Width = 64
Height = 16
TabOrder = 4
OnClick = CheckBoxGBABIOSClick
end
object CheckBoxGBABIOS5: TCheckBox
Tag = 5
Left = 536
Top = 16
Width = 64
Height = 16
TabOrder = 5
OnClick = CheckBoxGBABIOSClick
end
object CheckBoxGBABIOS6: TCheckBox
Tag = 6
Left = 608
Top = 16
Width = 64
Height = 16
TabOrder = 6
OnClick = CheckBoxGBABIOSClick
end
object CheckBoxGBABIOS7: TCheckBox
Tag = 7
Left = 680
Top = 16
Width = 64
Height = 16
TabOrder = 7
OnClick = CheckBoxGBABIOSClick
end
object CheckBoxGBABIOS8: TCheckBox
Tag = 8
Left = 752
Top = 16
Width = 64
Height = 16
TabOrder = 8
OnClick = CheckBoxGBABIOSClick
end
end
object GroupBoxBIOSGB300: TGroupBox
Left = 0
Top = 167
Width = 1248
Height = 273
Caption = 'GB300 BIOS (Firmware) '#8211' bisrv.asd'
TabOrder = 2
Visible = False
object LabelCRC: TLabel
Left = 264
Top = 20
Width = 60
Height = 15
Caption = 'CRC status:'
end
object LabelCRCStatusGB300: TLabel
Left = 336
Top = 20
Width = 9
Height = 15
Caption = '...'
end
object LabelCRCInfo: TLabel
Left = 568
Top = 20
Width = 223
Height = 15
Caption = 'Fix CRC after manual changes to the BIOS.'
end
object LabelBootLogo: TLabel
Left = 264
Top = 60
Width = 110
Height = 15
Caption = 'Boot logo (248'#215'249):'
end
object LabelBootLogo1: TLabel
Left = 264
Top = 81
Width = 413
Height = 15
Caption =
'Click '#39'Replace...'#39' or drop a correctly-sized image on the boot l' +
'ogo to change it.'
end
object LabelScreen: TLabel
Left = 264
Top = 154
Width = 38
Height = 15
Caption = 'Screen:'
end
object LabelScreen2: TLabel
AlignWithMargins = True
Left = 320
Top = 154
Width = 272
Height = 15
Caption = 'SF2000 screen swap patch is said to not be required.'
end
object Label3: TLabel
Left = 264
Top = 112
Width = 104
Height = 15
Caption = 'BIOS modifications:'
end
object PanelBootLogoDoubleBufferer: TPanel
Left = 8
Top = 16
Width = 248
Height = 249
Color = clBlack
DoubleBuffered = True
ParentBackground = False
ParentDoubleBuffered = False
TabOrder = 0
object ImageBootLogoGB300: TImage
Left = 0
Top = 0
Width = 248
Height = 249
Enabled = False
Stretch = True
end
end
object ButtonCRCFixGB300: TButton
Left = 392
Top = 16
Width = 80
Height = 24
Caption = 'Fix CRC'
TabOrder = 1
OnClick = ButtonCRCFixClick
end
object ButtonCRCRefreshGB300: TButton
Left = 480
Top = 16
Width = 80
Height = 24
Caption = 'Refresh'
TabOrder = 2
OnClick = ButtonCRCRefreshClick
end
object ButtonBootLogoSaveGB300: TButton
Left = 392
Top = 56
Width = 80
Height = 24
Caption = 'Save...'
TabOrder = 3
OnClick = ButtonBootLogoSaveClick
end
object ButtonBootLogoReplaceGB300: TButton
Left = 480
Top = 56
Width = 80
Height = 24
Caption = 'Replace...'
TabOrder = 4
OnClick = ButtonBootLogoReplaceClick
end
object ButtonBootLogoRefreshGB300: TButton
Left = 568
Top = 56
Width = 80
Height = 24
Caption = 'Refresh'
TabOrder = 5
OnClick = ButtonBootLogoRefreshClick
end
object CheckBoxVT03: TCheckBox
Left = 264
Top = 213
Width = 536
Height = 16
Caption =
'Enable VT02/VT03 support for .nfc files (note: very bad compatib' +
'ility; MUST have .nfc extension!)'
TabOrder = 7
Visible = False
OnClick = CheckBoxVT03Click
end
object CheckBoxPatchVT03LUT: TCheckBox
Left = 280
Top = 229
Width = 520
Height = 16
Caption =
'Patch VT03 LUT from RGB555 to RGB565 (fixes color issues for VT0' +
'3 ROMs)'
TabOrder = 8
Visible = False
OnClick = CheckBoxPatchVT03LUTClick
end
object CheckBoxFDS: TCheckBox
Left = 264
Top = 189
Width = 536
Height = 16
Caption =
'Enable Famicom Disk System support in FCEUmm (requires '#39'disksys.' +
'rom'#39' in '#39'ROMS'#39')'
TabOrder = 6
Visible = False
OnClick = CheckBoxFDSClick
end
object CheckBoxGaroupGB300: TCheckBox
Left = 264
Top = 128
Width = 536
Height = 17
Caption =
'Make stock FBAlpha expect a 9 MiB P-ROM for '#39'garoup'#39' (required f' +
'or Neo Geo ROM Faker)'
TabOrder = 9
OnClick = CheckBoxGaroupClick
end
end
object GroupBoxROMFixes: TGroupBox
Left = 0
Top = 448
Width = 1248
Height = 112
Caption = 'General ROM Fixes'
TabOrder = 3
object LabelFixMDThumbs: TLabel
Left = 144
Top = 20
Width = 1029
Height = 15
Caption =
'45 MD files have a thumbnail in an incorrect format (BGRA8888 in' +
'stead of RGB565). This will analyse all .zmd files in the '#39'MD'#39' f' +
'older and fix the broken ones. The process takes around half a m' +
'inute.'
end
object LabelFixGlazedThumb: TLabel
Left = 144
Top = 52
Width = 778
Height = 15
Caption =
'Fixes the thumbnail of '#39'Pokemon - Glazed Version (CN).zgb'#39' which' +
' features a way too large thumbnail. The correct one is hardcode' +
'd inside this tool.'
end
object Label1: TLabel
Left = 144
Top = 84
Width = 1087
Height = 15
Caption =
'Changes the file extension in the .zfc files'#39' header in '#39'FC'#39' fro' +
'm .nfc to .nes to make them run with FCEUmm. Breaks their existi' +
'ng save states. Improves compatibility. Takes little over half a' +
' minute. GB300 only.'
end
object ButtonFixMDThumbs: TButton
Left = 8
Top = 16
Width = 128
Height = 24
Caption = 'Fix MD Thumbnails'
TabOrder = 0
OnClick = ButtonFixMDThumbsClick
end
object ButtonFixGlazedThumb: TButton
Left = 8
Top = 48
Width = 128
Height = 24
Caption = 'Fix Glazed Thumbnail'
TabOrder = 1
OnClick = ButtonFixGlazedThumbClick
end
object ButtonAlwaysUseFCEUmm: TButton
Left = 8
Top = 80
Width = 128
Height = 24
Caption = 'Always Use FCEUmm'
TabOrder = 2
OnClick = ButtonAlwaysUseFCEUmmClick
end
end
object GroupBoxReset: TGroupBox
Left = 0
Top = 568
Width = 1248
Height = 48
Caption = 'Reset User Files'
TabOrder = 4
object LabelReset: TLabel
Left = 320
Top = 20
Width = 522
Height = 15
Caption =
'Deletes the corresponding files. Your device and this tool will ' +
'both create them again when needed.'
end
object ButtonClearFavorites: TButton
Left = 8
Top = 16
Width = 96
Height = 24
Caption = 'Clear Favorites'
TabOrder = 0
OnClick = ButtonClearFavoritesClick
end
object ButtonClearHistory: TButton
Left = 112
Top = 16
Width = 96
Height = 24
Caption = 'Clear History'
TabOrder = 1
OnClick = ButtonClearHistoryClick
end
object ButtonClearKeyMap: TButton
Left = 216
Top = 16
Width = 96
Height = 24
Caption = 'Reset Key Map'
TabOrder = 2
OnClick = ButtonClearKeyMapClick
end
end
object TimerLazyLoad: TTimer
Interval = 1
OnTimer = TimerLazyLoadTimer
Left = 32
Top = 391
end
object SaveDialogBootLogo: TSaveDialog
DefaultExt = '.dib'
Filter = 'Device Independent Bitmap (*.dib, *.bmp)|*.dib;*.bmp'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 144
Top = 391
end
object OpenDialogBootLogo: TOpenDialog
Filter =
'Images (*.bmp, *.dib, *.png, *.jpg, *.jpeg)|*.bmp;*.dib;*.png;*.' +
'jpg;*.jpeg'
Left = 72
Top = 319
end
end