We're using cookies to ensure you get the best experience on our website. More info
Understood
@danbRegistered September 3, 2003Active 4 years, 10 months ago
420 Replies made

I guess you could hook up a 9-volt with some modding, but the original battery compartment is designed for 6x 1.5-volts.

Maybe you should make a request like this in a PM to KR155E instead of asking in public?

LOL 😀

Number 4 and 17 of those pics look really good though.

Hmm… I see. Nevermind then 😛

  • This reply was modified 14 years, 11 months ago by DanB.
  • This reply was modified 14 years, 11 months ago by DanB.
  • This reply was modified 14 years, 11 months ago by DanB.

There is NO WAY that there would be so much battery goo that it would leak out of the battery lid, into the case, fill up the case, and then SPLATTER into the drawer. But I guess common sense is wasted here…

I can’t get this to work 🙁

I’m trying to make an improved version of vbTextOut() that takes a variable amount of parameters (like printf() with its format string, using %d, %s etc.).

I’m basically just making it a wrapper around dasi’s posprintf port (which in itself works great, btw 😉 )

#include "posprintf.h"
#include 

void vbTextOut(u16 bgmap, u16 col, u16 row, char *t_string, ...)
/* The font must reside in Character segment 3 */
{
  u16 i = 0;
  u16 pos = row * 64 + col;
  char buf[49]; //(One line on screen is max 48 tiles + terminating null)

  va_list args;
  va_start(args, t_string);

  posprintf(buf, t_string, args);

  va_end(args);

  while(buf[i])
  {
    BGMM[(0x1000 * bgmap) + pos + i] = (u16)buf[i] + 0x600;
    i++;
  }
}

It complies, but just gives me a black screen…

I just switched to using the latest precompiled gccVB from 3/31/2010 by dasi, are the patches from this thread included in it?

Yep, I’ve always had that too… you just have to move your head around a bit to see the edges clearly. I guess it’s a design flaw?

I would like there to be a widely available flash cart with battery backed sram. Adding save support to homebrew would be more useful then 😉

Any plans at all of a “flashboy 2” with that feature?

That’s great KR155E! It was easy to miss new comments on old news posts before :thumpup:

The only Genesis I believe in is the one made by Sega, and I don’t even like THAT one 😛

Maybe you could say that the system itself (the plastic) is red/black, but that it’s displays are black/red? 😛

Just open them. If you really have such a severe irrational phobia about removing battery lids, then I really suggest seing a shrink about it, for your own sake. 🙁

LOL 😀

This is one of those irrational posts again that almost makes me irritated 🙁 , why would you throw away perfectly fine items without even checking first??

Anyways, battery acid is still a very real threat. I thought it was something of the past (like 10+ years ago), and that modern batteries nowadays are better and won’t leak, but I was wrong!

I took out my almost brand new japanese Game Boy Light some month ago that had been sitting in the closet for over a year, with batteries in it, and the whole battery compartment was all gooey 🙁

I was able to clean it all out, so it still works (just the springs are a little corroded), so you should definitly check them as soon as possible. The longer you wait the bigger chance that they have leaked.

But throwing them out without even checking is beyond silly, that’s just plain dumb.

If someone actually physically trashed your VB, I would call the police about it if I were you 😛

Mine is made of iron and looks much like that last one. The VB is pretty heavy, so it would be best to have one of metal. But I guess it also depends on how it is attached to the table. It’s a little hard to see how that cheap one works, it looks like it just sits against the table top… But if it’s screwed or bolted to the table I guess it could be ok to… Hard to tell from the pic.

Yeah, that one should probably work. it looks essentially the same as mine where the lamp is mounted. And if it proves to be not strong enough, you can easily replace the springs on it with some stronger ones.

I kept everything from the original stand assembly on it, except for the legs. Then I used the existing nut and bolt of the VB stand to fasten it to the lamp arm through the horizontal holes that held the actual lamp. (I had to bend them outwards a bit to fit the VB stand between them). The VB can be tilted up and down, but not rotated sideways.

I made no modifications to the actual VB stand, so it could be put back in its original form again if I’d want to one day.

I don’t have any links for it since this was just some random desk lamp I had laying around from the ’70s/’80s.

I’ve been using my VB “Lamp-O-Tron” for years for playing comfortably while sitting on the couch. It works really well since you can just sit back and relax without any neck strain.

It’s made of a standard cheap desk lamp. Red or black would have been preferred, but orange is what I had handy 😛

Is (was) his name really Gunpei, or Gumpei? I keep seeing both variations…

I just sat through the credits on Galactic pinball, and it said “Gumpei Yokoi”