From df4591eea2c5f6193ffd96b73a69d5ef0933aca1 Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 3 Dec 2014 20:26:45 +0100 Subject: (MESS)Game promoted to working ------------------ Comp IV [hap, seanriddle] --- src/mess/drivers/comp4.c | 2 +- src/mess/drivers/starwbc.c | 5 +- src/mess/layout/comp4.lay | 136 +++++++++++++++++++++++++++++++++++++-------- 3 files changed, 116 insertions(+), 27 deletions(-) diff --git a/src/mess/drivers/comp4.c b/src/mess/drivers/comp4.c index 707661393ad..bfac4728174 100644 --- a/src/mess/drivers/comp4.c +++ b/src/mess/drivers/comp4.c @@ -5,7 +5,7 @@ Milton Bradley Comp IV * TMC0904NL CP0904A (die labeled 4A0970D-04A) - This is a handheld Mastermind game; a code-breaking game where the player + This is small tabletop Mastermind game; a code-breaking game where the player needs to find out the correct sequence of colours (numbers in our case). It is known as Logic 5 in Europe, and as Pythaligoras in Japan. diff --git a/src/mess/drivers/starwbc.c b/src/mess/drivers/starwbc.c index a5f48843dca..fbc62ce2ce0 100644 --- a/src/mess/drivers/starwbc.c +++ b/src/mess/drivers/starwbc.c @@ -98,7 +98,8 @@ static MACHINE_CONFIG_START( starwbc, starwbc_state ) /* no video! */ - /* no sound! */ + /* sound hardware */ +// MCFG_SPEAKER_STANDARD_MONO("mono") MACHINE_CONFIG_END @@ -120,4 +121,4 @@ ROM_START( starwbc ) ROM_END -CONS( 1979, starwbc, 0, 0, starwbc, starwbc, driver_device, 0, "Kenner", "Star Wars: Electronic Battle Command Game", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE | GAME_NO_SOUND_HW ) +CONS( 1979, starwbc, 0, 0, starwbc, starwbc, driver_device, 0, "Kenner", "Star Wars: Electronic Battle Command Game", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE | GAME_NO_SOUND ) diff --git a/src/mess/layout/comp4.lay b/src/mess/layout/comp4.lay index e85b68eadcb..5cca5e96dd9 100644 --- a/src/mess/layout/comp4.lay +++ b/src/mess/layout/comp4.lay @@ -1,44 +1,132 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + -- cgit v1.2.3