Original Post

So I got a new computer. I need to put Virtual Boy programming programs on it. I got VIDE and gccVB on it. gccVB has no documentation on it, and the linked website just goes to the PVB page I downloaded it from. So, is there any documentation? How do I use it?

3 Replies

I just downloaded VBDE and it works tremendously. Can I uninstall Cygwin or do I need it? Also, how do I change the colors in Mdenafen to display red instead of pink?

I’m glad VBDE is working well for you! Did you already manage to adjust one of your own projects to compile with it?

VBDE has no external dependencies, so you won’t need Cygwin.

To set Mednafen to 2D mode, you have to edit a few lines in {VBDE}\tools\emus\mednafen-0.9.43-win32\mednafen-09x.cfg:

;Anaglyph maximum-brightness color for left view.
vb.anaglyph.lcolor 0xff0000

;Anaglyph preset colors.
vb.anaglyph.preset disabled

;Anaglyph maximum-brightness color for right view.
vb.anaglyph.rcolor 0x000000

You can find more info about the Mednafen config in {VBDE}\tools\emus\mednafen-0.9.43-win32\Documentation\vb.html or online at https://mednafen.github.io/documentation/vb.html.

Now any time I try to compile anything, I get this error message saying Argument list too long. What did I do wrong? I didn’t do anything wrong.

 

Write a reply

You must be logged in to reply to this topic.