Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: crashwg on December 22, 2003, 08:20:46 am

Title: galaga bug
Post by: crashwg on December 22, 2003, 08:20:46 am
no, it's not some terrible thing that makes it an inaccurate rom  infact, i'm not sure if the same problem happens on the orriginal machine
it seems that BW(anthing other than A) is immposible to enter for initials
you see, although my initials are not BWS(long story, completely unrelated) , that is what i enter for my highscores and on three different computers using two versions of mame32 i and friends have gotten the same result
entering the B... no problem then the W, WA... WA? no, BWA, what the heck that's not what i wanted to enter, oh well i guess as long as everyone knows the top score is mine i'll get over it
Title: Re:galaga bug
Post by: Rocky on December 22, 2003, 11:27:19 am
It might just be that the game is a little sensitive to the "select initial" button.

I've noticed that you have to just tap the button or it selects a double initial for you.  

Try it with a lighter touch, or try any three initials and see if you can change the third one from A

Good luck,

Rocky
Title: Re:galaga bug
Post by: TalkingOctopus on December 22, 2003, 12:21:12 pm
Yeah it is just really sensitive when you enter your initials.  I always have the same problem, but am getting better!!!    Now I only have 2 high scores with incorrect initials.
Title: Re:galaga bug
Post by: SirPeale on December 22, 2003, 12:38:40 pm
It's a known bug.  Does this on the original machine as well.
Title: Re:galaga bug
Post by: crashwg on December 22, 2003, 12:58:48 pm
Is it posible that it is more sensitive with some initials more than others?  I've successfully entered different ones and my girlfriend can always do hers but not BWS either.
Title: Re:galaga bug
Post by: allroy1975 on December 22, 2003, 03:16:41 pm
My name is ALL in ALL my high scores.  Almost all of my Galaga scores are AAL
For some reason I seem to have better luck using the actual control key on my keyboard than my fire button.  ?
I have been thinking about posting this as well...I guess it makes me feel better just to know that other have it as well.   :'(

Allroy
Title: Re:galaga bug
Post by: Minwah on December 22, 2003, 03:30:26 pm
I've noticed this on my Galaga cocktail.  I thought it was just me  :D
Title: Re:galaga bug
Post by: ButeLegz on December 22, 2003, 11:24:36 pm
I get the same thing... instead of COZ my Galaga scores are CAZ as it always skips straight to the third spot after entering C... godamn is that annoying. I thought I had it sorted by holding down with the joystick as I lightly pressed fire but is just seems to be randomishly sensitive. What's with that?
Title: Re:galaga bug
Post by: allroy1975 on December 23, 2003, 01:17:25 am
someone should fix it then send the fixed roms to Midway....get that taken care of right away.    :P

errr..namco I guess.  :)
Title: Re:galaga bug
Post by: paigeoliver on December 23, 2003, 07:10:15 am
I thought it was just the speed up Galaga that does that, I don't seem to have that problem with normal speed galaga, although I do with speedup galaga.

On a related note, anyone ever notice how the initials selector on Nibbler moves at the same speed that your nibbler was moving on your final screen.
Title: Re:galaga bug
Post by: Odonadon on December 23, 2003, 11:52:16 am
I thought that was just me, too.  I'm either TAD (should be TPD) or AAA on my highscore lists.  :)

OD
Title: Re:galaga bug
Post by: Syntax on December 23, 2003, 07:37:26 pm
hey i noticed this also but it doesn't bother me cause i use JAY for my highscores :)
Title: Re:galaga bug
Post by: TalkingOctopus on December 24, 2003, 01:03:34 am
hey i noticed this also but it doesn't bother me cause i use JAY for my highscores :)

Not Fair!!

I am sick of "SAB"
Title: Re:galaga bug
Post by: Minwah on December 25, 2003, 07:21:47 pm
I've noticed this on my Galaga cocktail.  I thought it was just me  :D

Funny, I had 5 or 6 goes on my machine yesterday, and didn't have a single problem entering my initials.  Odd  ::)
Title: Re:galaga bug
Post by: crashwg on December 25, 2003, 08:10:19 pm
someone should fix it then send the fixed roms to Midway....get that taken care of right away.    :P

errr..namco I guess.  :)

This is a great idea!  Someone on this board has to have enough knowledge to do this.  And even if Midway/Namco, whoeva doesn't want them I sure do and I'm sure a few more people on this board would gladly take em too.
Title: Re:galaga bug
Post by: paigeoliver on December 26, 2003, 06:30:01 am
If someone wants to try to fix the issue, then first see if it is isolated to the speed up machines or not (I personally think it is). Then once, fixed it would be BEST if you got with whoever makes that Galaga enhancement package, to get your initials fix onto that romset.
Title: Re:galaga bug
Post by: crashwg on December 27, 2003, 07:17:06 pm
correct me if i'm wrong because i don't know what a speed up machine is, but i don't think i'm running one
i'm running Galaga(namco) dir"galaga"
Title: Re:galaga bug
Post by: ButeLegz on April 02, 2004, 09:25:43 pm
Just rehashing this thread as mere minutes ago I broke my all time high score (it's a pathetically small sum, but it's the little things in life.) only to have my name immortalised incorrectly! It's like a spelling mistake on a headstone - it's just not on! This is all a little tongue in cheek but it's still annoying. I'm not playing the 'fast shoot' rom just run-of-the-mill Galaga... what's a 'speed up machine'? Is that different? If it's a known bug with the rom (luckily I've never had it happen at my weekly drink spot... although I think that's a bootleg - 'Gallag'.) would it be possible to fix?


Title: Re:galaga bug
Post by: Howard_Casto on April 03, 2004, 04:12:52 pm
This turns out to be a common issue with a lot of older games, it's just poor coding, nothing more.  

The developers didn't put in a timer, so it registers a press every cycle instead of waiting a few cycles to see if another key is pressed.  (Giving you time to get your finger off the button.)  Of course when a large rom is considered 250k, a developer might not evne have the space to put the timer in.