Gameboy Development Forum

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.

Ads

#1 2017-03-22 19:38:39

Alexander the bat
Member
Registered: 2017-03-19
Posts: 31

how to make a 256KB rom?

what I have to do to build a 256KB rom with 16 banks and the MCB1 (this one I've got) but when I try to increase the size it says error: only length of 32768 bytes supported for GameBoy binary. - this is stupid the game I'm building soon is a 256KB game with 16 banks it's just like Wario Blast in a way but with my own engine of Bomberman hacking the rom would be wrong....so I rather program my own using the same sprites.

So how to get GBDK-N to know I'm building a 256KB 16 banked game? I'm confused on this

GBDK-N uses SDCC to build roms - there's got to be a way to change that limit!

Last edited by Alexander the bat (2017-03-22 20:04:30)

Offline

 

#2 2017-03-22 20:32:45

AntonioND
Member
Registered: 2014-06-17
Posts: 134
Website

Re: how to make a 256KB rom?

If I remember correctly there is no way to make GBDK-N do that.

https://github.com/andreasjhkarlsson/gb … r/examples

In the examples I can't see the banked examples of GBDK, so you're out of luck I guess...

Offline

 

#3 2017-03-22 20:54:48

Alexander the bat
Member
Registered: 2017-03-19
Posts: 31

Re: how to make a 256KB rom?

then the game is scrapped then! THERE'S NO WAY A GAME CAN BE ONLY 32KB I'M GONNA Hack it by the way this is how to do MCB1 and 16 banks during the rom making phase

-yo 16 (16 banks 256KB) -yt 1 (MBC1)

There's got to be a way to bypass the limit! I'm not programmin' until there's a way!

Offline

 

#4 2017-03-26 20:34:38

chris
Member
From: USA
Registered: 2016-11-27
Posts: 142
Website

Re: how to make a 256KB rom?

GBDK has a limit of 32k?


My avatar is from Nintendo Power. I miss those days, so I decided to bring them back.

Offline

 

#5 2017-03-27 04:45:41

Xephyr
Member
From: France
Registered: 2015-02-26
Posts: 59

Re: how to make a 256KB rom?

GBDK-N does apparently. Not the original GBDK.

Offline

 

#6 2017-03-27 22:16:44

Alexander the bat
Member
Registered: 2017-03-19
Posts: 31

Re: how to make a 256KB rom?

GBDK-N Doesn't have banking feature so using GBDK and that I'll be fine making the game at will.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson