~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/mame/drivers/naughtyb.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
        ROM_LOAD( "7.24",          0x3000, 0x0800, CRC(00caf9be) SHA1(0599b28dfe8dd9c18564202af56ba8f272d7ac54) )
452
452
        ROM_LOAD( "8.23",          0x3800, 0x0800, CRC(17c3b6fb) SHA1(c01c8ae27f5b9be90778f7c459c5ba0dddf443ba) )
453
453
 
454
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
454
        ROM_REGION( 0x2000, "gfx1", 0 )
455
455
        ROM_LOAD( "15.44",         0x0000, 0x0800, CRC(d692f9c7) SHA1(3573c518868690b140340d19f88c670026a6696d) )
456
456
        ROM_LOAD( "16.43",         0x0800, 0x0800, CRC(d3ba8b27) SHA1(0ff14b8b983ab75870fb19b64327070ccd0888d6) )
457
457
        ROM_LOAD( "13.46",         0x1000, 0x0800, CRC(c1669cd5) SHA1(9b4370ed54424e3615fa2e4d07cadae37ab8cd10) )
458
458
        ROM_LOAD( "14.45",         0x1800, 0x0800, CRC(eef2c8e5) SHA1(5077c4052342958ee26c25047704c62eed44eb89) )
459
459
 
460
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
460
        ROM_REGION( 0x2000, "gfx2", 0 )
461
461
        ROM_LOAD( "11.48",         0x0000, 0x0800, CRC(75ec9710) SHA1(b41606930eff79ccf5bfcad01362251d7bab114a) )
462
462
        ROM_LOAD( "12.47",         0x0800, 0x0800, CRC(ef0706c3) SHA1(0e0b82d29d710d1244384db84344bfba2e867b2e) )
463
463
        ROM_LOAD( "9.50",          0x1000, 0x0800, CRC(8c8db764) SHA1(2641a1b8bc30896293ebd9396e304ce5eb7eb705) )
468
468
        ROM_LOAD( "6301-1.64", 0x0100, 0x0100, CRC(909107d4) SHA1(138ace7845424bc3ca86b0889be634943c8c2d19) ) /* palette high bits */
469
469
ROM_END
470
470
 
471
 
ROM_START( naughtya )
 
471
ROM_START( naughtyba )
472
472
        ROM_REGION( 0x10000, "maincpu", 0 )
473
473
        ROM_LOAD( "91",            0x0000, 0x0800, CRC(42b14bc7) SHA1(a5890834105b83f6761a5ea819e94533473f0e44) )
474
474
        ROM_LOAD( "92",            0x0800, 0x0800, CRC(a24674b4) SHA1(2d93981c2f0dea190745cbc3926b012cfd561ec3) )
479
479
        ROM_LOAD( "97",            0x3000, 0x0800, CRC(3cafde88) SHA1(c77f03e81128341522d46056aad77e73c2818069) )
480
480
        ROM_LOAD( "8.23",          0x3800, 0x0800, CRC(17c3b6fb) SHA1(c01c8ae27f5b9be90778f7c459c5ba0dddf443ba) )
481
481
 
482
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
482
        ROM_REGION( 0x2000, "gfx1", 0 )
483
483
        ROM_LOAD( "15.44",         0x0000, 0x0800, CRC(d692f9c7) SHA1(3573c518868690b140340d19f88c670026a6696d) )
484
484
        ROM_LOAD( "16.43",         0x0800, 0x0800, CRC(d3ba8b27) SHA1(0ff14b8b983ab75870fb19b64327070ccd0888d6) )
485
485
        ROM_LOAD( "13.46",         0x1000, 0x0800, CRC(c1669cd5) SHA1(9b4370ed54424e3615fa2e4d07cadae37ab8cd10) )
486
486
        ROM_LOAD( "14.45",         0x1800, 0x0800, CRC(eef2c8e5) SHA1(5077c4052342958ee26c25047704c62eed44eb89) )
487
487
 
488
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
488
        ROM_REGION( 0x2000, "gfx2", 0 )
489
489
        ROM_LOAD( "11.48",         0x0000, 0x0800, CRC(75ec9710) SHA1(b41606930eff79ccf5bfcad01362251d7bab114a) )
