Previous 199869 Revisions Next

r33064 Thursday 30th October, 2014 at 10:47:36 UTC by David Haywood
new clones
Botanic (English / Spanish) [Arcade Vintage ((http://arcadevintageshop.blogspot.com.es/ ), Ricky2001]
[src/mame]mame.lst
[src/mame/drivers]bagman.c

trunk/src/mame/drivers/bagman.c
r241575r241576
256256   PORT_DIPSETTING(    0x00, DEF_STR( French ) )
257257INPUT_PORTS_END
258258
259static INPUT_PORTS_START( botanic )
259static INPUT_PORTS_START( botanicf )
260260   PORT_INCLUDE( bagman )
261261
262262   PORT_MODIFY("DSW")
263   PORT_DIPNAME( 0x03, 0x02, DEF_STR( Lives ) )            PORT_DIPLOCATION("SW1:1,2")
264   PORT_DIPSETTING(    0x00, "1" )
265   PORT_DIPSETTING(    0x03, "2" )
266   PORT_DIPSETTING(    0x02, "3" )
267   PORT_DIPSETTING(    0x01, "4" )
268   PORT_DIPNAME( 0x04, 0x00, DEF_STR( Coinage ) )          PORT_DIPLOCATION("SW1:3")
269   PORT_DIPSETTING(    0x00, "1C/1C 1C/2C 1C/6C 1C/14C" )
270   PORT_DIPSETTING(    0x04, "2C/1C 1C/2C 1C/3C 1C/7C" )
263271   PORT_DIPNAME( 0x08, 0x08, "Invulnerability Fruits" )    PORT_DIPLOCATION("SW1:4")
264272   PORT_DIPSETTING(    0x08, "3" )
265273   PORT_DIPSETTING(    0x00, DEF_STR( None ) )
r241575r241576
268276   PORT_DIPUNKNOWN_DIPLOC( 0x40, 0x40, "SW1:7" )
269277INPUT_PORTS_END
270278
279static INPUT_PORTS_START( botanici )
280   PORT_INCLUDE( botanicf )
271281
282   PORT_MODIFY("P2") // only seems to have 2 coin slots
283   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN )
284   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN )
285
286   PORT_MODIFY("DSW") // dipswitches are a bit messy on this set
287   PORT_DIPNAME( 0x04, 0x00, DEF_STR( Coinage ) )          PORT_DIPLOCATION("SW1:3")
288   PORT_DIPSETTING(    0x00, "1C/1C 1C/2C" )
289   PORT_DIPSETTING(    0x04, "2C/1C 1C/2C" )
290   PORT_DIPNAME( 0x18, 0x18, "Invulnerability Fruits" )    PORT_DIPLOCATION("SW1:4,5")
291   PORT_DIPSETTING(    0x00, "2" )
292   PORT_DIPSETTING(    0x08, "3" )
293   PORT_DIPSETTING(    0x10, "3 (duplicate 1)" )
294   PORT_DIPSETTING(    0x18, "3 (duplicate 2)" )
295   PORT_DIPNAME( 0x20, 0x20, "Language / Disable Invlunerability Fruits" )          PORT_DIPLOCATION("SW1:6") // changing this off, even in game, seems to remove all fruits you have?
296   PORT_DIPSETTING(    0x20, "Fruits On, English" )
297   PORT_DIPSETTING(    0x00, "Fruits Off, Spanish" )
298INPUT_PORTS_END
299
300
272301static INPUT_PORTS_START( squaitsa )
273302   PORT_START("P1")
274303   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
r241575r241576
834863   ROM_LOAD( "6331-1.3r",    0x0020, 0x0020, CRC(14ee1603) SHA1(f3c071399606b727ae7dd0bfc21e1c6ca2d43c7c) )
835864ROM_END
836865
866
867
868
837869ROM_START( botanic )
838870   ROM_REGION( 0x10000, "maincpu", 0 )
871   ROM_LOAD( "5.9e",     0x0000, 0x1000, CRC(907f01c7) SHA1(156b6b6bbc2176998fb0c18ad453fc42185ae490) )
872   ROM_LOAD( "06.9f",    0x1000, 0x1000, CRC(ff2533fb) SHA1(808a1555c16470b87fca0aea73e0291dbe0b9355) )
873   ROM_LOAD( "07.9j",    0x2000, 0x1000, CRC(b7c544ef) SHA1(75b5224c313e97c2c02ca7e9bc3f682278cb7a5c) )
874   ROM_LOAD( "08.9k",    0x3000, 0x1000, CRC(2df22793) SHA1(d1f27c915e7563abba4d14ec3fd6757a4d6137be) )
875   ROM_LOAD( "09.9m",    0x4000, 0x1000, CRC(f7d908ec) SHA1(ee5827f84505c1f37bebf48181d3e7759421fada) )
876   ROM_LOAD( "10.9n",    0x5000, 0x1000, CRC(7ce9fbc8) SHA1(cd2ba01470964640fad9ccf6ff23cbd76c0c2aeb) )
877
878   ROM_REGION( 0x2000, "gfx1", 0 )
879   ROM_LOAD( "2.1e",   0x0000, 0x1000, CRC(bea449a6) SHA1(fe06208996d15a4d50753fb62a3020063a0a6620) )
880   ROM_LOAD( "4.1j",   0x1000, 0x1000, CRC(a5deb8ed) SHA1(b6b38daffdda263a366656168a6d094ad2b1458f) )
881
882   ROM_REGION( 0x2000, "gfx2", 0 )
883   ROM_LOAD( "1.1c",    0x0000, 0x1000, CRC(a1148d89) SHA1(b1424693cebc410749216457d07bae54b903bc07) )
884   ROM_LOAD( "3.1f",    0x1000, 0x1000, CRC(70be5565) SHA1(a7eab667a82d3e7321f393073f29c6e5e865ec6b) )
885
886   ROM_REGION( 0x0040, "proms", 0 )
887   ROM_LOAD( "prom.3p",    0x0000, 0x0020, CRC(a8a2ddd2) SHA1(fc2da863d13e92f7682f393a08bc9357841ae7ea) )
888   ROM_LOAD( "prom.3r",    0x0020, 0x0020, CRC(edf88f34) SHA1(b9c342d51303d552f87df2543a34e38c30acd07c) )
889ROM_END
890
891ROM_START( botanicf )
892   ROM_REGION( 0x10000, "maincpu", 0 )
839893   ROM_LOAD( "bota_05.9e",    0x0000, 0x1000, CRC(cc66e6f8) SHA1(251481b16f8925a11f02f49e5a79f6524460aa6c) )
840894   ROM_LOAD( "bota_06.9f",    0x1000, 0x1000, CRC(59892f41) SHA1(eb01601a9163679560b878366aaf7cc0fb54a3e9) )
841895   ROM_LOAD( "bota_07.9j",    0x2000, 0x1000, CRC(b7c544ef) SHA1(75b5224c313e97c2c02ca7e9bc3f682278cb7a5c) )
r241575r241576
934988
935989GAME( 1983, pickin,   0,       pickin,  pickin, driver_device,  0,       ROT270, "Valadon Automation", "Pickin'", 0 )
936990
937GAME( 1984, botanic,  0,       botanic, botanic, driver_device, 0,       ROT270, "Itisa (Valadon Automation license)", "Botanic (French)", 0 ) // the game was made by Itisa, there is a Spanish original (not yet dumped)
991GAME( 1983, botanic,  0,       botanic, botanici,driver_device, 0,       ROT90,  "Itisa",                              "Botanic (English / Spanish)", 0 )
992GAME( 1984, botanicf, botanic, botanic, botanicf,driver_device, 0,       ROT270, "Itisa (Valadon Automation license)", "Botanic (French)", 0 )
938993
939994GAME( 1984, squaitsa, 0,       squaitsa,squaitsa, driver_device,0,       ROT0,   "Itisa", "Squash (Itisa)", 0 )
trunk/src/mame/mame.lst
r241575r241576
83018301supdrapob       // bootleg
83028302sbagman         // (c) 1984
83038303sbagmans        // (c) 1984 + Stern license
8304botanic         // (c) 1985
8304botanic         // (c) 1983
8305botanicf      // (c) 1984
83058306squaitsa        // (c) 1985
83068307tankbust        // (c) 1985
83078308


Previous 199869 Revisions Next


© 1997-2024 The MAME Team