Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: vidmouse on May 23, 2009, 09:09:46 pm

Title: Stick + Spinner games?
Post by: vidmouse on May 23, 2009, 09:09:46 pm
Looking for a list or a way to search for games
that are controlled by both joysticks and spinners.
Tron and Crater Raider are the two easy ones that
come to mind.

I've tried MAWS to sort for "dial" games but it only
shows stuff that is controlled primarily by dials, not
stuff in combination.

Thanks...
Title: Re: Stick + Spinner games?
Post by: Ummon on May 25, 2009, 05:05:27 pm
You might suggest that to the MAWS team.
Title: Re: Stick + Spinner games?
Post by: fivslt on May 25, 2009, 05:09:56 pm
Mad Planets  :cheers:
Title: Re: Stick + Spinner games?
Post by: telengard on May 25, 2009, 09:41:08 pm
More of a clicker spinner but Frontline and Forgotton Worlds come to mind.  Also, Discs of Tron.

~telengard
Title: Re: Stick + Spinner games?
Post by: u_rebelscum on May 26, 2009, 12:56:10 pm
MAWS is aware that it has a limit of one input type per game, and (AFAIK) is looking at adding ability for multiple inputs per game, and how to search for them.  No idea when (or if) it will be added though.

Until then, romlister (http://www.waste.org/~winkles/ROMLister/) can do the trick of searching for combos of inputs.
Title: Re: Stick + Spinner games?
Post by: vidmouse on May 26, 2009, 04:26:08 pm
Cool.  I tried RL for the first time, and here's what it came back with.  (also search for Rotary Joysticks, as I figured I would simulate this using my spinner and a stick)

'88 Games
Animalandia Jr.
Bermuda Triangle (Japan)
Birdie Try (Japan)
Bishi Bashi Championship Mini Game Senshuken (ver JAA)
BMC Bowling
Bubble Bobble II (Ver 2.5O 1994/10/05)
Caliber 50
Cannonball (Atari, prototype)
Canyon Bomber
Chicken Farm (Version 2.0)
Chicken Shift
Crater Raider
Crazy Fight
Curve Ball
Destroyer
Dog Patch
DownTown / Mokugeki (Set 1)
Drift Out (Japan)
Exterminator
Field Day
Fighting Soccer (version 4)
Forgotten Worlds (US)
Ghox (set 1)
Gigas (bootleg)
Gigas Mark II (bootleg)
Goindol (World)
Gold Medalist
Gondomania (US)
Got-cha Mini Game Festival
Guerrilla War (US)
Heavy Barrel (US)
Hyper Sports
Ikari III - The Rescue (Rotary Joystick)
Ikari Warriors (US)
Ixion (prototype)
King Pin
Kozmik Kroozr
Lady Frog
Mad Planets
Major Havoc (rev 3)
Midnight Resistance (World)
Monkey Mole Panic (USA)
Off the Wall (Sente)
Pasha Pasha 2
Puzz Loop (Europe)
Puzz Loop 2 (Euro 010302)
Radical Radial
Recordbreaker (World)
Ripper Ribbit (Version 2.8.4)
Rotary Fighter
Rough Racer (Japan, Floppy Based, FD1094 317-0058-06b)
Runaway (prototype)
SAR - Search And Rescue (World)
Sea Wolf
Seawolf II
Space Encounters
Street Heat - Cardinal Amusements
Sundance
Super Bishi Bashi Championship (ver JAA)
T.N.K. III (US)
The First Funky Fighter
Time Soldiers (US Rev 3)
TouchDown Fever
Track & Field
Tron (set 1)
Victory Road
Video Pinball
VS Block Breaker (Asia)
Wiz Warz (prototype)
World Rally (set 1)

I think there were some obvious errors in there (Track n Field?)
but that may be with how I enabled the search.

On the other hand it found one of my favorites -- Crater Raider --
Funny, no Discs of Tron though...


Title: Re: Stick + Spinner games?
Post by: Neverending Project on May 26, 2009, 06:32:18 pm
I was trying Romlister out to see how my results compared to yours when I found some conflicting info. I found that Bubble Bobble II came up in my game list (among others). Digging a little deeper shows the listxml.xml file created by mame lists this game as having a dial"
Code: [Select]
<game name="bublbob2" sourcefile="taito_f3.c">
<description>Bubble Bobble II (Ver 2.5O 1994/10/05)</description>
<year>1994</year>
<manufacturer>Taito Corporation Japan</manufacturer>
...snip...
<input players="4" buttons="4" coins="4" service="yes" tilt="yes">
<control type="joy8way"/>
<control type="dial" minimum="0" maximum="4095" sensitivity="25" keydelta="25"/>
</input>
<driver status="good" emulation="good" color="good" sound="good" graphic="good" savestate="unsupported" palettesize="8192"/>
</game>

This was generated by mame, but I am assuming it is incorrect?
Title: Re: Stick + Spinner games?
Post by: u_rebelscum on May 29, 2009, 01:47:18 pm
...This was generated by mame, but I am assuming it is incorrect?

Can you switch between the two input types in this game?

(Whether or not)
Mame is as correct as the driver.  Bubble Bobble II is in the Taito F3 driver (taito_f3.c), and currently all F3 games use the same input definition code (Kaiser Knuckle & clones are only slightly modified from the rest).  So mame lists all 84 Taito F3 games with both spinner & joystick inputs.