490
490
        ROM_LOAD( "12.47",         0x0800, 0x0800, CRC(ef0706c3) SHA1(0e0b82d29d710d1244384db84344bfba2e867b2e) )
491
491
        ROM_LOAD( "9.50",          0x1000, 0x0800, CRC(8c8db764) SHA1(2641a1b8bc30896293ebd9396e304ce5eb7eb705) )
496
496
        ROM_LOAD( "6301-1.64", 0x0100, 0x0100, CRC(909107d4) SHA1(138ace7845424bc3ca86b0889be634943c8c2d19) ) /* palette high bits */
497
497
ROM_END
498
498
 
499
 
ROM_START( naughtyc )
 
499
ROM_START( naughtybc )
500
500
        ROM_REGION( 0x10000, "maincpu", 0 )
501
501
        ROM_LOAD( "nb1ic30",   0x0000, 0x0800, CRC(3f482fa3) SHA1(5c670ad37be5bed12a65b8b02330525cfe5ae303) )
502
502
        ROM_LOAD( "nb2ic29",   0x0800, 0x0800, CRC(7ddea141) SHA1(8a725614b156f1fdb249c2767ddb3f04681e7a3f) )
507
507
        ROM_LOAD( "nb7ic24",   0x3000, 0x0800, CRC(9cc287df) SHA1(507c551ca8044479e588bd2a3fff600c77ea2255) )
508
508
        ROM_LOAD( "nb8ic23",   0x3800, 0x0800, CRC(4d84ff2c) SHA1(66e51116bae787c67c10f282700a94069d7b9fe0) )
509
509
 
510
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
510
        ROM_REGION( 0x2000, "gfx1", 0 )
511
511
        ROM_LOAD( "15.44",         0x0000, 0x0800, CRC(d692f9c7) SHA1(3573c518868690b140340d19f88c670026a6696d) )
512
512
        ROM_LOAD( "16.43",         0x0800, 0x0800, CRC(d3ba8b27) SHA1(0ff14b8b983ab75870fb19b64327070ccd0888d6) )
513
513
        ROM_LOAD( "13.46",         0x1000, 0x0800, CRC(c1669cd5) SHA1(9b4370ed54424e3615fa2e4d07cadae37ab8cd10) )
514
514
        ROM_LOAD( "14.45",         0x1800, 0x0800, CRC(eef2c8e5) SHA1(5077c4052342958ee26c25047704c62eed44eb89) )
515
515
 
516
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
516
        ROM_REGION( 0x2000, "gfx2", 0 )
517
517
        ROM_LOAD( "nb11ic48",  0x0000, 0x0800, CRC(23271a13) SHA1(ba46fe9af0f6b6ab366469b9058d95477620e05c) )
518
518
        ROM_LOAD( "12.47",         0x0800, 0x0800, CRC(ef0706c3) SHA1(0e0b82d29d710d1244384db84344bfba2e867b2e) )
519
519
        ROM_LOAD( "nb9ic50",   0x1000, 0x0800, CRC(d6949c27) SHA1(2076e76ef9f8f4c9beb3dfe863608151ffae3f3c) )
531
531
        ROM_LOAD( "ic94.bin",     0x2000, 0x1000, CRC(ae5248ae) SHA1(39a7feb94d0392a0eeeb506d2f52299151521692) )
532
532
        ROM_LOAD( "ic100.pop",    0x3000, 0x1000, CRC(f9f2343b) SHA1(c019a5d838152417ec76be021d659f884928ef87) )
533
533
 
534
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
534
        ROM_REGION( 0x2000, "gfx1", 0 )
535
535
        ROM_LOAD( "ic13.pop",     0x0000, 0x1000, CRC(2367131e) SHA1(d7c15536e5e51f406f9b874333386251f4d3934f) )
536
536
        ROM_LOAD( "ic3.pop",      0x1000, 0x1000, CRC(deed0a8b) SHA1(1aaa854f5c6ca3847726cb8a2f2f37f3eb4f621b) )
537
537
 
538
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
538
        ROM_REGION( 0x2000, "gfx2", 0 )
539
539
        ROM_LOAD( "ic29.pop",     0x0000, 0x1000, CRC(7b54f60f) SHA1(9ec979e67313351dd1165ff6cf591aadead30770) )
