trunk/src/mame/drivers/segas18.c
r241685 | r241686 | |
91 | 91 | mapper.map_as_rom(0x00000,0x100000, 0xf00000, "rom1base",0x100000, write16_delegate(FUNC(segas18_state::rom_5987_bank_w), this)); |
92 | 92 | break; |
93 | 93 | case ROM_BOARD_837_7525: mapper.map_as_rom(0x00000, 0x80000, 0xf80000, "rom1base", 0x80000, write16_delegate(FUNC(segas18_state::rom_837_7525_bank_w), this)); |
94 | | break; |
| 94 | break; |
| 95 | |
95 | 96 | default: assert(false); |
96 | 97 | } |
97 | 98 | break; |
r241685 | r241686 | |
760 | 761 | PORT_DIPSETTING( 0x00, "1" ) |
761 | 762 | //"SW2:7" unused |
762 | 763 | //"SW2:8" unused |
763 | | |
764 | 764 | INPUT_PORTS_END |
765 | 765 | |
766 | | |
767 | 766 | static INPUT_PORTS_START( astorm2p ) |
768 | 767 | PORT_INCLUDE( system18_generic ) |
769 | 768 | |
r241685 | r241686 | |
788 | 787 | PORT_DIPSETTING( 0x00, "1" ) |
789 | 788 | //"SW2:7" unused |
790 | 789 | //"SW2:8" unused |
791 | | |
792 | 790 | INPUT_PORTS_END |
793 | 791 | |
794 | 792 | |
r241685 | r241686 | |
907 | 905 | PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNUSED ) |
908 | 906 | INPUT_PORTS_END |
909 | 907 | |
910 | | |
911 | 908 | static INPUT_PORTS_START( ddcrew2p ) |
912 | 909 | PORT_INCLUDE( system18_generic ) |
913 | 910 | |
r241685 | r241686 | |
934 | 931 | PORT_DIPSETTING( 0xc0, DEF_STR( Normal ) ) |
935 | 932 | PORT_DIPSETTING( 0x40, DEF_STR( Hard ) ) |
936 | 933 | PORT_DIPSETTING( 0x00, DEF_STR( Hardest ) ) |
937 | | |
938 | 934 | INPUT_PORTS_END |
939 | 935 | |
940 | 936 | static INPUT_PORTS_START( ddcrew3p ) |
r241685 | r241686 | |
953 | 949 | PORT_MODIFY("SERVICE") |
954 | 950 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN3 ) |
955 | 951 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 ) |
956 | | |
957 | 952 | INPUT_PORTS_END |
958 | 953 | |
| 954 | |
959 | 955 | static INPUT_PORTS_START( desertbr ) |
960 | 956 | PORT_INCLUDE( system18_generic ) |
961 | 957 | |
r241685 | r241686 | |
1004 | 1000 | INPUT_PORTS_END |
1005 | 1001 | |
1006 | 1002 | |
| 1003 | static INPUT_PORTS_START( hamaway ) |
| 1004 | PORT_INCLUDE( system18_generic ) |
| 1005 | |
| 1006 | PORT_MODIFY("DSW") |
| 1007 | PORT_DIPNAME( 0x03, 0x03, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:1,2") |
| 1008 | PORT_DIPSETTING( 0x02, DEF_STR( Easy ) ) |
| 1009 | PORT_DIPSETTING( 0x03, DEF_STR( Normal ) ) |
| 1010 | PORT_DIPSETTING( 0x01, DEF_STR( Hard ) ) |
| 1011 | PORT_DIPSETTING( 0x00, DEF_STR( Hardest ) ) |
| 1012 | PORT_DIPNAME( 0x0c, 0x0c, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW2:3,4") |
| 1013 | PORT_DIPSETTING( 0x08, "1" ) |
| 1014 | PORT_DIPSETTING( 0x04, "2" ) |
| 1015 | PORT_DIPSETTING( 0x0c, "3" ) |
| 1016 | PORT_DIPSETTING( 0x00, "5" ) |
| 1017 | //"SW2:5" is unknown - Not listed in the service mode |
| 1018 | //"SW2:6" is unknown - Not listed in the service mode |
| 1019 | PORT_DIPNAME( 0x40, 0x00, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW2:7") |
| 1020 | PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) |
| 1021 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 1022 | PORT_DIPNAME( 0x80, 0x80, "2 Credits to Start" ) PORT_DIPLOCATION("SW2:8") |
| 1023 | PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) |
| 1024 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 1025 | INPUT_PORTS_END |
| 1026 | |
| 1027 | |
1007 | 1028 | static INPUT_PORTS_START( lghost ) |
1008 | 1029 | PORT_INCLUDE( system18_generic ) |
1009 | 1030 | |
r241685 | r241686 | |
1215 | 1236 | INPUT_PORTS_END |
1216 | 1237 | |
1217 | 1238 | |
1218 | | |
1219 | | static INPUT_PORTS_START( hamaway ) |
1220 | | PORT_INCLUDE( system18_generic ) |
1221 | | |
1222 | | PORT_MODIFY("DSW") |
1223 | | PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) ) |
1224 | | PORT_DIPSETTING( 0x01, DEF_STR( Off ) ) |
1225 | | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1226 | | PORT_DIPNAME( 0x02, 0x02, DEF_STR( Unknown ) ) |
1227 | | PORT_DIPSETTING( 0x02, DEF_STR( Off ) ) |
1228 | | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1229 | | PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) ) |
1230 | | PORT_DIPSETTING( 0x04, DEF_STR( Off ) ) |
1231 | | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1232 | | PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) |
1233 | | PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) |
1234 | | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1235 | | PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) |
1236 | | PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) |
1237 | | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1238 | | PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) ) |
1239 | | PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) |
1240 | | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1241 | | PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) ) |
1242 | | PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) |
1243 | | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1244 | | PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) ) |
1245 | | PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) |
1246 | | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1247 | | INPUT_PORTS_END |
1248 | | |
1249 | | |
1250 | 1239 | /************************************* |
1251 | 1240 | * |
1252 | 1241 | * Graphics definitions |
r241685 | r241686 | |
1943 | 1932 | /************************************************************************************************************************** |
1944 | 1933 | ************************************************************************************************************************** |
1945 | 1934 | ************************************************************************************************************************** |
| 1935 | Hammer Away, Sega System 18 (prototype / unreleased) |
| 1936 | CPU: M68000 |
| 1937 | ROM Board: 837-7525 |
| 1938 | |
| 1939 | Japanese text on the mission screens, but no "For use in Japan..." warning. There are screen shots of a version without |
| 1940 | the Japanese text on mission screens and an alternate title screen, so a "World" proto might exist. |
| 1941 | */ |
| 1942 | ROM_START( hamaway ) |
| 1943 | ROM_REGION( 0x100000, "maincpu", 0 ) // 68000 code |
| 1944 | ROM_LOAD16_BYTE( "4.bin", 0x000000, 0x40000, CRC(cc0981e1) SHA1(63528bd36f27e62fdf40715101e6d05b73e48f16) ) // 1xxxxxxxxxxxxxxxxx = 0xFF |
| 1945 | ROM_LOAD16_BYTE( "6.bin", 0x000001, 0x40000, CRC(e8599ee6) SHA1(3e32b025403aecbaecfcdd0325e4acd676e99c4e) ) // 1xxxxxxxxxxxxxxxxx = 0xFF |
| 1946 | ROM_LOAD16_BYTE( "5.bin", 0x080000, 0x40000, CRC(fdb247fd) SHA1(ee9db799fb5de27f81904f8ef792203415b6d4a6) ) |
| 1947 | ROM_LOAD16_BYTE( "7.bin", 0x080001, 0x40000, CRC(63711470) SHA1(6c4be3a0cf0f897c34ef0b3bf549f52b185bb915) ) |
| 1948 | |
| 1949 | ROM_REGION( 0x180000, "gfx1", 0 ) // tiles |
| 1950 | ROM_LOAD( "c10.bin", 0x000000, 0x40000, CRC(c55cb5cf) SHA1(396179632b29ac5f8b7f8f3c91d7cf834e548bdf) ) |
| 1951 | ROM_LOAD( "1.bin", 0x040000, 0x40000, CRC(33be003f) SHA1(134fa6b3347c306d9e30882dfcf24632b49f85ea) ) |
| 1952 | ROM_LOAD( "c11.bin", 0x080000, 0x40000, CRC(37787915) SHA1(c8d251be6c41de3aed2da6da70aa87071b70b1f6) ) |
| 1953 | ROM_LOAD( "2.bin", 0x0c0000, 0x40000, CRC(60ca5c9f) SHA1(6358ea00125a5e3f55acf73aeb9c36b1db6e711e) ) |
| 1954 | ROM_LOAD( "c12.bin", 0x100000, 0x40000, CRC(f12f1cf3) SHA1(45e883029c58e617a2a20ac1ab5c5f598c95f4bd) ) |
| 1955 | ROM_LOAD( "3.bin", 0x140000, 0x40000, CRC(520aa7ae) SHA1(9584206aedd8be5ce9dca0ed370f8fe77aabaf76) ) |
| 1956 | |
| 1957 | ROM_REGION16_BE( 0x200000, "sprites", ROMREGION_ERASEFF ) // sprites |
| 1958 | ROM_LOAD16_BYTE( "c17.bin", 0x000001, 0x40000, CRC(aa28d7aa) SHA1(3dd5d95b05e408c023f9bd77753c37080714239d) ) |
| 1959 | ROM_LOAD16_BYTE( "10.bin", 0x000000, 0x40000, CRC(c4c95161) SHA1(2e313a4ca9506f53a2062b4a8e5ba7b381ba93ae) ) |
| 1960 | ROM_LOAD16_BYTE( "c18.bin", 0x080001, 0x40000, CRC(0f8fe8bb) SHA1(e6f68442b8d4def29b106458496a47344f70d511) ) |
| 1961 | ROM_LOAD16_BYTE( "11.bin", 0x080000, 0x40000, CRC(2b5eacbc) SHA1(ba3690501588b9c88a31022b44bc3c82b44ae26b) ) |
| 1962 | ROM_LOAD16_BYTE( "c19.bin", 0x100001, 0x40000, CRC(3c616caa) SHA1(d48a6239b7a52ac13971f7513a65a17af492bfdf) ) // 11xxxxxxxxxxxxxxxx = 0xFF |
| 1963 | ROM_LOAD16_BYTE( "12.bin", 0x100000, 0x40000, CRC(c7bbd579) SHA1(ab87bfdad66ea241cb23c9bbfea05f5a1574d6c9) ) // 1ST AND 2ND HALF IDENTICAL (but ok, because pairing ROM has no data in the 2nd half anyway) |
| 1964 | |
| 1965 | ROM_REGION( 0x210000, "soundcpu", ROMREGION_ERASEFF ) // sound CPU |
| 1966 | ROM_LOAD( "c16.bin", 0x010000, 0x40000, CRC(913cc18c) SHA1(4bf4ec14937586c3ae77fcad57dcb21f6433ef81) ) |
| 1967 | ROM_LOAD( "c15.bin", 0x090000, 0x40000, CRC(b53694fc) SHA1(0e42be2730abce1b52ea94a9fe61cbd1c9a0ccae) ) |
| 1968 | ROM_END |
| 1969 | |
| 1970 | |
| 1971 | /************************************************************************************************************************** |
| 1972 | ************************************************************************************************************************** |
| 1973 | ************************************************************************************************************************** |
1946 | 1974 | Laser Ghost, Sega System 18 |
1947 | 1975 | CPU: FD1094 (317-0166) |
1948 | 1976 | ROM Board: 171-5873B |
r241685 | r241686 | |
2333 | 2361 | ROM_LOAD( "mpr-14722.c4", 0x190000, 0x80000, CRC(1bd081f8) SHA1(e5b0b5d8334486f813d7c430bb7fce3f69605a21) ) |
2334 | 2362 | ROM_END |
2335 | 2363 | |
2336 | | /************************************************************************************************************************** |
2337 | | Hammer Away, Sega System 18 |
2338 | | CPU: M68000 |
2339 | | ROM Board: 837-7525 |
2340 | | */ |
2341 | 2364 | |
2342 | | ROM_START( hamaway ) |
2343 | | ROM_REGION( 0x100000, "maincpu", 0 ) // 68000 code |
2344 | | ROM_LOAD16_BYTE( "4.bin", 0x000000, 0x40000, CRC(cc0981e1) SHA1(63528bd36f27e62fdf40715101e6d05b73e48f16) ) // 1xxxxxxxxxxxxxxxxx = 0xFF |
2345 | | ROM_LOAD16_BYTE( "6.bin", 0x000001, 0x40000, CRC(e8599ee6) SHA1(3e32b025403aecbaecfcdd0325e4acd676e99c4e) ) // 1xxxxxxxxxxxxxxxxx = 0xFF |
2346 | | ROM_LOAD16_BYTE( "5.bin", 0x080000, 0x40000, CRC(fdb247fd) SHA1(ee9db799fb5de27f81904f8ef792203415b6d4a6) ) |
2347 | | ROM_LOAD16_BYTE( "7.bin", 0x080001, 0x40000, CRC(63711470) SHA1(6c4be3a0cf0f897c34ef0b3bf549f52b185bb915) ) |
2348 | | |
2349 | | ROM_REGION( 0x180000, "gfx1", 0 ) // tiles |
2350 | | ROM_LOAD( "c10.bin", 0x000000, 0x40000, CRC(c55cb5cf) SHA1(396179632b29ac5f8b7f8f3c91d7cf834e548bdf) ) |
2351 | | ROM_LOAD( "1.bin", 0x040000, 0x40000, CRC(33be003f) SHA1(134fa6b3347c306d9e30882dfcf24632b49f85ea) ) |
2352 | | ROM_LOAD( "c11.bin", 0x080000, 0x40000, CRC(37787915) SHA1(c8d251be6c41de3aed2da6da70aa87071b70b1f6) ) |
2353 | | ROM_LOAD( "2.bin", 0x0c0000, 0x40000, CRC(60ca5c9f) SHA1(6358ea00125a5e3f55acf73aeb9c36b1db6e711e) ) |
2354 | | ROM_LOAD( "c12.bin", 0x100000, 0x40000, CRC(f12f1cf3) SHA1(45e883029c58e617a2a20ac1ab5c5f598c95f4bd) ) |
2355 | | ROM_LOAD( "3.bin", 0x140000, 0x40000, CRC(520aa7ae) SHA1(9584206aedd8be5ce9dca0ed370f8fe77aabaf76) ) |
2356 | | |
2357 | | ROM_REGION16_BE( 0x200000, "sprites", ROMREGION_ERASEFF ) // sprites |
2358 | | ROM_LOAD16_BYTE( "c17.bin", 0x000001, 0x40000, CRC(aa28d7aa) SHA1(3dd5d95b05e408c023f9bd77753c37080714239d) ) |
2359 | | ROM_LOAD16_BYTE( "10.bin", 0x000000, 0x40000, CRC(c4c95161) SHA1(2e313a4ca9506f53a2062b4a8e5ba7b381ba93ae) ) |
2360 | | ROM_LOAD16_BYTE( "c18.bin", 0x080001, 0x40000, CRC(0f8fe8bb) SHA1(e6f68442b8d4def29b106458496a47344f70d511) ) |
2361 | | ROM_LOAD16_BYTE( "11.bin", 0x080000, 0x40000, CRC(2b5eacbc) SHA1(ba3690501588b9c88a31022b44bc3c82b44ae26b) ) |
2362 | | ROM_LOAD16_BYTE( "c19.bin", 0x100001, 0x40000, CRC(3c616caa) SHA1(d48a6239b7a52ac13971f7513a65a17af492bfdf) ) // 11xxxxxxxxxxxxxxxx = 0xFF |
2363 | | ROM_LOAD16_BYTE( "12.bin", 0x100000, 0x40000, CRC(c7bbd579) SHA1(ab87bfdad66ea241cb23c9bbfea05f5a1574d6c9) ) // 1ST AND 2ND HALF IDENTICAL (but ok, because pairing ROM has no data in the 2nd half anyway) |
2364 | | |
2365 | | ROM_REGION( 0x210000, "soundcpu", ROMREGION_ERASEFF ) // sound CPU |
2366 | | ROM_LOAD( "c16.bin", 0x010000, 0x40000, CRC(913cc18c) SHA1(4bf4ec14937586c3ae77fcad57dcb21f6433ef81) ) |
2367 | | ROM_LOAD( "c15.bin", 0x090000, 0x40000, CRC(b53694fc) SHA1(0e42be2730abce1b52ea94a9fe61cbd1c9a0ccae) ) |
2368 | | ROM_END |
2369 | | |
2370 | | |
2371 | 2365 | /************************************* |
2372 | 2366 | * |
2373 | 2367 | * Generic driver initialization |
r241685 | r241686 | |
2423 | 2417 | } |
2424 | 2418 | |
2425 | 2419 | |
2426 | | |
2427 | 2420 | /************************************* |
2428 | 2421 | * |
2429 | 2422 | * Game driver(s) |
2430 | 2423 | * |
2431 | 2424 | *************************************/ |
2432 | 2425 | |
2433 | | // YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR,COMPANY,FULLNAME,FLAGS |
2434 | | GAME( 1990, astorm, 0, system18_fd1094, astorm2p, segas18_state,generic_5874, ROT0, "Sega", "Alien Storm (World, 2 Players, FD1094 317-0154)", 0 ) |
2435 | | GAME( 1990, astorm3, astorm, system18_fd1094, astorm, segas18_state,generic_5874, ROT0, "Sega", "Alien Storm (World, 3 Players, FD1094 317-0148)", 0 ) |
2436 | | GAME( 1990, astormu, astorm, system18_fd1094, astorm, segas18_state,generic_5874, ROT0, "Sega", "Alien Storm (US, 3 Players, FD1094 317-0147)", 0 ) |
2437 | | GAME( 1990, astormj, astorm, system18_fd1094, astorm2p, segas18_state,generic_5874, ROT0, "Sega", "Alien Storm (Japan, 2 Players, FD1094 317-0146)", 0 ) |
2438 | | GAME( 1989, bloxeed, 0, system18_fd1094, bloxeed, segas18_state,generic_5874, ROT0, "Sega", "Bloxeed (Japan, FD1094 317-0139)", 0 ) |
2439 | | GAME( 1991, cltchitr, 0, system18_fd1094, cltchitr, segas18_state,generic_5987, ROT0, "Sega", "Clutch Hitter (US, FD1094 317-0176)", 0 ) |
2440 | | GAME( 1991, cltchitrj, cltchitr, system18_fd1094, cltchitr, segas18_state,generic_5987, ROT0, "Sega", "Clutch Hitter (Japan, FD1094 317-0175)", 0 ) |
2441 | | GAME( 1992, desertbr, 0, system18_fd1094, desertbr, segas18_state,generic_5987, ROT270, "Sega", "Desert Breaker (World, FD1094 317-0196)", 0 ) |
2442 | | GAME( 1992, desertbrj, desertbr, system18_fd1094, desertbr, segas18_state,generic_5987, ROT270, "Sega", "Desert Breaker (Japan, FD1094 317-0194)", 0 ) |
2443 | | GAME( 1991, ddcrew, 0, system18_fd1094, ddcrew3p, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (World, 3 Players, FD1094 317-0190)", 0 ) |
2444 | | GAME( 1991, ddcrewu, ddcrew, system18_fd1094, ddcrew, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (US, 4 Players, FD1094 317-0186)", 0 ) |
2445 | | GAME( 1991, ddcrew2, ddcrew, system18_fd1094, ddcrew2p, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (World, 2 Players, FD1094 317-0184)", 0 ) |
2446 | | GAME( 1991, ddcrew1, ddcrew, system18_fd1094, ddcrew, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (World, 4 Players, FD1094 317-0187)", 0 ) |
2447 | | GAME( 1991, ddcrewj, ddcrew, system18_fd1094, ddcrew, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (Japan, 4 Players, FD1094 317-0185)", 0 ) |
2448 | | GAME( 1991, ddcrewj2, ddcrew, system18_fd1094, ddcrew2p, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (Japan, 2 Players, FD1094 317-0182)", 0 ) |
2449 | | GAME( 1990, lghost, 0, system18_fd1094, lghost, segas18_state,lghost, ROT0, "Sega", "Laser Ghost (World, FD1094 317-0166)", 0 ) |
2450 | | GAME( 1990, lghostu, lghost, system18_fd1094, lghost, segas18_state,lghost, ROT0, "Sega", "Laser Ghost (US, FD1094 317-0165)", 0 ) |
2451 | | GAME( 1990, mwalk, 0, system18_fd1094_i8751,mwalk, segas18_state,generic_5874, ROT0, "Sega", "Michael Jackson's Moonwalker (World, FD1094/8751 317-0159)", 0 ) |
2452 | | GAME( 1990, mwalku, mwalk, system18_fd1094_i8751,mwalka, segas18_state,generic_5874, ROT0, "Sega", "Michael Jackson's Moonwalker (US, FD1094/8751 317-0158)", 0 ) |
2453 | | GAME( 1990, mwalkj, mwalk, system18_fd1094_i8751,mwalk, segas18_state,generic_5874, ROT0, "Sega", "Michael Jackson's Moonwalker (Japan, FD1094/8751 317-0157)", 0 ) |
2454 | | GAME( 1989, pontoon, 0, system18_fd1094, shdancer, segas18_state,generic_5874, ROT0, "Sega", "Pontoon (FD1094 317-0153)", GAME_NOT_WORKING ) // satellite/networked gambling game? |
2455 | | GAME( 1989, shdancer, 0, system18, shdancer, segas18_state,generic_shad, ROT0, "Sega", "Shadow Dancer (World)", 0 ) |
2456 | | GAME( 1989, shdancerj, shdancer, system18, shdancer, segas18_state,generic_shad, ROT0, "Sega", "Shadow Dancer (Japan)", 0 ) |
2457 | | GAME( 1989, shdancer1, shdancer, system18, shdancer, segas18_state,generic_shad, ROT0, "Sega", "Shadow Dancer (US)", 0 ) |
2458 | | GAME( 1992, wwallyj, 0, system18_fd1094, wwally, segas18_state,wwally, ROT0, "Sega", "Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)", 0) // the roms do contain an english logo so maybe there is a world / us set too |
2459 | | GAME( 1992, wwallyja, wwallyj, system18_fd1094, wwally, segas18_state,wwally, ROT0, "Sega", "Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)", 0 ) |
2460 | | GAME( 1991, hamaway, 0, system18, hamaway, segas18_state,hamaway, ROT90, "Sega / Santos", "Hammer Away (prototype)", 0 ) |
| 2426 | // YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME, FLAGS |
| 2427 | GAME( 1990, astorm, 0, system18_fd1094, astorm2p, segas18_state, generic_5874, ROT0, "Sega", "Alien Storm (World, 2 Players, FD1094 317-0154)", 0 ) |
| 2428 | GAME( 1990, astorm3, astorm, system18_fd1094, astorm, segas18_state, generic_5874, ROT0, "Sega", "Alien Storm (World, 3 Players, FD1094 317-0148)", 0 ) |
| 2429 | GAME( 1990, astormu, astorm, system18_fd1094, astorm, segas18_state, generic_5874, ROT0, "Sega", "Alien Storm (US, 3 Players, FD1094 317-0147)", 0 ) |
| 2430 | GAME( 1990, astormj, astorm, system18_fd1094, astorm2p, segas18_state, generic_5874, ROT0, "Sega", "Alien Storm (Japan, 2 Players, FD1094 317-0146)", 0 ) |
| 2431 | GAME( 1989, bloxeed, 0, system18_fd1094, bloxeed, segas18_state, generic_5874, ROT0, "Sega", "Bloxeed (Japan, FD1094 317-0139)", 0 ) |
| 2432 | GAME( 1991, cltchitr, 0, system18_fd1094, cltchitr, segas18_state, generic_5987, ROT0, "Sega", "Clutch Hitter (US, FD1094 317-0176)", 0 ) |
| 2433 | GAME( 1991, cltchitrj, cltchitr, system18_fd1094, cltchitr, segas18_state, generic_5987, ROT0, "Sega", "Clutch Hitter (Japan, FD1094 317-0175)", 0 ) |
| 2434 | GAME( 1992, desertbr, 0, system18_fd1094, desertbr, segas18_state, generic_5987, ROT270, "Sega", "Desert Breaker (World, FD1094 317-0196)", 0 ) |
| 2435 | GAME( 1992, desertbrj, desertbr, system18_fd1094, desertbr, segas18_state, generic_5987, ROT270, "Sega", "Desert Breaker (Japan, FD1094 317-0194)", 0 ) |
| 2436 | GAME( 1991, ddcrew, 0, system18_fd1094, ddcrew3p, segas18_state, ddcrew, ROT0, "Sega", "D. D. Crew (World, 3 Players, FD1094 317-0190)", 0 ) |
| 2437 | GAME( 1991, ddcrewu, ddcrew, system18_fd1094, ddcrew, segas18_state, ddcrew, ROT0, "Sega", "D. D. Crew (US, 4 Players, FD1094 317-0186)", 0 ) |
| 2438 | GAME( 1991, ddcrew2, ddcrew, system18_fd1094, ddcrew2p, segas18_state, ddcrew, ROT0, "Sega", "D. D. Crew (World, 2 Players, FD1094 317-0184)", 0 ) |
| 2439 | GAME( 1991, ddcrew1, ddcrew, system18_fd1094, ddcrew, segas18_state, ddcrew, ROT0, "Sega", "D. D. Crew (World, 4 Players, FD1094 317-0187)", 0 ) |
| 2440 | GAME( 1991, ddcrewj, ddcrew, system18_fd1094, ddcrew, segas18_state, ddcrew, ROT0, "Sega", "D. D. Crew (Japan, 4 Players, FD1094 317-0185)", 0 ) |
| 2441 | GAME( 1991, ddcrewj2, ddcrew, system18_fd1094, ddcrew2p, segas18_state, ddcrew, ROT0, "Sega", "D. D. Crew (Japan, 2 Players, FD1094 317-0182)", 0 ) |
| 2442 | GAME( 1991, hamaway, 0, system18, hamaway, segas18_state, hamaway, ROT90, "Sega / Santos", "Hammer Away (Japan, prototype)", 0 ) |
| 2443 | GAME( 1990, lghost, 0, system18_fd1094, lghost, segas18_state, lghost, ROT0, "Sega", "Laser Ghost (World, FD1094 317-0166)", 0 ) |
| 2444 | GAME( 1990, lghostu, lghost, system18_fd1094, lghost, segas18_state, lghost, ROT0, "Sega", "Laser Ghost (US, FD1094 317-0165)", 0 ) |
| 2445 | GAME( 1990, mwalk, 0, system18_fd1094_i8751,mwalk, segas18_state, generic_5874, ROT0, "Sega", "Michael Jackson's Moonwalker (World, FD1094/8751 317-0159)", 0 ) |
| 2446 | GAME( 1990, mwalku, mwalk, system18_fd1094_i8751,mwalka, segas18_state, generic_5874, ROT0, "Sega", "Michael Jackson's Moonwalker (US, FD1094/8751 317-0158)", 0 ) |
| 2447 | GAME( 1990, mwalkj, mwalk, system18_fd1094_i8751,mwalk, segas18_state, generic_5874, ROT0, "Sega", "Michael Jackson's Moonwalker (Japan, FD1094/8751 317-0157)", 0 ) |
| 2448 | GAME( 1989, pontoon, 0, system18_fd1094, shdancer, segas18_state, generic_5874, ROT0, "Sega", "Pontoon (FD1094 317-0153)", GAME_NOT_WORKING ) // satellite/networked gambling game? |
| 2449 | GAME( 1989, shdancer, 0, system18, shdancer, segas18_state, generic_shad, ROT0, "Sega", "Shadow Dancer (World)", 0 ) |
| 2450 | GAME( 1989, shdancerj, shdancer, system18, shdancer, segas18_state, generic_shad, ROT0, "Sega", "Shadow Dancer (Japan)", 0 ) |
| 2451 | GAME( 1989, shdancer1, shdancer, system18, shdancer, segas18_state, generic_shad, ROT0, "Sega", "Shadow Dancer (US)", 0 ) |
| 2452 | GAME( 1992, wwallyj, 0, system18_fd1094, wwally, segas18_state, wwally, ROT0, "Sega", "Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)", 0) // the roms do contain an english logo so maybe there is a world / us set too |
| 2453 | GAME( 1992, wwallyja, wwallyj, system18_fd1094, wwally, segas18_state, wwally, ROT0, "Sega", "Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)", 0 ) |