Wait'll
they get a load
of me.
Click HERE to register.


 Forgot your info?
Remember me

Don't mess
with the bull.
JOIN!!!
7 COMMENTS
RETRORATING: 8
FAVORITED 4 TIMES

Obscure Gaming Legacy Volume 2

Welcome folks! As I kick off Volume two, my obscure game playing continues as I was just beginning school and being introduced to the Sega Genesis. Two last NES games are mentioned here as I move on to the ol' Genesis console games.


The Adventures of Bayou Billy - 1989



The Adventures of Bayou Billy was almost like Vice: Project Doom as it also had driving and shooting segments, but its mostly a beat 'em up. The story involves Billy's girlfriend Annabelle getting kidnapped and taken to an estate by a bigwig and his gang of thugs. This one has a real challenge, and it's recommended only if you have a working NES Zapper.

Game Rating: 7/10


Nintendo World Cup - 1990



Developed by the same guys that brought us River City Ransom and Double Dragon, Nintendo World Soccer is a fun and simplistic Soccer game. Each team has six players, a midfielder, two defenders and the goalkeeper. You can get around your opponents by tackling or sliding into them, and you can perform moves such as a bicycle kick or a "super shot" which can help give you the advantage. Very fun, and a lot of replay value.

Game Rating: 9/10


Cyborg Justice - 1993



Being a styled beat 'em up with an interesting concept, Cyborg Justice had you build your own robot before going in on the action, giving them different body parts and a few weapons of choice, such as a saw, a flamethrower, or an arm cannon. Due to the game including body parts, you could remove them from your opponents involving a certain press of buttons, however this can happen vice versa, and you could also take their weapon to attach to your body! This game had one fault though, as a rocket shoots from offscreen in your direction when you're not fighting any enemies, but they can be avoided.

Game Rating: 6/10


Socket Time Dominator - 1993



Sonic the hedgehog had an interesting concept while it lasted, and with it came a few inspired third party games for the Sega Genesis. One that's not very known is Socket Time Dominator, The plot involves an overlord named Time Dominator that's gone through time to steal treasures from different periods. So you play as Socket, a duck that also goes through time to prevent these kind of events. The game is a fast-paced platformer like Sonic, and you collect little zaps for energy. But you can't dilly-dally as your health energy goes down on its own.

Game Rating: 5/10


Jerry Glanville's Pigskin Footbrawl - 1992



I wasn't all that fond of football at the time, but this game had a nice little twist in that sport, as it's medieval themed, and you could punch your opponents, as well as beat the stuffing out of them while another player grabs the ball. The fields that you play in aren't a cakewalk though, as they have pits and obstacles that you can trip over and bump into, so passing the ball is always key. It can be pretty fun, but the novelty can run thin after a while.

Game Rating: 6/10


Fantastic Dizzy - 1991



Hoo boy, this is an odd one... The story in this one is about a wizard that casts a spell upon these egg-shaped folk called "yolkfolk" and you play as a heroic yolkfolk named Dizzy who must go and defeat the wizard and save his girlfriend. The gameplay involves collecting certain objects and bringing them to a location that's needed for certain sections, though you need to conserve them as you can only carry a few. It's a platform game as well, and though there are enemies you can't really do anything to attack them. There are a few minigames strewn into the game such as mine carting and puzzle solving.

Game Rating: 7/10


That's it for this volume! Next time I'll mention one last Sega Genesis game as I'll go forward with some Super Nintendo titles as well as ones for the Sega Game Gear handheld. See you then!
Digg Share
Looking for more from Benjanime?
READ 266863 TIMES
Anime memories

There's always a new discovery in our lives that may become a new hobby. Writing a poem, repairing machines, finding a sport that you like, etc... In ...

Castles of Yesteryear

No, this won't be about literal castles, these will be about the castles of childhood, which for me took two forms:The Playground:And The Tree Fo...

They Called Him Trinity