540
540
        ROM_LOAD( "ic38.pop",     0x1000, 0x1000, CRC(dd2d9601) SHA1(7f495705d6b61c5416e87557a69da7e6457567ac) )
541
541
 
544
544
        ROM_LOAD( "ic54",                 0x0100, 0x0100, CRC(236bc771) SHA1(5c078eecdd9df2fbc791e440f96bc4c79476b211) ) /* palette high bits */
545
545
ROM_END
546
546
 
547
 
ROM_START( popflama )
 
547
ROM_START( popflamea )
548
548
        ROM_REGION( 0x10000, "maincpu", 0 )
549
549
        ROM_LOAD( "ic86.pop",     0x0000, 0x1000, CRC(5e32bbdf) SHA1(b75e3125301d05f5fb6bcef85d0028de2ee75fab) )
550
550
        ROM_LOAD( "ic80.pop",     0x1000, 0x1000, CRC(b77abf3d) SHA1(8626af8fe7d10c52bea7570dd6237de60607bab6) )
551
551
        ROM_LOAD( "ic94.pop",     0x2000, 0x1000, CRC(945a3c0f) SHA1(353fce8904d869bbf654b7be99e76cadf325b47d) )
552
552
        ROM_LOAD( "ic100.pop",    0x3000, 0x1000, CRC(f9f2343b) SHA1(c019a5d838152417ec76be021d659f884928ef87) )
553
553
 
554
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
554
        ROM_REGION( 0x2000, "gfx1", 0 )
555
555
        ROM_LOAD( "ic13.pop",     0x0000, 0x1000, CRC(2367131e) SHA1(d7c15536e5e51f406f9b874333386251f4d3934f) )
556
556
        ROM_LOAD( "ic3.pop",      0x1000, 0x1000, CRC(deed0a8b) SHA1(1aaa854f5c6ca3847726cb8a2f2f37f3eb4f621b) )
557
557
 
558
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
558
        ROM_REGION( 0x2000, "gfx2", 0 )
559
559
        ROM_LOAD( "ic29.pop",     0x0000, 0x1000, CRC(7b54f60f) SHA1(9ec979e67313351dd1165ff6cf591aadead30770) )
560
560
        ROM_LOAD( "ic38.pop",     0x1000, 0x1000, CRC(dd2d9601) SHA1(7f495705d6b61c5416e87557a69da7e6457567ac) )
561
561
 
564
564
        ROM_LOAD( "ic54",                 0x0100, 0x0100, CRC(236bc771) SHA1(5c078eecdd9df2fbc791e440f96bc4c79476b211) ) /* palette high bits */
565
565
ROM_END
566
566
 
567
 
ROM_START( popflamb )
 
567
ROM_START( popflameb )
568
568
        ROM_REGION( 0x10000, "maincpu", 0 )
569
569
        ROM_LOAD( "popflama.30",         0x0000, 0x1000, CRC(a9bb0e8a) SHA1(1948be9545401b8163e0f2fa8e962ea66c26d9e0) )
570
570
        ROM_LOAD( "popflama.28",         0x1000, 0x1000, CRC(debe6d03) SHA1(2365c57a0a08563bea31ab150934dcfc1e6eba58) )
571
571
        ROM_LOAD( "popflama.26",         0x2000, 0x1000, CRC(09df0d4d) SHA1(ddc0227035edd11bec045c09c535ad7a375698f1) )
572
572
        ROM_LOAD( "popflama.24",         0x3000, 0x1000, CRC(f399d553) SHA1(c08c496fcb99370c344185af599e2ad57a327bc9) )
573
573
 
574
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
574
        ROM_REGION( 0x2000, "gfx1", 0 )
575
575
        ROM_LOAD( "ic13.pop",     0x0000, 0x1000, CRC(2367131e) SHA1(d7c15536e5e51f406f9b874333386251f4d3934f) )
576
576
        ROM_LOAD( "ic3.pop",      0x1000, 0x1000, CRC(deed0a8b) SHA1(1aaa854f5c6ca3847726cb8a2f2f37f3eb4f621b) )
577
577
 
578
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
578
        ROM_REGION( 0x2000, "gfx2", 0 )
579
579
        ROM_LOAD( "ic29.pop",     0x0000, 0x1000, CRC(7b54f60f) SHA1(9ec979e67313351dd1165ff6cf591aadead30770) )
