This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
FB Alpha v0.2.97.43 (ClrMame Pro XML, Megadrive only).dat
14174 lines (14173 loc) · 583 KB
/
FB Alpha v0.2.97.43 (ClrMame Pro XML, Megadrive only).dat
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
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<!DOCTYPE datafile PUBLIC "-//FB Alpha//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd">
<datafile>
<header>
<name>FB Alpha - Megadrive Games</name>
<description>FB Alpha v0.2.97.43 Megadrive Games</description>
<category>Standard DatFile</category>
<version>0.2.97.43</version>
<author>FB Alpha</author>
<homepage>https://www.fbalpha.com/</homepage>
<url>https://www.fbalpha.com/</url>
<clrmamepro forcenodump="ignore"/>
</header>
<game name="12in1">
<description>12 in 1</description>
<year>199?</year>
<manufacturer><unlicensed></manufacturer>
<rom name="12-in-1 (unl).bin" size="2097152" crc="a98bf454"/>
</game>
<game name="13mahjan">
<description>13 Ma Jiang - 98 Mei Shao Nu Pian (Chi)</description>
<year>1998</year>
<manufacturer>BBD</manufacturer>
<rom name="13 mahjong 98 (unl).bin" size="655360" crc="68b372f6"/>
</game>
<game name="16tongnk" cloneof="16ton" romof="16ton">
<description>16 Ton (Jpn, Game no Kandume MegaCD Rip)</description>
<year>1991</year>
<manufacturer>Sega</manufacturer>
<rom name="16 ton (jpn) (gnk).bin" size="262144" crc="98149eaf"/>
</game>
<game name="16ton">
<description>16 Ton (Jpn, SegaNet)</description>
<year>1991</year>
<manufacturer>Sega</manufacturer>
<rom name="16 ton (jpn) (sn).bin" size="262144" crc="537f04b6"/>
</game>
<game name="16zhan">
<description>16 Zhang Ma Jiang (Chi)</description>
<year>199?</year>
<manufacturer><unlicensed></manufacturer>
<rom name="16 zhang ma jiang (chi) (unl).bin" size="1048576" crc="36407c82"/>
</game>
<game name="2psymmac">
<description>2 in 1 - Psycho Pinball & Micro Machines (Euro)</description>
<year>1993</year>
<manufacturer>Codemasters</manufacturer>
<rom name="mdppf821.bin" size="2097152" crc="32dd8351"/>
<rom name="mdmm_acd3.bin" size="524288" crc="50081a0b"/>
</game>
<game name="2020bbj" cloneof="2020bb" romof="2020bb">
<description>2020 Toshi Super Baseball (Jpn)</description>
<year>1994</year>
<manufacturer>Electronic Arts Victor</manufacturer>
<rom name="2020 toshi super baseball (jpn).bin" size="2097152" crc="2bbee127"/>
</game>
<game name="3in1fwt">
<description>3 in 1 Flashback - World Championship Soccer - Tecmo World Cup 92 (Pirate)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="3-in-1 flashback - world champ. soccer - tecmo world cup 92 (pirate).bin" size="2097152" crc="a8fd28d7"/>
</game>
<game name="3in1rmb">
<description>3 in 1 Road Rash - Ms. Pac-Man - Block Out (Pirate)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="3-in-1 road rash - ms. pac-man - block out (pirate).bin" size="1048576" crc="13c96154"/>
</game>
<game name="3ninja">
<description>3 Ninjas Kick Back (USA)</description>
<year>1994</year>
<manufacturer>Psygnosis</manufacturer>
<rom name="3 ninjas kick back (usa).bin" size="2097152" crc="e5a24999"/>
</game>
<game name="4in1pb">
<description>4 in 1 (Pirate)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="4-in-1 (pirate).bin" size="2097152" crc="be72857b"/>
</game>
<game name="6pak">
<description>6-Pak (USA)</description>
<year>1996</year>
<manufacturer>Sega</manufacturer>
<rom name="6-pak (usa).bin" size="3145728" crc="1a6f45dc"/>
</game>
<game name="688atsub">
<description>688 Attack Sub (Euro, USA)</description>
<year>1991</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-13956.bin" size="1048576" crc="f2c58bf7"/>
</game>
<game name="bugslife">
<description>A Bug's Life</description>
<year>199?</year>
<manufacturer><unlicensed></manufacturer>
<rom name="bug's life, a (unl).bin" size="1048576" crc="10458e09"/>
</game>
<game name="bugslifea" cloneof="bugslife" romof="bugslife">
<description>A Bug's Life (Alt?)</description>
<year>199?</year>
<manufacturer><unlicensed></manufacturer>
<rom name="bug's life (unl).bin" size="1048576" crc="ed1c1a67"/>
</game>
<game name="dinotale">
<description>A Dinosaur's Tale (USA)</description>
<year>1993</year>
<manufacturer>Hi-Tech Expression</manufacturer>
<rom name="dinosaur's tale, a (usa).bin" size="1048576" crc="70155b5b"/>
</game>
<game name="aresshmd">
<description>A Ressha de Ikou MD - Take the 'A' Train (Jpn)</description>
<year>1992</year>
<manufacturer>Sega</manufacturer>
<rom name="a ressha de ikou md (jpn).bin" size="524288" crc="3d45de4f"/>
</game>
<game name="aaharima">
<description>Aa Harimanada (Jpn)</description>
<year>1993</year>
<manufacturer>Sega</manufacturer>
<rom name="aa harimanada (jpn).bin" size="2097152" crc="065f6021"/>
</game>
<game name="aaahhrm">
<description>AAAHH!!! Real Monsters (Euro)</description>
<year>1995</year>
<manufacturer>Viacom New Media</manufacturer>
<rom name="aaahh!!! real monsters (euro).bin" size="2097152" crc="7ad115ff"/>
</game>
<game name="aaahhrmu" cloneof="aaahhrm" romof="aaahhrm">
<description>AAAHH!!! Real Monsters (USA)</description>
<year>1995</year>
<manufacturer>Viacom New Media</manufacturer>
<rom name="aaahh!!! real monsters (usa).bin" size="2097152" crc="fdc80bfc"/>
</game>
<game name="action52">
<description>Action 52 (USA)</description>
<year>1993</year>
<manufacturer>Active Enterprises</manufacturer>
<rom name="action 52 (usa) (unl).bin" size="2097152" crc="29ff58ae"/>
</game>
<game name="action52a" cloneof="action52" romof="action52">
<description>Action 52 (USA, Alt)</description>
<year>1993</year>
<manufacturer>Active Enterprises</manufacturer>
<rom name="action 52 (usa) (alt) (unl).bin" size="2097152" crc="8809d666"/>
</game>
<game name="ar">
<description>Action Replay (Euro)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="action replay (euro).bin" size="32768" crc="95ff7c3e"/>
</game>
<game name="addfamv">
<description>Addams Family Values (Euro)</description>
<year>1994</year>
<manufacturer>Ocean</manufacturer>
<rom name="addams family values (euro).bin" size="2097152" crc="b906b992"/>
</game>
<game name="advdaisn">
<description>Advanced Daisenryaku - Deutsch Dengeki Sakusen (Jpn, Rev. A)</description>
<year>1991</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-13842a.bin" size="1048576" crc="e0d5e18a"/>
</game>
<game name="adveboy">
<description>Adventurous Boy - Mao Xian Xiao Zi (Chi)</description>
<year>199?</year>
<manufacturer><unlicensed></manufacturer>
<rom name="adventurous boy - mao xian xiao zi (chi) (unl).bin" size="524288" crc="d4403913"/>
</game>
<game name="aeroblst" cloneof="airbustr" romof="airbustr">
<description>Aero Blasters: Trouble Specialty Raid Unit (Jpn)</description>
<year>1991</year>
<manufacturer>Kaneko</manufacturer>
<rom name="aero blasters (jpn).bin" size="524288" crc="a00da987"/>
</game>
<game name="aero">
<description>Aero the Acro-Bat (Euro)</description>
<year>1993</year>
<manufacturer>Sunsoft</manufacturer>
<rom name="mpr-16603.bin" size="1048576" crc="1a3eaf57"/>
</game>
<game name="aerop" cloneof="aero" romof="aero">
<description>Aero the Acro-Bat (Prototype)</description>
<year>1993</year>
<manufacturer>Sunsoft</manufacturer>
<rom name="aero the acro-bat (beta).bin" size="1048576" crc="dcd14b10"/>
</game>
<game name="aerou" cloneof="aero" romof="aero">
<description>Aero the Acro-Bat (USA)</description>
<year>1993</year>
<manufacturer>Sunsoft</manufacturer>
<rom name="aero the acro-bat (usa).bin" size="1048576" crc="a3a7a8b5"/>
</game>
<game name="aero2">
<description>Aero the Acro-Bat 2 (Euro)</description>
<year>1994</year>
<manufacturer>Sunsoft</manufacturer>
<rom name="mpr-17303.ic1" size="2097152" crc="a451f9a1"/>
</game>
<game name="aero2u" cloneof="aero2" romof="aero2">
<description>Aero the Acro-Bat 2 (USA)</description>
<year>1994</year>
<manufacturer>Sunsoft</manufacturer>
<rom name="aero the acro-bat 2 (usa).bin" size="2097152" crc="39eb74eb"/>
</game>
<game name="aerobiz">
<description>Aerobiz (USA)</description>
<year>1992</year>
<manufacturer>Koei</manufacturer>
<rom name="aerobiz (usa).bin" size="1048576" crc="cfaa9bce"/>
</game>
<game name="aerobizs">
<description>Aerobiz Supersonic (USA)</description>
<year>1994</year>
<manufacturer>Koei</manufacturer>
<rom name="aerobiz supersonic (usa).bin" size="1048576" crc="9377f1b5"/>
</game>
<game name="aburner2">
<description>After Burner II (Euro, USA)</description>
<year>1990</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-13261.bin" size="524288" crc="ccafe00e"/>
</game>
<game name="aburner2j" cloneof="aburner2" romof="aburner2">
<description>After Burner II (Jpn)</description>
<year>1990</year>
<manufacturer>Denpa Shinbunsha</manufacturer>
<rom name="mpr-12941.bin" size="524288" crc="4ff37e66"/>
</game>
<game name="airbustr">
<description>Air Buster: Trouble Specialty Raid Unit (USA)</description>
<year>1991</year>
<manufacturer>Kaneko</manufacturer>
<rom name="air buster (usa).bin" size="524288" crc="f3d65baa"/>
</game>
<game name="airdiverj" cloneof="airdiver" romof="airdiver">
<description>Air Diver (Jpn)</description>
<year>1990</year>
<manufacturer>Asmik Ace</manufacturer>
<rom name="air diver (jpn).bin" size="524288" crc="9e2d5b91"/>
</game>
<game name="airdiver">
<description>Air Diver (USA)</description>
<year>1990</year>
<manufacturer>Seismic</manufacturer>
<rom name="air diver (usa).bin" size="524288" crc="2041885e"/>
</game>
<game name="airmanag" cloneof="aerobiz" romof="aerobiz">
<description>Air Management - Oozora ni Kakeru (Jpn)</description>
<year>1992</year>
<manufacturer>Koei</manufacturer>
<rom name="air management - oozora ni kakeru (jpn).bin" size="1048576" crc="b3db0c71"/>
</game>
<game name="airmang2" cloneof="aerobizs" romof="aerobizs">
<description>Air Management II - Koukuuou o Mezase (Jpn)</description>
<year>1994</year>
<manufacturer>Koei</manufacturer>
<rom name="air management ii - koukuuou o mezase (jpn).bin" size="1048576" crc="4582817b"/>
</game>
<game name="akumajo" cloneof="cvania" romof="cvania">
<description>Akumajou Dracula - Vampire Killer (Jpn)</description>
<year>1994</year>
<manufacturer>Konami</manufacturer>
<rom name="akumajou dracula - vampire killer (jpn).bin" size="1048576" crc="91b57d2b"/>
</game>
<game name="aladdin2">
<description>Aladdin II</description>
<year>199?</year>
<manufacturer><unlicensed></manufacturer>
<rom name="aladdin ii (unl).bin" size="2097152" crc="be5f9397"/>
</game>
<game name="alexkiddk" cloneof="alexkidd" romof="alexkidd">
<description>Alex Kidd - Cheongong Maseong (Kor)</description>
<year>1990</year>
<manufacturer>Samsung</manufacturer>
<rom name="alex kidd - cheongong maseong (kor).bin" size="262144" crc="5b0678fb"/>
</game>
<game name="alexkidd1" cloneof="alexkidd" romof="alexkidd">
<description>Alex Kidd in the Enchanted Castle (Euro)</description>
<year>1990</year>
<manufacturer>Sega</manufacturer>
<rom name="alex kidd in the enchanted castle (euro).bin" size="262144" crc="c3a52529"/>
</game>
<game name="alexkidd">
<description>Alex Kidd in the Enchanted Castle (Euro, Rev. A)</description>
<year>1990</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-12608a.ic1" size="262144" crc="778a0f00"/>
</game>
<game name="alexkiddj" cloneof="alexkidd" romof="alexkidd">
<description>Alex Kidd in the Enchanted Castle (Jpn)</description>
<year>1989</year>
<manufacturer>Sega</manufacturer>
<rom name="alex kidd - tenkuu majou (jpn).bin" size="262144" crc="8a5ed856"/>
</game>
<game name="alexkiddu" cloneof="alexkidd" romof="alexkidd">
<description>Alex Kidd in the Enchanted Castle (USA)</description>
<year>1989</year>
<manufacturer>Sega</manufacturer>
<rom name="alex kidd in the enchanted castle (usa).bin" size="262144" crc="47dba0ac"/>
</game>
<game name="aliensol">
<description>Alien Soldier (Euro)</description>
<year>1995</year>
<manufacturer>Sega</manufacturer>
<rom name="alien soldier (euro).bin" size="2097152" crc="0496e06c"/>
</game>
<game name="aliensolj" cloneof="aliensol" romof="aliensol">
<description>Alien Soldier (Jpn)</description>
<year>1995</year>
<manufacturer>Sega</manufacturer>
<rom name="alien soldier (jpn).bin" size="2097152" crc="90fa1539"/>
</game>
<game name="astorm">
<description>Alien Storm (World)</description>
<year>1991</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-13941.bin" size="524288" crc="f5ac8de5"/>
</game>
<game name="alien3a" cloneof="alien3" romof="alien3">
<description>Alien3 (Euro, USA)</description>
<year>1993</year>
<manufacturer>Arena Entertainment</manufacturer>
<rom name="mpr-15061.bin" size="524288" crc="a3b00d6e"/>
</game>
<game name="alien3">
<description>Alien3 (Euro, USA, Rev. A)</description>
<year>1993</year>
<manufacturer>Arena Entertainment</manufacturer>
<rom name="mpr-15061a.bin" size="524288" crc="b327fd1b"/>
</game>
<game name="alisiad">
<description>Alisia Dragoon (Euro)</description>
<year>1992</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-14680.ic1" size="1048576" crc="28165bd1"/>
</game>
<game name="alisiadj" cloneof="alisiad" romof="alisiad">
<description>Alisia Dragoon (Jpn)</description>
<year>1992</year>
<manufacturer>Game Arts</manufacturer>
<rom name="alisia dragoon (jpn).bin" size="1048576" crc="4d476722"/>
</game>
<game name="alisiadu" cloneof="alisiad" romof="alisiad">
<description>Alisia Dragoon (USA)</description>
<year>1992</year>
<manufacturer>Sega</manufacturer>
<rom name="alisia dragoon (usa).bin" size="1048576" crc="d28d5c40"/>
</game>
<game name="altbeast">
<description>Altered Beast (Euro, USA)</description>
<year>1989</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-12538.bin" size="524288" crc="154d59bb"/>
</game>
<game name="amerglad">
<description>American Gladiators (USA)</description>
<year>1992</year>
<manufacturer>GameTek</manufacturer>
<rom name="american gladiators (usa).bin" size="1048576" crc="9952fa85"/>
</game>
<game name="agassi">
<description>Andre Agassi Tennis (Euro)</description>
<year>1992</year>
<manufacturer>TecMagik</manufacturer>
<rom name="mpr-15488.ic1" size="524288" crc="224256c7"/>
</game>
<game name="agassiu" cloneof="agassi" romof="agassi">
<description>Andre Agassi Tennis (USA)</description>
<year>1992</year>
<manufacturer>TecMagik</manufacturer>
<rom name="andre agassi tennis (usa).bin" size="524288" crc="e755dd51"/>
</game>
<game name="agassiup" cloneof="agassi" romof="agassi">
<description>Andre Agassi Tennis (USA, Prototype)</description>
<year>1992</year>
<manufacturer>TecMagik</manufacturer>
<rom name="andre agassi tennis (usa) (beta).bin" size="524288" crc="3bbf700d"/>
</game>
<game name="animania">
<description>Animaniacs (Euro)</description>
<year>1994</year>
<manufacturer>Konami</manufacturer>
<rom name="fx014a1.bin" size="1048576" crc="92b6f255"/>
</game>
<game name="animaniau" cloneof="animania" romof="animania">
<description>Animaniacs (USA)</description>
<year>1994</year>
<manufacturer>Konami</manufacturer>
<rom name="animaniacs (usa).bin" size="1048576" crc="86224d86"/>
</game>
<game name="anotherw">
<description>Another World (Euro)</description>
<year>1993</year>
<manufacturer>Virgin Games</manufacturer>
<rom name="mpr-15498.ic1" size="1048576" crc="e9742041"/>
</game>
<game name="genchohi" cloneof="genghis2" romof="genghis2">
<description>Aoki Ookami to Shiroki Mejika - Genchou Hishi (Jpn)</description>
<year>1993</year>
<manufacturer>Koei</manufacturer>
<rom name="aoki ookami to shiroki meshika - genchou hishi (jpn).bin" size="1310720" crc="10be1d93"/>
</game>
<game name="aqrenk">
<description>Aq Renkan Awa (Chi)</description>
<year>1995</year>
<manufacturer>C&E</manufacturer>
<rom name="aq renkan awa (chi) (unl).bin" size="1048576" crc="2c6cbd77"/>
</game>
<game name="arcadecl">
<description>Arcade Classics (Euro, USA)</description>
<year>1996</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-18815.ic1" size="524288" crc="8aed2090"/>
</game>
<game name="arcadegh">
<description>Arcade's Greatest Hits (Euro)</description>
<year>1996</year>
<manufacturer>Midway</manufacturer>
<rom name="midway presents arcade's greatest hits (euro).bin" size="524288" crc="c0dce0e5"/>
</game>
<game name="archrivl">
<description>Arch Rivals (Euro, USA)</description>
<year>1992</year>
<manufacturer>Flying Edge</manufacturer>
<rom name="mpr-14764.bin" size="524288" crc="e389d7e7"/>
</game>
<game name="arcusj" cloneof="arcus" romof="arcus">
<description>Arcus Odyssey (Jpn)</description>
<year>1991</year>
<manufacturer>Wolf Team</manufacturer>
<rom name="arcus odyssey (jpn).bin" size="1048576" crc="41c5fb4f"/>
</game>
<game name="arcus">
<description>Arcus Odyssey (USA)</description>
<year>1991</year>
<manufacturer>Renovation</manufacturer>
<rom name="arcus odyssey (usa).bin" size="1048576" crc="bc4d9b20"/>
</game>
<game name="arnoldp">
<description>Arnold Palmer Tournament Golf (Euro, USA)</description>
<year>1989</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-12645.bin" size="524288" crc="35b995ef"/>
</game>
<game name="arrowp" cloneof="arrow" romof="arrow">
<description>Arrow Flash (USA, Prototype)</description>
<year>1990</year>
<manufacturer>Renovation</manufacturer>
<rom name="arrowflash.a04c.bin" size="524288" crc="4d89e66b"/>
</game>
<game name="arrow">
<description>Arrow Flash (World)</description>
<year>1990</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-13396.bin" size="524288" crc="d49f8444"/>
</game>
<game name="artalive">
<description>Art Alive (World)</description>
<year>1991</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-14384.ic1" size="131072" crc="f1b72cdd"/>
</game>
<game name="aof">
<description>Art of Fighting (Euro)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="art of fighting (euro).bin" size="2097152" crc="9970c422"/>
</game>
<game name="aofp" cloneof="aof" romof="aof">
<description>Art of Fighting (Prototype, 19940711)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="art of fighting (prototype - jul 11, 1994).bin" size="2097152" crc="19ce567d"/>
</game>
<game name="aofu" cloneof="aof" romof="aof">
<description>Art of Fighting (USA)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="art of fighting (usa).bin" size="2097152" crc="c9a57e07"/>
</game>
<game name="arttool">
<description>Art Tool</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="arttool.bin" size="262144" crc="5353f532"/>
</game>
<game name="asscreed" cloneof="dlair" romof="dlair">
<description>Assassins Creed (Rus)</description>
<year>199?</year>
<manufacturer><unlicensed></manufacturer>
<rom name="assassins creed (unl).bin" size="1048576" crc="3f2d6ccc"/>
</game>
<game name="leynos" cloneof="trgearth" romof="trgearth">
<description>Assault Suit Leynos (Jpn)</description>
<year>1990</year>
<manufacturer>NCS</manufacturer>
<rom name="assault suit leynos (jpn).bin" size="524288" crc="81a2c800"/>
</game>
<game name="astergre">
<description>Asterix and the Great Rescue (Euro)</description>
<year>1993</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-15961+mpr-15962.bin" size="2097152" crc="4735fee6"/>
</game>
<game name="astergreu" cloneof="astergre" romof="astergre">
<description>Asterix and the Great Rescue (USA)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="asterix and the great rescue (usa).bin" size="2097152" crc="7f112cd8"/>
</game>
<game name="asterpg">
<description>Asterix and the Power of the Gods (Euro)</description>
<year>1995</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-17719.bin" size="2097152" crc="4ff1d83f"/>
</game>
<game name="asterpgp" cloneof="asterpg" romof="asterpg">
<description>Asterix and the Power of the Gods (Euro, Prototype)</description>
<year>1995</year>
<manufacturer>Sega</manufacturer>
<rom name="asterix and the power of the gods (euro) (beta).bin" size="2097152" crc="45c8b5b7"/>
</game>
<game name="atomroboj" cloneof="atomrobo" romof="atomrobo">
<description>Atomic Robo-Kid (Jpn)</description>
<year>1990</year>
<manufacturer>Treco</manufacturer>
<rom name="mpr-13483.bin" size="524288" crc="e833067e"/>
</game>
<game name="atomrobo">
<description>Atomic Robo-Kid (USA)</description>
<year>1990</year>
<manufacturer>Treco</manufacturer>
<rom name="atomic robo-kid (usa).bin" size="524288" crc="7cd8169e"/>
</game>
<game name="atomrun">
<description>Atomic Runner (Euro)</description>
<year>1992</year>
<manufacturer>Data East</manufacturer>
<rom name="mpr-15286.bin" size="1048576" crc="b3c05418"/>
</game>
<game name="atomrunu" cloneof="atomrun" romof="atomrun">
<description>Atomic Runner (USA)</description>
<year>1992</year>
<manufacturer>Data East</manufacturer>
<rom name="atomic runner (usa).bin" size="1048576" crc="0677c210"/>
</game>
<game name="atptour">
<description>ATP Tour Championship Tennis (Euro)</description>
<year>1995</year>
<manufacturer>Sega</manufacturer>
<rom name="atp tour (euro).bin" size="2097152" crc="1a3da8c5"/>
</game>
<game name="atptourp7" cloneof="atptour" romof="atptour">
<description>ATP Tour Championship Tennis (Prototype, 19940509)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="atp tour championship tennis (prototype - may 09, 1994).bin" size="2097152" crc="b17a8dbc"/>
</game>
<game name="atptourp6" cloneof="atptour" romof="atptour">
<description>ATP Tour Championship Tennis (Prototype, 19940719)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="atp tour championship tennis (prototype - jul 19, 1994).bin" size="2097152" crc="cb927488"/>
</game>
<game name="atptourp5" cloneof="atptour" romof="atptour">
<description>ATP Tour Championship Tennis (Prototype, 19940723)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="atp tour championship tennis (prototype - jul 23, 1994).bin" size="2097152" crc="a15d5051"/>
</game>
<game name="atptourp4" cloneof="atptour" romof="atptour">
<description>ATP Tour Championship Tennis (Prototype, 19940802)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="atp tour championship tennis (prototype - aug 02, 1994).bin" size="2097152" crc="686a9fa1"/>
</game>
<game name="atptourp3" cloneof="atptour" romof="atptour">
<description>ATP Tour Championship Tennis (Prototype, 19940805)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="atp tour championship tennis (prototype - aug 05, 1994).bin" size="2097152" crc="a1fef967"/>
</game>
<game name="atptourp2" cloneof="atptour" romof="atptour">
<description>ATP Tour Championship Tennis (Prototype, 19940808)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="atp tour championship tennis (prototype - aug 08, 1994).bin" size="2097152" crc="e6398864"/>
</game>
<game name="atptourp1" cloneof="atptour" romof="atptour">
<description>ATP Tour Championship Tennis (Prototype, 19940908)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="atp tour championship tennis (prototype - sep 08, 1994).bin" size="2097152" crc="b83f4ca4"/>
</game>
<game name="atptouru" cloneof="atptour" romof="atptour">
<description>ATP Tour Championship Tennis (USA)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="atp tour championship tennis (usa).bin" size="2097152" crc="8c822884"/>
</game>
<game name="austrarl">
<description>Australian Rugby League (Euro)</description>
<year>1994</year>
<manufacturer>Electronic Arts</manufacturer>
<rom name="australian rugby league (euro).bin" size="2097152" crc="ac5bc26a"/>
</game>
<game name="avatar" cloneof="jimpower" romof="jimpower">
<description>Avatar (Rus)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="avatar.bin" size="1114112" crc="d33e0ada"/>
</game>
<game name="awepossm">
<description>Awesome Possum (USA)</description>
<year>1993</year>
<manufacturer>Tengen</manufacturer>
<rom name="awesome possum (usa).bin" size="2097152" crc="1f07577f"/>
</game>
<game name="awepossmp" cloneof="awepossm" romof="awepossm">
<description>Awesome Possum (USA, Prototype)</description>
<year>1993</year>
<manufacturer>Tengen</manufacturer>
<rom name="awesome possum (usa) (beta).bin" size="2097152" crc="0158dc53"/>
</game>
<game name="aworg">
<description>Aworg (Jpn, SegaNet)</description>
<year>1991</year>
<manufacturer>Sega</manufacturer>
<rom name="aworg (jpn) (sn).bin" size="262144" crc="069c27c1"/>
</game>
<game name="awspro">
<description>AWS Pro Moves Soccer (USA)</description>
<year>1993</year>
<manufacturer>ASCII Entertainment</manufacturer>
<rom name="aws pro moves soccer (usa).bin" size="524288" crc="707017e5"/>
</game>
<game name="smgp2">
<description>Ayrton Senna's Super Monaco GP II (Euro, Jpn)</description>
<year>1992</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-14861.bin" size="1048576" crc="60af0f76"/>
</game>
<game name="smgp2u" cloneof="smgp2" romof="smgp2">
<description>Ayrton Senna's Super Monaco GP II (USA)</description>
<year>1992</year>
<manufacturer>Sega</manufacturer>
<rom name="ayrton senna's super monaco gp ii (usa).bin" size="1048576" crc="eac8ded6"/>
</game>
<game name="bob">
<description>B.O.B. (Euro, USA)</description>
<year>1993</year>
<manufacturer>Electronic Arts</manufacturer>
<rom name="b.o.b. (euro, usa).bin" size="1048576" crc="eaa2acb7"/>
</game>
<game name="bobp" cloneof="bob" romof="bob">
<description>B.O.B. (USA, Prototype)</description>
<year>1993</year>
<manufacturer>Electronic Arts</manufacturer>
<rom name="b.o.b. (usa) (beta).bin" size="1048576" crc="e3e8421e"/>
</game>
<game name="babyboom1" cloneof="babyboom" romof="babyboom">
<description>Baby Boom (Prototype, 19940603)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="baby boom (prototype - jun 03, 1994).bin" size="2097152" crc="c0d97f6f"/>
</game>
<game name="babyboom2" cloneof="babyboom" romof="babyboom">
<description>Baby Boom (Prototype, 19940606)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="baby boom (prototype - jun 06, 1994).bin" size="2097152" crc="6e0cf48d"/>
</game>
<game name="babyboom">
<description>Baby Boom (Prototype, 19940811)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="baby boom (prototype - aug 11, 1994).bin" size="2097152" crc="bd697054"/>
</game>
<game name="babyd">
<description>Baby's Day Out (USA, Prototype)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="baby's day out (usa) (prototype).bin" size="1048576" crc="b2e7cc49"/>
</game>
<game name="babydo" cloneof="babyd" romof="babyd">
<description>Baby's Day Out (USA, Prototype, Earlier)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="baby's day out (usa) (prototype) (earlier).bin" size="1048576" crc="459b891c"/>
</game>
<game name="backtof3">
<description>Back to the Future Part III (Euro)</description>
<year>1991</year>
<manufacturer>Imageworks</manufacturer>
<rom name="mpr-14328.bin" size="524288" crc="2737f92e"/>
</game>
<game name="backtof3u" cloneof="backtof3" romof="backtof3">
<description>Back to the Future Part III (USA)</description>
<year>1991</year>
<manufacturer>Arena Entertainment</manufacturer>
<rom name="back to the future part iii (usa).bin" size="524288" crc="66a388c3"/>
</game>
<game name="badomen" cloneof="devilish" romof="devilish">
<description>Bad Omen (Jpn, Kor)</description>
<year>1992</year>
<manufacturer>Hot-B</manufacturer>
<rom name="bad omen (jpn, kor).bin" size="524288" crc="975693ce"/>
</game>
<game name="bahamuts">
<description>Bahamut Senki (Jpn)</description>
<year>1991</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-13677.bin" size="524288" crc="b1e268da"/>
</game>
<game name="balljack">
<description>Ball Jacks (Euro, Jpn)</description>
<year>1993</year>
<manufacturer>Namco</manufacturer>
<rom name="ball jacks (euro, jpn).bin" size="262144" crc="f5c3c54f"/>
</game>
<game name="ballz3d">
<description>Ballz 3D (Euro, USA)</description>
<year>1994</year>
<manufacturer>Accolade</manufacturer>
<rom name="ballz 3d - fighting at its ballziest (euro, usa).bin" size="2097152" crc="b362b705"/>
</game>
<game name="barbiesm">
<description>Barbie Super Model (USA)</description>
<year>1992</year>
<manufacturer>Hi Tech Expressions</manufacturer>
<rom name="barbie super model (usa).bin" size="1048576" crc="81c9662b"/>
</game>
<game name="barbvac">
<description>Barbie Vacation Adventure (USA, Prototype)</description>
<year>1994</year>
<manufacturer>Hi Tech Expressions</manufacturer>
<rom name="barbie vacation adventure (usa) (prototype).bin" size="1048576" crc="10e0ba69"/>
</game>
<game name="bk2p" cloneof="sor2" romof="sor2">
<description>Bare Knuckle II (Jpn, Prototype)</description>
<year>1992</year>
<manufacturer>Sega</manufacturer>
<rom name="bare knuckle ii (jpn) (beta).bin" size="1245184" crc="0cf2acbe"/>
</game>
<game name="bk3" cloneof="sor3" romof="sor3">
<description>Bare Knuckle III (Jpn)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="bare knuckle iii (jpn).bin" size="3145728" crc="5d09236f"/>
</game>
<game name="bk3p" cloneof="sor3" romof="sor3">
<description>Bare Knuckle III (Jpn, Prototype)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="bare knuckle iii (jpn) (beta).bin" size="3145728" crc="e7ff99db"/>
</game>
<game name="barkley">
<description>Barkley Shut Up and Jam! (Euro, USA)</description>
<year>1993</year>
<manufacturer>Accolade</manufacturer>
<rom name="barkley shut up and jam! (euro, usa).bin" size="1048576" crc="63fbf497"/>
</game>
<game name="barkley2">
<description>Barkley Shut Up and Jam! 2 (USA)</description>
<year>1995</year>
<manufacturer>Accolade</manufacturer>
<rom name="barkley shut up and jam! 2 (usa).bin" size="2097152" crc="321bb6bd"/>
</game>
<game name="barkley2p" cloneof="barkley2" romof="barkley2">
<description>Barkley Shut Up and Jam! 2 (USA, Prototype)</description>
<year>1995</year>
<manufacturer>Accolade</manufacturer>
<rom name="barkley shut up and jam! 2 (usa) (beta).bin" size="2097152" crc="de27357b"/>
</game>
<game name="barney">
<description>Barney's Hide & Seek Game (USA)</description>
<year>1993</year>
<manufacturer>Sega</manufacturer>
<rom name="barney's hide & seek game (usa).bin" size="1048576" crc="1efa9d53"/>
</game>
<game name="barver">
<description>Barver Battle Saga - Tai Kong Zhan Shi (Chi)</description>
<year>199?</year>
<manufacturer><unlicensed></manufacturer>
<rom name="barver battle saga - tai kong zhan shi (chi) (unl).bin" size="2097152" crc="d37a37c6"/>
</game>
<game name="bassmc">
<description>BASS Masters Classic (USA)</description>
<year>1995</year>
<manufacturer>Black Pearl</manufacturer>
<rom name="bass masters classic (usa).bin" size="2097152" crc="cf1ff00a"/>
</game>
<game name="bassmpro">
<description>BASS Masters Classic - Pro Edition (USA)</description>
<year>1996</year>
<manufacturer>THQ</manufacturer>
<rom name="bass masters classic - pro edition (usa).bin" size="2097152" crc="9eddeb3d"/>
</game>
<game name="batman">
<description>Batman (Euro)</description>
<year>1990</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-14561.ic1" size="524288" crc="61c60c35"/>
</game>
<game name="batmanj" cloneof="batman" romof="batman">
<description>Batman (Jpn)</description>
<year>1990</year>
<manufacturer>Sunsoft</manufacturer>
<rom name="batman (jpn).bin" size="524288" crc="d7b4febf"/>
</game>
<game name="batmanu" cloneof="batman" romof="batman">
<description>Batman (USA)</description>
<year>1990</year>
<manufacturer>Sunsoft</manufacturer>
<rom name="batman (usa).bin" size="524288" crc="017410ae"/>
</game>
<game name="batmanrj">
<description>Batman - Revenge of the Joker (USA)</description>
<year>1992</year>
<manufacturer>Sunsoft</manufacturer>
<rom name="batman - revenge of the joker (usa).bin" size="1048576" crc="caa044a1"/>
</game>
<game name="batmanf">
<description>Batman Forever (World)</description>
<year>1995</year>
<manufacturer>Acclaim Entertainment</manufacturer>
<rom name="batman forever (world).bin" size="3145728" crc="8b723d01"/>
</game>
<game name="batmanrn">
<description>Batman Returns (World)</description>
<year>1992</year>
<manufacturer>Sega</manufacturer>
<rom name="mpr-14998.ic1" size="1048576" crc="4a3225c0"/>
</game>
<game name="battlyuie" cloneof="battlyui" romof="battlyui">
<description>Battle Golfer Yui (Hack, English)</description>
<year>2017</year>
<manufacturer>Sega</manufacturer>
<rom name="battle golfer yui (english translation).md" size="1048576" crc="2d7e868c"/>
</game>
<game name="battlyui">
<description>Battle Golfer Yui (Jpn)</description>
<year>1991</year>
<manufacturer>Sega</manufacturer>
<rom name="battle golfer yui (jpn).bin" size="524288" crc="4aa03e4e"/>
</game>
<game name="btlmania" cloneof="troubsht" romof="troubsht">
<description>Battle Mania (Jpn)</description>
<year>1992</year>
<manufacturer>Vic Tokai</manufacturer>
<rom name="battle mania (jpn).bin" size="524288" crc="a76c4a29"/>
</game>
<game name="btlmanide" cloneof="btlmanid" romof="btlmanid">
<description>Battle Mania Daiginjou (Hack, English)</description>
<year>2006</year>
<manufacturer>Vic Tokai</manufacturer>
<rom name="battle mania daiginjou (english translation).bin" size="1048576" crc="fab20c39"/>
</game>
<game name="btlmanid">
<description>Battle Mania Daiginjou (Jpn, Kor)</description>
<year>1993</year>
<manufacturer>Vic Tokai</manufacturer>
<rom name="battle mania daiginjou (jpn, kor).bin" size="1048576" crc="312fa0f2"/>
</game>
<game name="battlesq">
<description>Battle Squadron (Euro, USA)</description>
<year>1990</year>
<manufacturer>Electronic Arts</manufacturer>
<rom name="battle squadron (euro, usa).bin" size="524288" crc="0feaa8bf"/>
</game>
<game name="battlems">
<description>Battlemaster (USA)</description>
<year>1991</year>
<manufacturer>Arena Entertainment</manufacturer>
<rom name="battlemaster (usa).bin" size="524288" crc="fd2b35e3"/>
</game>
<game name="btech">
<description>BattleTech (USA)</description>
<year>1994</year>
<manufacturer>Extreme Entertainment Group</manufacturer>
<rom name="battletech - a game of armored combat (usa).bin" size="2097152" crc="409e5d14"/>
</game>
<game name="btoadsdd">
<description>Battletoads & Double Dragon - The Ultimate Team (USA)</description>
<year>1993</year>
<manufacturer>Tradewest</manufacturer>
<rom name="battletoads & double dragon (usa).bin" size="1048576" crc="8239dd17"/>
</game>
<game name="btoads">
<description>Battletoads (World)</description>
<year>1991</year>
<manufacturer>Tradewest</manufacturer>
<rom name="battletoads (world).bin" size="524288" crc="d10e103a"/>
</game>
<game name="bcdverifier">
<description>BCD Verifier (Test)</description>
<year>2016</year>
<manufacturer>2016 Flamewing</manufacturer>
<rom name="bcd-verifier-u1.bin" size="1055690" crc="0f9bbe9d"/>
</game>
<game name="beastwj" cloneof="beastw" romof="beastw">
<description>Beast Warriors (Jpn)</description>
<year>1991</year>
<manufacturer>Riot</manufacturer>
<rom name="beast warriors (jpn).bin" size="1048576" crc="4646c694"/>
</game>
<game name="beastw">
<description>Beast Wrestler (USA)</description>
<year>1991</year>
<manufacturer>Renovation</manufacturer>
<rom name="beast wrestler (usa).bin" size="1048576" crc="0ca5bb64"/>
</game>
<game name="beastbal">
<description>Beastball (Prototype)</description>
<year>199?</year>
<manufacturer>Spectrum Holobyte</manufacturer>
<rom name="beast ball.bin" size="1030368" crc="6a176576"/>
</game>
<game name="beavis">
<description>Beavis and Butt-Head (Euro)</description>
<year>1994</year>
<manufacturer>Viacom New Media</manufacturer>
<rom name="beavis and butt-head (euro).bin" size="2097152" crc="c7b6435e"/>
</game>
<game name="beavisu" cloneof="beavis" romof="beavis">
<description>Beavis and Butt-Head (USA)</description>
<year>1994</year>
<manufacturer>Viacom New Media</manufacturer>
<rom name="beavis and butt-head (usa).bin" size="2097152" crc="f5d7b948"/>
</game>
<game name="beavisup" cloneof="beavis" romof="beavis">
<description>Beavis and Butt-Head (USA, Prototype)</description>
<year>1994</year>
<manufacturer>Viacom New Media</manufacturer>
<rom name="beavis and butt-head (usa) (beta).bin" size="2097152" crc="81ed5335"/>
</game>
<game name="ben10">
<description>Ben 10 (Rus)</description>
<year>199?</year>
<manufacturer><unknown></manufacturer>
<rom name="ben 10 (unl)[rus].bin" size="1048576" crc="c8be0b26"/>
</game>
<game name="bestofp" cloneof="bestof" romof="bestof">
<description>Best of the Best - Championship Karate (Euro, Prototype)</description>
<year>1993</year>
<manufacturer>Electro Brain</manufacturer>
<rom name="best of the best - championship karate (euro) (beta).bin" size="1048576" crc="f842240b"/>
</game>
<game name="bestof">
<description>Best of the Best - Championship Karate (USA)</description>
<year>1993</year>
<manufacturer>Electro Brain</manufacturer>
<rom name="best of the best - championship karate (usa).bin" size="1048576" crc="c3d6a5d4"/>
</game>
<game name="beyoasis" cloneof="thor" romof="thor">
<description>Beyond Oasis (USA)</description>
<year>1995</year>
<manufacturer>Sega</manufacturer>
<rom name="beyond oasis (usa).bin" size="3145728" crc="c4728225"/>
</game>
<game name="beyoasisp" cloneof="thor" romof="thor">
<description>Beyond Oasis (USA, Prototype, 19941101)</description>
<year>1994</year>
<manufacturer>Sega</manufacturer>
<rom name="beyond oasis (prototype - nov 01, 1994).bin" size="3145728" crc="fa59f847"/>
</game>
<game name="beyondzt">
<description>Beyond Zero Tolerance (USA, Prototype)</description>
<year>1995</year>
<manufacturer>Accolade</manufacturer>
<rom name="beyond zero tolerance (usa) (prototype).bin" size="2097152" crc="c61ed2ed"/>
</game>
<game name="bibleadv">
<description>Bible Adventures (USA)</description>
<year>1995</year>
<manufacturer>Wisdom Tree</manufacturer>
<rom name="bible adventures (usa) (unl).bin" size="524288" crc="64446b77"/>
</game>
<game name="bigfd">
<description>Big's Fishing Derby</description>
<year>2014</year>
<manufacturer>2014 flamewing</manufacturer>
<rom name="bigfd.bin" size="1048576" crc="e1448457"/>
</game>
<game name="billwlsh">
<description>Bill Walsh College Football (Euro, USA)</description>
<year>1993</year>
<manufacturer>Electronic Arts</manufacturer>
<rom name="bwcf01.bin" size="1048576" crc="3ed83362"/>
</game>
<game name="billwl95">
<description>Bill Walsh College Football 95 (USA)</description>
<year>1994</year>
<manufacturer>Electronic Arts</manufacturer>
<rom name="bill walsh college football 95 (usa).bin" size="2097152" crc="a582f45a"/>
</game>
<game name="bimini">