Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)
You are not logged in.
First, I'd like to recommend this version of GBDK: http://www.rrsd.com/software_developmen … velopment/
It works a lot better than the one from the official site.
For the IR port, there seems to be a possibility, the hardware.h file contains a thingy for IR: https://github.com/hschmitt/gbdk/blob/m … hardware.h (Line 54).
How to use that would be another thing, I suppose you'd have to look into hardware docs.
Offline
DU0 wrote:
Hey everyone. Would anybody know if is it possible to control the infrared blaster thing on top of the GB/C via GBDK or, really, any other way that wouldn't involve using assembly?
Yes, GBDK has some functions for it, I think I once used a program to control a TV, now I don't remember how I did it.
EDIT: I used a precompiled rom with assembly source... Now I can't find it.
It surelly can be done iin GBDK if we find the asm source to see how they use it.
Last edited by Mills (2018-01-05 08:03:31)
Offline
Hi there everyone here could you kindly and quickly assist me with this http://gbdev.gg8.se/forums/viewtopic.php?id=511 if you can. I am seeking helping from you in the most respectful way possible. We all should have the chance to improve what we know about gb dev. Please you won't regret it $10
Offline
Would you kindly stop posting in every thread?
I (and probably most others) have seen that thread and chosen not to answer.
So please don't derail this one.
Offline
Robbi_Blechdose wrote:
First, I'd like to recommend this version of GBDK: http://www.rrsd.com/software_developmen … velopment/
It works a lot better than the one from the official site.
For the IR port, there seems to be a possibility, the hardware.h file contains a thingy for IR: https://github.com/hschmitt/gbdk/blob/m … hardware.h (Line 54).
How to use that would be another thing, I suppose you'd have to look into hardware docs.
Ah, thanks. I'll try it out here. I think I had downloaded this version before, actually, but never got to setting it up.
I'm looking up and down those git directories right now; I'll report back if I have any luck.
Mills wrote:
Yes, GBDK has some functions for it, I think I once used a program to control a TV, now I don't remember how I did it.
EDIT: I used a precompiled rom with assembly source... Now I can't find it.
It surelly can be done iin GBDK if we find the asm source to see how they use it.
That's pretty much what I'm trying to accomplish. I recently got a PSP 1000 and found a way to control my Xbox One through it via the iR port.
I think it'd be fun to do it with the GBC too, since I've already got the remote codes, but I'm not sure on how to procceed with the code.
I suppose one could also do multiplayer stuff in games, too.
Offline
I can also send you a ready-to-go version of it since it isn't compiled (setting it up was bloody difficult for me, so I though I may as well spare you that). Oh, and having make installed would probably be a good idea (I'm using MinGW).
Offline
Robbi_Blechdose wrote:
Would you kindly stop posting in every thread?
I (and probably most others) have seen that thread and chosen not to answer.
So please don't derail this one.
Well I understand and get what you mean. But maybe I want to get the answer so bad. To the point that I am doing this and shelling out cash. Yes sorry for the stupid shit from last year. I bet everyone seen that but chosen not to answer as well. Also when I said I was leaving the forums last year. I didn't made anyone guilty for not helping me out ?
Last edited by npzman (2018-01-05 10:52:27)
Offline
Robbi_Blechdose wrote:
First, I'd like to recommend this version of GBDK: http://www.rrsd.com/software_developmen … velopment/
It works a lot better than the one from the official site.
What is different in that gbdk? I'm also going to try it.
Offline
Mills wrote:
Robbi_Blechdose wrote:
First, I'd like to recommend this version of GBDK: http://www.rrsd.com/software_developmen … velopment/
It works a lot better than the one from the official site.What is different in that gbdk? I'm also going to try it.
Hi there I really don't want to be pushy but... I am really need the help so bad. I don't wanna sound annoying but please try to help me with something anyone. I am personally learning C programming for computer myself. Since I was told it was recommend 1st. Just to get basic knowledge before going on to the game boy. You see I am not just counting on you to do everything for me. I am doing my part. I am doing my best here. Please man I've changed
Offline
Mills wrote:
What is different in that gbdk? I'm also going to try it.
It has a newer version of the compiler (SDCC, the version used here is 2.9 I think), the libs have been extended a bit and it supports floats.
It's also A LOT less wonky. AKA, a switch statement that should work doesn't crash the compiler anymore (or a bit shift with 32-bit ints, or, or, or...).
Offline