580
580
        ROM_LOAD( "ic38.pop",     0x1000, 0x1000, CRC(dd2d9601) SHA1(7f495705d6b61c5416e87557a69da7e6457567ac) )
581
581
 
602
602
This romset comes from a bootleg pcb.It's a Naughty Boy conversion.
603
603
*/
604
604
 
605
 
ROM_START( popflamn )
 
605
ROM_START( popflamen )
606
606
        ROM_REGION( 0x10000, "maincpu", 0 )
607
607
        ROM_LOAD( "pfb2-1.bin",   0x0000, 0x0800, CRC(88cd3faa) SHA1(5232aaadfc0a7275e19176a6e49e178c29cd463b) )
608
608
        ROM_LOAD( "pfb2-2.bin",   0x0800, 0x0800, CRC(a09892e8) SHA1(7a56878e3b01023cfa412f7ce7515e34877ff062) )
613
613
        ROM_LOAD( "pfb2-7.bin",   0x3000, 0x0800, CRC(1cf8b5c4) SHA1(f9e063196be9338377c2298956c8d04e0d3ffcdf) )
614
614
        ROM_LOAD( "pfb2-8.bin",   0x3800, 0x0800, CRC(a63feeff) SHA1(c121eb4e46e432679de42031a9649c6b3ac403ce) )
615
615
 
616
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
616
        ROM_REGION( 0x2000, "gfx1", 0 )
617
617
        ROM_LOAD( "pfb2-15.bin",          0x0000, 0x0800, CRC(3d8b8f6f) SHA1(1a05fb802e91a70e14295a3cef9c3c544df0dbdd) )
618
618
        ROM_LOAD( "pfb2-16.bin",          0x0800, 0x0800, CRC(75f0308b) SHA1(a38f302844a39d08ef7d117efc0d8cf94cfe4756) )
619
619
        ROM_LOAD( "pfb2-13.bin",          0x1000, 0x0800, CRC(42fc5bac) SHA1(9a5755112cd18e3e75a331c90c6a0a16874f10e6) )
620
620
        ROM_LOAD( "pfb2-14.bin",          0x1800, 0x0800, CRC(fefada6e) SHA1(bd4ad92077445e63ec4d2977598753feac279817) )
621
621
 
622
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
622
        ROM_REGION( 0x2000, "gfx2", 0 )
623
623
        ROM_LOAD( "pfb2-11.bin",          0x0000, 0x0800, CRC(8ccdcc01) SHA1(3cea26ca832e95507f0736e755d765b20b0f5415) )
624
624
        ROM_LOAD( "pfb2-12.bin",          0x0800, 0x0800, CRC(49e04ddb) SHA1(860633b431b5313ada2060829d45e3b7194e6825) )
625
625
        ROM_LOAD( "pfb2-9.bin",       0x1000, 0x0800, CRC(32debf48) SHA1(4181ac1416d4ed4f13a968db31f4026c92622743) )
637
637
        ROM_LOAD( "ic28.bin",     0x1000, 0x1000, CRC(782a2b8c) SHA1(611be829470c2fcbb301f48f5e80ad97e51ef821) )
638
638
        ROM_LOAD( "ic26.bin",     0x2000, 0x1000, CRC(1362010a) SHA1(d721e051329b823e79515a631244eb77b77c731a) )
639
639
 
640
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
640
        ROM_REGION( 0x2000, "gfx1", 0 )
641
641
        ROM_LOAD( "ic44.bin",     0x0000, 0x1000, CRC(dac8cff7) SHA1(21da2b2ceb4a726d03b2e49a2df75ca66b89a197) )
642
642
        ROM_LOAD( "ic46.bin",     0x1000, 0x1000, CRC(a97ab879) SHA1(67b86d056896f10e0c055fb58c97341cf75c3d17) )
643
643
 
644
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
644
        ROM_REGION( 0x2000, "gfx2", 0 )
645
645
        ROM_LOAD( "ic48.bin",     0x0000, 0x1000, CRC(79952015) SHA1(8407c2bab476a60d945d82201f01bf59ae9e0dad) )
646
646
        ROM_LOAD( "ic50.bin",     0x1000, 0x1000, CRC(f09da428) SHA1(092d0eea41c8bbd48d7a3aff54c15f85262b21ff) )