Ah, the western. Easily my favorite film genre, and you could make the case that it's the most American one as well. After all, the settings and ...

Retro-graphic Evidence: Video Games are Cool!

Retro-graphic Evidence“Video Games are Cool!”Based on the previous Retro-graphic Evidence articles, I think we can all agree I have a sh...

Retro-graphic Evidence: Xardion Lives!

Retro-graphic Evidence“Xardion Lives!”Around the same time I that I decided to begin sorting through old photos, my brother came by for a visit.&n...

Retro-graphic Evidence: Horror in the 80s

“What are you afraid of?”  That’s what I asked my best friend Yury, outside the video store on Cropsey Avenue in Brooklyn.   It w...

Odd TV show episodes #1

Greetings readers, today I'd like to introduce a new series I whipped up. As the title shows, this will focus on some television show episodes that le...

Vor-Tech: Undercover Conversion Squad

Hello members of Retro-Daze! My name is Rick Ace Rhodes. I've decided that before I post original material here on Retro-Daze, I will post the t...

Five Forgotten Comic Heroes of the 90's

While not every character to ever headline their own comic book is going to get the live action treatment at our local theaters, movies like Ant-Man g...

CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'rj_classics' at row 1. The SQL statement executed was: UPDATE `articles` SET `id`=:yp0, `posted_by`=:yp1, `title`=:yp2, `content`=:yp3, `icon`=:yp4, `column`=:yp5, `type`=:yp6, `featured`=:yp7, `contest_winner`=:yp8, `official`=:yp9, `smurf`=:yp10, `posted_on`=:yp11, `status`=:yp12, `category`=:yp13, `action_on`=:yp14, `edited`=:yp15, `reads`=:yp16, `retro_rating`=:yp17, `favorited`=:yp18, `theme`=:yp19, `colorcode`=:yp20, `show_in_header`=:yp21, `approved_on`=:yp22, `rj_classics`=:yp23, `reviews`=:yp24, `review`=:yp25 WHERE `articles`.`id`=56

/home/ghostofvapor/public_html/yii/framework/db/CDbCommand.php(354)

342             return $n;
343         }
344         catch(Exception $e)
345         {
346             if($this->_connection->enableProfiling)
347                 Yii::endProfile('system.db.CDbCommand.execute('.$this->getText().$par.')','system.db.CDbCommand.execute');
348             $errorInfo = $e instanceof PDOException ? $e->errorInfo : null;
349             $message = $e->getMessage();
350             Yii::log(Yii::t('yii','CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.',
351                 array('{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
352             if(YII_DEBUG)
353                 $message .= '. The SQL statement executed was: '.$this->getText().$par;
354             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
355                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
356         }
357     }
358 
359     /**
360      * Executes the SQL statement and returns query result.
361      * This method is for executing an SQL query that returns result set.
362      * @param array $params input parameters (name=>value) for the SQL execution. This is an alternative
363      * to {@link bindParam} and {@link bindValue}. If you have multiple input parameters, passing
364      * them in this way can improve the performance. Note that if you pass parameters in this way,
365      * you cannot bind parameters or values using {@link bindParam} or {@link bindValue}, and vice versa.
366      * binding methods and  the input parameters this way can improve the performance.

Stack Trace

#2
+
 /home/ghostofvapor/public_html/protected/controllers/SiteController.php(1261): CActiveRecord->update()
1256                 $ifFavorited = $ifAction = 0;
1257             }
1258 
1259             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1260             $article->reads += 1;
1261             $article->update();
1262         } else {
1263             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1264             exit();
1265         }
1266     }
#15
+
 /home/ghostofvapor/public_html/index.php(16): CApplication->run()
11 defined('YII_DEBUG') or define('YII_DEBUG',true);
12 // specify how many levels of call stack should be shown in each log message
13 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
14 
15 require_once($yii);
16 Yii::createWebApplication($config)->run();
2026-04-06 04:31:31 Apache Yii Framework/1.1.11