MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Flat Mode Flat  

gregf
Ramtek's Trivia promoter
Reged: 09/21/03
Posts: 8611
Loc: southern CA, US
Send PM
Universal Cosmic Monsters dip settings completed
05/21/12 09:39 AM


Thanks to AntoPISA's progettoemma site, Cosmic Monsters dip switch setting(s)
is completed by hap and will be in next source update.

If curious, click on Manuale to see the pages including dip switch settings pages from the manual.

http://www.progettoemma.net/gioco.php?game=cosmicmo
Manuale (Nuova finestra, 1245.7 kb) http://www.progettoemma.net/dany69/manuals/cosmicmo.pdf

http://mamedev.org/source/src/mame/drivers/8080bw.c.html

820 /* */
821 /* Universal "Cosmic Monsters" */
822 /* */
823
825 static INPUT_PORTS_START( cosmicmo )
826 PORT_INCLUDE( sicv )
827
828 PORT_MODIFY("IN1")
829 PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
830
831 PORT_MODIFY("IN2")
832 PORT_DIPNAME( 0x03, 0x01, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW1:1,2")
833 PORT_DIPSETTING( 0x00, "2" )
834 PORT_DIPSETTING( 0x01, "3" )
835 PORT_DIPSETTING( 0x02, "4" )
836 PORT_DIPSETTING( 0x03, "5" )
837 PORT_DIPUNKNOWN_DIPLOC( 0x04, 0x00, "SW1:3" )
838 PORT_DIPUNKNOWN_DIPLOC( 0x08, 0x00, "SW1:4" )
839 PORT_DIPNAME( 0x80, 0x00, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:8")
840 PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ) )
841 PORT_DIPSETTING( 0x80, DEF_STR( 1C_2C ) )
842 INPUT_PORTS_END


The info from Cosmic Monsters manual for dips settings as follows:

--
sw1 and sw 2 Number of laser guns (ie "Lives")
sw3 upright or cocktail
sw4 extended play
sw8 coin credit

sw5-7 switches always remain in ON position
--

The Cosmic Monsters audio board and its audio sounds is probably slightly different than the Space Invaders audio sounds. Cosmic Monsters logic schematics, including audio, are accounted for.


The manual mentions the cab using a color monitor, but it looks like the roms that handle color output may have been overlooked when a pcb of Cosmic Monsters was dumped in 1990s. See flyer for reference.

Universal Cosmic Monsters flyer http://flyers.arcade-museum.com/?page=thumbs&db=videodb&id=2586

Edited by gregf (05/28/12 01:59 AM)







Entire thread
Subject Posted by Posted on
* Universal Cosmic Monsters dip settings completed gregf 05/21/12 09:39 AM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 476 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 1198