647
647
 
666
666
        ROM_LOAD( "ic28a.bin",    0x1000, 0x2000, CRC(3a8ca87d) SHA1(bf82ca226daa13eabf8db3cabe2c047b831188e8) )
667
667
        ROM_LOAD( "ic26a.bin",    0x2000, 0x2000, CRC(3c655400) SHA1(d536e7cf63834b0ce94fb4e597c370befa792f82) )
668
668
 
669
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
669
        ROM_REGION( 0x2000, "gfx1", 0 )
670
670
        ROM_LOAD( "ic44.bin",     0x0000, 0x1000, CRC(dac8cff7) SHA1(21da2b2ceb4a726d03b2e49a2df75ca66b89a197) )
671
671
        ROM_LOAD( "ic46.bin",     0x1000, 0x1000, CRC(a97ab879) SHA1(67b86d056896f10e0c055fb58c97341cf75c3d17) )
672
672
 
673
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
673
        ROM_REGION( 0x2000, "gfx2", 0 )
674
674
        ROM_LOAD( "ic48.bin",     0x0000, 0x1000, CRC(79952015) SHA1(8407c2bab476a60d945d82201f01bf59ae9e0dad) )
675
675
        ROM_LOAD( "ic50.bin",     0x1000, 0x1000, CRC(f09da428) SHA1(092d0eea41c8bbd48d7a3aff54c15f85262b21ff) )
676
676
 
695
695
        ROM_LOAD( "ic28.bin",     0x1000, 0x1000, CRC(70322d65) SHA1(498102236390f2e15444943e0fff8a53f37db083) )
696
696
        ROM_LOAD( "ic26.bin",     0x2000, 0x1000, CRC(31dfa9cf) SHA1(007c6ef2381ce9e707932c66a451805cec342eeb) )
697
697
 
698
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
698
        ROM_REGION( 0x2000, "gfx1", 0 )
699
699
        ROM_LOAD( "ic44.bin",     0x0000, 0x1000, CRC(dac8cff7) SHA1(21da2b2ceb4a726d03b2e49a2df75ca66b89a197) )
700
700
        ROM_LOAD( "ic46.bin",     0x1000, 0x1000, CRC(a97ab879) SHA1(67b86d056896f10e0c055fb58c97341cf75c3d17) )
701
701
 
702
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
702
        ROM_REGION( 0x2000, "gfx2", 0 )
703
703
        ROM_LOAD( "ic48.bin",     0x0000, 0x1000, CRC(79952015) SHA1(8407c2bab476a60d945d82201f01bf59ae9e0dad) )
704
704
        ROM_LOAD( "ic50.bin",     0x1000, 0x1000, CRC(f09da428) SHA1(092d0eea41c8bbd48d7a3aff54c15f85262b21ff) )
705
705
 
724
724
        ROM_LOAD( "jaleco.28",   0x1000, 0x1000, CRC(70322d65) SHA1(498102236390f2e15444943e0fff8a53f37db083) )
725
725
        ROM_LOAD( "jaleco.26",   0x2000, 0x1000, CRC(3431a2ba) SHA1(d704d5420e232e9d0ea65142aab063dbc20da8c5) )
726
726
 
727
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
727
        ROM_REGION( 0x2000, "gfx1", 0 )
728
728
        ROM_LOAD( "jaleco.44",     0x0000, 0x1000, CRC(dac8cff7) SHA1(21da2b2ceb4a726d03b2e49a2df75ca66b89a197) )
729
729
        ROM_LOAD( "jaleco.46",     0x1000, 0x1000, CRC(a97ab879) SHA1(67b86d056896f10e0c055fb58c97341cf75c3d17) )
730
730
 
731
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
731
        ROM_REGION( 0x2000, "gfx2", 0 )
732
732
        ROM_LOAD( "jaleco.48",     0x0000, 0x1000, CRC(79952015) SHA1(8407c2bab476a60d945d82201f01bf59ae9e0dad) )
733
733
        ROM_LOAD( "jaleco.50",     0x1000, 0x1000, CRC(f09da428) SHA1(092d0eea41c8bbd48d7a3aff54c15f85262b21ff) )
734
734
 
