trunk/src/mame/drivers/goldstar.c
| r22849 | r22850 | |
| 2736 | 2736 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2737 | 2737 | INPUT_PORTS_END |
| 2738 | 2738 | |
| 2739 | static INPUT_PORTS_START( lucky8d ) |
| 2740 | PORT_START("IN0") /* d800 */ |
| 2741 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2742 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2743 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_CODE(KEYCODE_B) PORT_NAME("P1 - Big / Switch Controls") |
| 2744 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_CODE(KEYCODE_C) PORT_NAME("P1 - Double-Up") |
| 2745 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_CODE(KEYCODE_V) PORT_NAME("P1 - Take Score") |
| 2746 | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_CODE(KEYCODE_Z) PORT_NAME("P1 - Bet") |
| 2747 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_CODE(KEYCODE_N) PORT_NAME("P1 - Small / Info") |
| 2748 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_CODE(KEYCODE_X) PORT_NAME("P1 - Start") |
| 2749 | |
| 2750 | PORT_START("IN1") /* d801 */ |
| 2751 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2752 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2753 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON12 ) PORT_CODE(KEYCODE_G) PORT_NAME("P2 - Big / Switch Controls") |
| 2754 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON10 ) PORT_CODE(KEYCODE_D) PORT_NAME("P2 - Double-Up") |
| 2755 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON11 ) PORT_CODE(KEYCODE_F) PORT_NAME("P2 - Take Score") |
| 2756 | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON13 ) PORT_CODE(KEYCODE_A) PORT_NAME("P2 - Bet") |
| 2757 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON15 ) PORT_CODE(KEYCODE_H) PORT_NAME("P2 - Small / Info") |
| 2758 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON14 ) PORT_CODE(KEYCODE_S) PORT_NAME("P2 - Start") |
| 2759 | |
| 2760 | PORT_START("IN2") /* d802 */ |
| 2761 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2762 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2763 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2764 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2765 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2766 | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2767 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2768 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2769 | |
| 2770 | PORT_START("IN3") /* d810 */ |
| 2771 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2772 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2773 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(2) // Coin1? |
| 2774 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2775 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_IMPULSE(2) // Coin2? |
| 2776 | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_COIN3 ) PORT_IMPULSE(2) // Coin3? |
| 2777 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_GAMBLE_KEYIN ) |
| 2778 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN4 ) PORT_IMPULSE(2) // Coin4? |
| 2779 | |
| 2780 | PORT_START("IN4") /* d811 */ |
| 2781 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2782 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2783 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2784 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 2785 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_GAMBLE_KEYOUT ) PORT_NAME("Key Out / Attendant") |
| 2786 | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_CODE(KEYCODE_8_PAD) PORT_NAME("Hopper") |
| 2787 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_GAMBLE_SERVICE ) PORT_NAME("Settings") |
| 2788 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK ) PORT_NAME("Stats") |
| 2789 | |
| 2790 | PORT_START("DSW1") |
| 2791 | PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:1") |
| 2792 | PORT_DIPSETTING( 0x01, DEF_STR( Off ) ) |
| 2793 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2794 | PORT_DIPNAME( 0x02, 0x02, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:2") |
| 2795 | PORT_DIPSETTING( 0x02, DEF_STR( Off ) ) |
| 2796 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2797 | PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:3") |
| 2798 | PORT_DIPSETTING( 0x04, DEF_STR( Off ) ) |
| 2799 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2800 | PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:4") |
| 2801 | PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) |
| 2802 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2803 | PORT_DIPNAME( 0x10, 0x10, "W-UP Pay Rate" ) PORT_DIPLOCATION("DSW1:5") |
| 2804 | PORT_DIPSETTING( 0x10, "60%" ) |
| 2805 | PORT_DIPSETTING( 0x00, "70%" ) |
| 2806 | PORT_DIPNAME( 0x20, 0x20, "W-UP Game" ) PORT_DIPLOCATION("DSW1:6") |
| 2807 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| 2808 | PORT_DIPSETTING( 0x20, DEF_STR( On ) ) |
| 2809 | PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:7") |
| 2810 | PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) |
| 2811 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2812 | PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:8") |
| 2813 | PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) |
| 2814 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2815 | |
| 2816 | PORT_START("DSW2") |
| 2817 | PORT_DIPNAME( 0x07, 0x07, "Main Game Pay Rate" ) PORT_DIPLOCATION("DSW2:1,2,3") |
| 2818 | PORT_DIPSETTING( 0x07, "43%" ) |
| 2819 | PORT_DIPSETTING( 0x06, "47%" ) |
| 2820 | PORT_DIPSETTING( 0x05, "53%" ) |
| 2821 | PORT_DIPSETTING( 0x04, "57%" ) |
| 2822 | PORT_DIPSETTING( 0x03, "63%" ) |
| 2823 | PORT_DIPSETTING( 0x02, "67%" ) |
| 2824 | PORT_DIPSETTING( 0x01, "73%" ) |
| 2825 | PORT_DIPSETTING( 0x00, "79%" ) |
| 2826 | PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW2:4") |
| 2827 | PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) |
| 2828 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2829 | PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW2:5") |
| 2830 | PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) |
| 2831 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2832 | PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW2:6") |
| 2833 | PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) |
| 2834 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2835 | PORT_DIPNAME( 0x40, 0x40, "Paytable Settings" ) PORT_DIPLOCATION("DSW2:7") |
| 2836 | PORT_DIPSETTING( 0x40, "Low Pay" ) |
| 2837 | PORT_DIPSETTING( 0x00, "High Pay" ) |
| 2838 | PORT_DIPNAME( 0x80, 0x80, "W-UP Type" ) PORT_DIPLOCATION("DSW2:8") |
| 2839 | PORT_DIPSETTING( 0x80, "Reels (automatic)" ) |
| 2840 | PORT_DIPSETTING( 0x00, "Cards (Big/Small)" ) |
| 2841 | |
| 2842 | PORT_START("DSW3") |
| 2843 | PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW3:1") |
| 2844 | PORT_DIPSETTING( 0x01, DEF_STR( Off ) ) |
| 2845 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2846 | PORT_DIPNAME( 0x02, 0x02, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW3:2") |
| 2847 | PORT_DIPSETTING( 0x02, DEF_STR( Off ) ) |
| 2848 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2849 | PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW3:3") |
| 2850 | PORT_DIPSETTING( 0x04, DEF_STR( Off ) ) |
| 2851 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2852 | PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW3:4") |
| 2853 | PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) |
| 2854 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2855 | PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW3:5") |
| 2856 | PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) |
| 2857 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2858 | PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW3:6") |
| 2859 | PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) |
| 2860 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2861 | PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW3:7") |
| 2862 | PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) |
| 2863 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2864 | PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW3:8") |
| 2865 | PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) |
| 2866 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2867 | |
| 2868 | PORT_START("DSW4") |
| 2869 | PORT_DIPNAME( 0x07, 0x07, "Key In Coin" ) PORT_DIPLOCATION("DSW4:1,2,3") |
| 2870 | PORT_DIPSETTING( 0x00, "5" ) |
| 2871 | PORT_DIPSETTING( 0x01, "10" ) |
| 2872 | PORT_DIPSETTING( 0x02, "20" ) |
| 2873 | PORT_DIPSETTING( 0x03, "25" ) |
| 2874 | PORT_DIPSETTING( 0x04, "40" ) |
| 2875 | PORT_DIPSETTING( 0x05, "50" ) |
| 2876 | PORT_DIPSETTING( 0x06, "60" ) |
| 2877 | PORT_DIPSETTING( 0x07, "100" ) |
| 2878 | PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW4:4") |
| 2879 | PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) |
| 2880 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2881 | PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW4:5") |
| 2882 | PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) |
| 2883 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2884 | PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW4:6") |
| 2885 | PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) |
| 2886 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2887 | PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW4:7") |
| 2888 | PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) |
| 2889 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2890 | PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW4:8") |
| 2891 | PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) |
| 2892 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 2893 | INPUT_PORTS_END |
| 2894 | |
| 2739 | 2895 | static INPUT_PORTS_START( ns8lines ) |
| 2740 | 2896 | PORT_START("IN0") /* d800 */ |
| 2741 | 2897 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| r22849 | r22850 | |
| 8335 | 8491 | ROM_LOAD( "u1.bin", 0x0000, 0x0020, CRC(6df3f972) SHA1(0096a7f7452b70cac6c0752cb62e24b643015b5c) ) |
| 8336 | 8492 | ROM_END |
| 8337 | 8493 | |
| 8494 | ROM_START( lucky8c ) |
| 8495 | ROM_REGION( 0x8000, "maincpu", 0 ) |
| 8496 | ROM_LOAD( "8.bin", 0x0000, 0x8000, CRC(6890f8d8) SHA1(7e9d974acf199c78972299bfa3e275a30a3f6eaa) ) |
| 8497 | |
| 8498 | ROM_REGION( 0x18000, "gfx1", 0 ) |
| 8499 | ROM_LOAD( "5", 0x00000, 0x8000, CRC(59026af3) SHA1(3d7f7e78968ca26275635aeaa0e994468a3da575) ) |
| 8500 | ROM_LOAD( "6", 0x08000, 0x8000, CRC(67a073c1) SHA1(36194d57d0dc0601fa1fdf2e6806f11b2ea6da36) ) |
| 8501 | ROM_LOAD( "7", 0x10000, 0x8000, CRC(c415b9d0) SHA1(fd558fe8a116c33bbd712a639224d041447a45c1) ) |
| 8502 | |
| 8503 | ROM_REGION( 0x8000, "gfx2", 0 ) |
| 8504 | ROM_LOAD( "1", 0x0000, 0x2000, CRC(29d6f197) SHA1(1542ca457594f6b7fe8f28f7d78023edd7021bc8) ) |
| 8505 | ROM_LOAD( "2", 0x2000, 0x2000, CRC(5f812e65) SHA1(70d9ea82f9337936bf21f82b6961768d436f3a6f) ) |
| 8506 | ROM_LOAD( "3", 0x4000, 0x2000, CRC(898b9ed5) SHA1(11b7d1cfcf425d00d086c74e0dbcb72068dda9fe) ) |
| 8507 | ROM_LOAD( "4", 0x6000, 0x2000, CRC(4f7cfb35) SHA1(0617cf4419be00d9bacc78724089cb8af4104d68) ) |
| 8508 | |
| 8509 | ROM_REGION( 0x200, "proms", 0 ) |
| 8510 | ROM_LOAD( "d12", 0x0000, 0x0100, CRC(23e81049) SHA1(78071dae70fad870e972d944642fb3a2374be5e4) ) |
| 8511 | /* missing prom? - using one from other dump */ |
| 8512 | ROM_LOAD( "prom4", 0x0100, 0x0100, CRC(526cf9d3) SHA1(eb779d70f2507d0f26d225ac8f5de8f2243599ca) ) |
| 8513 | |
| 8514 | ROM_REGION( 0x20, "proms2", 0 ) |
| 8515 | ROM_LOAD( "d13", 0x0000, 0x0020, CRC(c6b41352) SHA1(d7c3b5aa32e4e456c9432a13bede1db6d62eb270) ) |
| 8516 | |
| 8517 | ROM_REGION( 0x100, "unkprom", 0 ) |
| 8518 | ROM_LOAD( "g14", 0x0000, 0x0100, CRC(bd48de71) SHA1(e4fa1e774af1499bc568be5b2deabb859d8c8172) ) |
| 8519 | |
| 8520 | ROM_REGION( 0x20, "unkprom2", 0 ) |
| 8521 | ROM_LOAD( "g13", 0x0000, 0x0020, CRC(6df3f972) SHA1(0096a7f7452b70cac6c0752cb62e24b643015b5c) ) |
| 8522 | ROM_END |
| 8523 | |
| 8524 | ROM_START( lucky8d ) |
| 8525 | ROM_REGION( 0x8000, "maincpu", 0 ) |
| 8526 | ROM_LOAD( "8-40%.bin", 0x0000, 0x4000, CRC(4c79db5a) SHA1(b959030856f54776841092c4c2bccc6565faa587) ) |
| 8527 | ROM_LOAD( "9-40%.bin", 0x4000, 0x4000, CRC(fb0d511f) SHA1(c2c1868339d4f20bf1f5d6b66802e8f8deed4611) ) |
| 8528 | |
| 8529 | ROM_REGION( 0x18000, "gfx1", 0 ) |
| 8530 | ROM_LOAD( "5", 0x00000, 0x8000, CRC(59026af3) SHA1(3d7f7e78968ca26275635aeaa0e994468a3da575) ) |
| 8531 | ROM_LOAD( "6", 0x08000, 0x8000, CRC(67a073c1) SHA1(36194d57d0dc0601fa1fdf2e6806f11b2ea6da36) ) |
| 8532 | ROM_LOAD( "7", 0x10000, 0x8000, CRC(c415b9d0) SHA1(fd558fe8a116c33bbd712a639224d041447a45c1) ) |
| 8533 | |
| 8534 | ROM_REGION( 0x8000, "gfx2", 0 ) |
| 8535 | ROM_LOAD( "1", 0x0000, 0x2000, CRC(29d6f197) SHA1(1542ca457594f6b7fe8f28f7d78023edd7021bc8) ) |
| 8536 | ROM_LOAD( "2", 0x2000, 0x2000, CRC(5f812e65) SHA1(70d9ea82f9337936bf21f82b6961768d436f3a6f) ) |
| 8537 | ROM_LOAD( "3", 0x4000, 0x2000, CRC(898b9ed5) SHA1(11b7d1cfcf425d00d086c74e0dbcb72068dda9fe) ) |
| 8538 | ROM_LOAD( "4", 0x6000, 0x2000, CRC(4f7cfb35) SHA1(0617cf4419be00d9bacc78724089cb8af4104d68) ) |
| 8539 | |
| 8540 | ROM_REGION( 0x200, "proms", 0 ) |
| 8541 | ROM_LOAD( "d12", 0x0000, 0x0100, CRC(23e81049) SHA1(78071dae70fad870e972d944642fb3a2374be5e4) ) |
| 8542 | /* missing prom? - using one from other dump */ |
| 8543 | ROM_LOAD( "prom4", 0x0100, 0x0100, CRC(526cf9d3) SHA1(eb779d70f2507d0f26d225ac8f5de8f2243599ca) ) |
| 8544 | |
| 8545 | ROM_REGION( 0x20, "proms2", 0 ) |
| 8546 | ROM_LOAD( "d13", 0x0000, 0x0020, CRC(c6b41352) SHA1(d7c3b5aa32e4e456c9432a13bede1db6d62eb270) ) |
| 8547 | |
| 8548 | ROM_REGION( 0x100, "unkprom", 0 ) |
| 8549 | ROM_LOAD( "g14", 0x0000, 0x0100, CRC(bd48de71) SHA1(e4fa1e774af1499bc568be5b2deabb859d8c8172) ) |
| 8550 | |
| 8551 | ROM_REGION( 0x20, "unkprom2", 0 ) |
| 8552 | ROM_LOAD( "g13", 0x0000, 0x0020, CRC(6df3f972) SHA1(0096a7f7452b70cac6c0752cb62e24b643015b5c) ) |
| 8553 | ROM_END |
| 8554 | |
| 8338 | 8555 | /* |
| 8339 | 8556 | New Lucky 8 Lines / New Super 8 Lines. |
| 8340 | 8557 | |
| r22849 | r22850 | |
| 11584 | 11801 | GAME( 1992, cmast92, 0, cmast91, cmast91, goldstar_state, cmast91, ROT0, "Dyna", "Cherry Master '92", GAME_NOT_WORKING ) // no gfx roms are dumped |
| 11585 | 11802 | |
| 11586 | 11803 | |
| 11587 | | GAMEL( 1989, lucky8, 0, lucky8, lucky8, driver_device, 0, ROT0, "Wing Co., Ltd. / GEI", "New Lucky 8 Lines (set 1, W-4)", 0, layout_lucky8 ) |
| 11588 | | GAMEL( 1989, lucky8a, lucky8, lucky8, lucky8a, goldstar_state, lucky8a, ROT0, "Wing Co., Ltd. / GEI", "New Lucky 8 Lines (set 2, W-4)", 0, layout_lucky8 ) |
| 11589 | | GAMEL( 1989, lucky8b, lucky8, lucky8, ns8lines, driver_device, 0, ROT0, "Wing Co., Ltd. / GEI", "New Lucky 8 Lines (set 3, W-4, extended gfx)", 0, layout_lucky8 ) |
| 11590 | | GAMEL( 198?, ns8lines, 0, lucky8, ns8lines, driver_device, 0, ROT0, "<unknown>", "New Lucky 8 Lines / New Super 8 Lines (W-4)", 0, layout_lucky8 ) |
| 11591 | | GAMEL( 198?, ns8linew, 0, lucky8, ns8linew, driver_device, 0, ROT0, "<unknown>", "New Lucky 8 Lines / New Super 8 Lines (F-5, Witch Bonus)", 0, layout_lucky8 ) |
| 11592 | | GAMEL( 198?, kkotnoli, 0, kkotnoli, kkotnoli, driver_device, 0, ROT0, "hack", "Kkot No Li (Kill the Bees)", GAME_IMPERFECT_COLORS, layout_lucky8 ) |
| 11593 | | GAME( 198?, ladylinr, 0, ladylinr, ladylinr, driver_device, 0, ROT0, "TAB Austria", "Lady Liner", 0 ) |
| 11594 | | GAME( 198?, wcat3, 0, wcat3, lucky8, driver_device, 0, ROT0, "E.A.I.", "Wild Cat 3", GAME_NOT_WORKING ) |
| 11804 | GAMEL( 1989, lucky8, 0, lucky8, lucky8, driver_device, 0, ROT0, "Wing Co., Ltd.", "New Lucky 8 Lines (set 1, W-4)", 0, layout_lucky8 ) |
| 11805 | GAMEL( 1989, lucky8a, lucky8, lucky8, lucky8a, goldstar_state, lucky8a, ROT0, "Wing Co., Ltd.", "New Lucky 8 Lines (set 2, W-4)", 0, layout_lucky8 ) |
| 11806 | GAMEL( 1989, lucky8b, lucky8, lucky8, ns8lines, driver_device, 0, ROT0, "Wing Co., Ltd.", "New Lucky 8 Lines (set 3, W-4, extended gfx)", 0, layout_lucky8 ) |
| 11807 | GAMEL( 1989, lucky8c, lucky8, lucky8, lucky8, goldstar_state, lucky8a, ROT0, "Wing Co., Ltd.", "New Lucky 8 Lines (set 4, W-4)", 0, layout_lucky8 ) |
| 11808 | GAMEL( 1989, lucky8d, lucky8, lucky8, lucky8d, driver_device, 0, ROT0, "Wing Co., Ltd.", "New Lucky 8 Lines (set 5, W-4, main 40%, d-up 60%)", 0, layout_lucky8 ) |
| 11809 | GAMEL( 198?, ns8lines, 0, lucky8, ns8lines, driver_device, 0, ROT0, "<unknown>", "New Lucky 8 Lines / New Super 8 Lines (W-4)", 0, layout_lucky8 ) |
| 11810 | GAMEL( 198?, ns8linew, 0, lucky8, ns8linew, driver_device, 0, ROT0, "<unknown>", "New Lucky 8 Lines / New Super 8 Lines (F-5, Witch Bonus)", 0, layout_lucky8 ) |
| 11811 | GAMEL( 198?, kkotnoli, 0, kkotnoli, kkotnoli, driver_device, 0, ROT0, "hack", "Kkot No Li (Kill the Bees)", GAME_IMPERFECT_COLORS, layout_lucky8 ) |
| 11812 | GAME( 198?, ladylinr, 0, ladylinr, ladylinr, driver_device, 0, ROT0, "TAB Austria", "Lady Liner", 0 ) |
| 11813 | GAME( 198?, wcat3, 0, wcat3, lucky8, driver_device, 0, ROT0, "E.A.I.", "Wild Cat 3", GAME_NOT_WORKING ) |
| 11595 | 11814 | |
| 11596 | | GAME( 1985, luckylad, 0, lucky8, luckylad, driver_device, 0, ROT0, "Wing Co., Ltd.", "Lucky Lady (Wing, encrypted)", GAME_NOT_WORKING ) // encrypted (see notes in rom_load)... |
| 11597 | | GAME( 1991, megaline, 0, megaline, megaline, driver_device, 0, ROT0, "Fun World", "Mega Lines", GAME_NOT_WORKING ) |
| 11815 | GAME( 1985, luckylad, 0, lucky8, luckylad, driver_device, 0, ROT0, "Wing Co., Ltd.", "Lucky Lady (Wing, encrypted)", GAME_NOT_WORKING ) // encrypted (see notes in rom_load)... |
| 11816 | GAME( 1991, megaline, 0, megaline, megaline, driver_device, 0, ROT0, "Fun World", "Mega Lines", GAME_NOT_WORKING ) |
| 11598 | 11817 | |
| 11599 | 11818 | |
| 11600 | | GAMEL( 1993, bingowng, 0, bingowng, bingowng, driver_device, 0, ROT0, "Wing Co., Ltd.", "Bingo (set 1)", 0, layout_bingowng ) |
| 11601 | | GAMEL( 1993, bingownga, bingowng, bingownga,bingowng, driver_device, 0, ROT0, "Wing Co., Ltd.", "Bingo (set 2)", 0, layout_bingowng ) |
| 11819 | GAMEL( 1993, bingowng, 0, bingowng, bingowng, driver_device, 0, ROT0, "Wing Co., Ltd.", "Bingo (set 1)", 0, layout_bingowng ) |
| 11820 | GAMEL( 1993, bingownga, bingowng, bingownga,bingowng, driver_device, 0, ROT0, "Wing Co., Ltd.", "Bingo (set 2)", 0, layout_bingowng ) |
| 11602 | 11821 | |
| 11603 | 11822 | GAME( 1992, magodds, 0, magodds, magodds, driver_device, 0, ROT0, "Pal Company / Micro Manufacturing Inc.", "Magical Odds (set 1)", GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS ) |
| 11604 | 11823 | GAME( 1992, magoddsa, magodds, magodds, magodds, driver_device, 0, ROT0, "Pal Company / Micro Manufacturing Inc.", "Magical Odds (set 2)", GAME_WRONG_COLORS | GAME_IMPERFECT_GRAPHICS ) |