757
757
        ROM_LOAD( "trvgns.28",   0x1000, 0x1000, CRC(681a1bff) SHA1(53da179185ae3bfb30502706cc623c2f4cc57128) )
758
758
        ROM_LOAD( "trvgns.26",   0x2000, 0x1000, CRC(5b4068b8) SHA1(3b424dd8e2a6fa1e4628790f60c51d44f9a535a1) )
759
759
 
760
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
760
        ROM_REGION( 0x2000, "gfx1", 0 )
761
761
        ROM_LOAD( "trvgns.44",   0x0000, 0x1000, CRC(cd67f2cb) SHA1(22d9d8509fd44fbeb313f5120e692d7a30e3ca54) )
762
762
        ROM_LOAD( "trvgns.46",   0x1000, 0x1000, CRC(f4021941) SHA1(81a93b5b2bf46e2f5254a86b14e31b31b7821d4f) )
763
763
 
764
 
        ROM_REGION( 0x2000, "gfx2", ROMREGION_DISPOSE )
 
764
        ROM_REGION( 0x2000, "gfx2", 0 )
765
765
        ROM_LOAD( "trvgns.48",   0x0000, 0x1000, CRC(6d05845e) SHA1(b427075ab05aea79298211d882b523d4fad1e9ad) )
766
766
        ROM_LOAD( "trvgns.50",   0x1000, 0x1000, CRC(ac292be8) SHA1(41f95273907b27158af0631c716fdb9301852e27) )
767
767
 
818
818
 
819
819
 
820
820
GAME( 1982, naughtyb, 0,                naughtyb, naughtyb, 0,        ROT90, "Jaleco", "Naughty Boy", 0 )
821
 
GAME( 1982, naughtya, naughtyb, naughtyb, naughtyb, 0,        ROT90, "bootleg", "Naughty Boy (bootleg)", 0 )
822
 
GAME( 1982, naughtyc, naughtyb, naughtyb, naughtyb, 0,        ROT90, "Jaleco (Cinematronics license)", "Naughty Boy (Cinematronics)", 0 )
 
821
GAME( 1982, naughtyba,naughtyb, naughtyb, naughtyb, 0,        ROT90, "bootleg", "Naughty Boy (bootleg)", 0 )
 
822
GAME( 1982, naughtybc,naughtyb, naughtyb, naughtyb, 0,        ROT90, "Jaleco (Cinematronics license)", "Naughty Boy (Cinematronics)", 0 )
823
823
GAME( 1982, popflame, 0,                popflame, naughtyb, popflame, ROT90, "Jaleco", "Pop Flamer (protected)", 0 )
824
 
GAME( 1982, popflama, popflame, popflame, naughtyb, 0,        ROT90, "Jaleco", "Pop Flamer (not protected)", 0 )
825
 
GAME( 1982, popflamb, popflame, popflame, naughtyb, 0,        ROT90, "Jaleco", "Pop Flamer (hack?)", 0 )
826
 
GAME( 1982, popflamn, popflame, naughtyb, naughtyb, 0,        ROT90, "Jaleco", "Pop Flamer (bootleg on Naughty Boy PCB)", 0 )
 
824
GAME( 1982, popflamea,popflame, popflame, naughtyb, 0,        ROT90, "Jaleco", "Pop Flamer (not protected)", 0 )
 
825
GAME( 1982, popflameb,popflame, popflame, naughtyb, 0,        ROT90, "Jaleco", "Pop Flamer (hack?)", 0 )
 
826
GAME( 1982, popflamen,popflame, naughtyb, naughtyb, 0,        ROT90, "Jaleco", "Pop Flamer (bootleg on Naughty Boy PCB)", 0 )
827
827
GAME( 1985, trvmstr,  0,                naughtyb, trvmstr,  trvmstr,  ROT90, "Enerdyne Technologies Inc.", "Trivia Master (set 1)", 0 )
828
828
GAME( 1985, trvmstra, trvmstr,  naughtyb, trvmstr,  trvmstr,  ROT90, "Enerdyne Technologies Inc.", "Trivia Master (set 2)", 0 )
829
829
GAME( 1985, trvmstrb, trvmstr,  naughtyb, trvmstr,  trvmstr,  ROT90, "Enerdyne Technologies Inc.", "Trivia Master (set 3)", 0 )