Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Doomhack

GBA Doom (source port running on Game Boy Advance)

Recommended Posts

1 minute ago, Mengo said:

So we get to play a non-bastardized port of doom on the go? Count me in.


Yep! That’s exactly what I set out to achieve!

Share this post


Link to post

I bought a Game Boy Micro from my friend. It had GBA Doom in it and when I told him he's like, "oh, you can have it"

 

I'd probably play this version a lot more.

 

edit: also, do you have an afterburner installed? That screen is way too visible.

Edited by DuckReconMajor

Share this post


Link to post
19 hours ago, DuckReconMajor said:

I bought a Game Boy Micro from my friend. It had GBA Doom in it and when I told him he's like, "oh, you can have it"

 

I'd probably play this version a lot more.

 

edit: also, do you have an afterburner installed? That screen is way too visible.

 

Yes. It’s a modded GB with an IPS screen.

Share this post


Link to post

give a man a game, he'll game for a day 26 years, teach a man to program and give him the source code for said game and he'll make a port to a device with a fraction of the original required hardware specifications, and make it far superior to the official port

Share this post


Link to post
5 hours ago, Skootroot said:

Port DOOM 2016 next

lol

Share this post


Link to post
7 hours ago, DynamiteKaitorn said:

Well I gave a quick download and erm... I'm lost on what to do next. I saw it can convert IWADs to GBA so I kinda wanna do it with plutonia for the lols. :P


Build instructions are at the bottom of the page here: https://github.com/doomhack/GBADoom

 

 

 

Share this post


Link to post

I'm at a loss for compiling it too, both projects even. I installed devkitarm, type make... it complains about a missing gba_rules file (doesn't seem to exist anywhere), I remove the include line and then it's looking for a mmutil command that doesn't exist either. Bummer.

 

on GbaWadUtil, there's a GbaWadUtil.pro file that looks like a Makefile but doesn't contain any targets.

 

EDIT: OK, half of the problem were solved by using the official binary packages, the devkitarm package in AUR seems to be incomplete. That at least lets me run "make" on GBADoom until it complains about the missing IWAD header... and I still don't know how you're supposed to compile GbaWadUtil.

Edited by chungy

Share this post


Link to post

You are amazingly talented! I never thought I'd ever see full PC doom running this smoothly, at this point we've only seen a Jaguar based/Custom Engine port.

 

Share this post


Link to post

when i try compiling, all i get is a fatal error

 

C:/Temp/GBADoom/source/doom_iwad.c:1:10: fatal error: iwad/doomu.gba.h: No such file or directory
    1 | #include "iwad/doomu.gba.h"

 

help???

Amazing work btw!!

Share this post


Link to post

Thank you everyone for the lovely comments. I’m back from my vacation now so I’ll pick this up again soon and get some of the issues ironed out.

 

Sorry the build process is a ballache. Sadly, since the GBA only has 256kb of memory, I have to rework some of the data structures and the wad has to be embedded in the rom.

 

Big thanks to @Bloodshedderfor allowing me to include his Chiptune Remixes of the Doom music in this project.

 

Thanks for the videos @Kippykip.

Share this post


Link to post

*The Doom GBA guy likes this*

 

I've seen it running recently, have plans to begin tinkering at runs in the port over the next month. Like I said on reddit, amazing job on this port! 

Share this post


Link to post
3 hours ago, Alexo said:

*The Doom GBA guy likes this*

 

I've seen it running recently, have plans to begin tinkering at runs in the port over the next month. Like I said on reddit, amazing job on this port! 


Looking forward to seeing some runs! I’m interested to see how the times compare to the PC version or if there are new strategies that are found.

Share this post


Link to post

Well guys I just had a play around trying to get one of my favourite Doom levels running on doomhack's GBA port. 

Although it happens to be one of the biggest official Doom maps afaik, so I got Z_MALLOC memory errors for ages until I eventually got it going! (Albeit at a low framerate, I can probably make some further changes)

 

But here it is if you guys wanna have a peak!

 

I also remade this levels music, here's the Impulse Tracker file if you want to play around.

D_DM2INT.it.zip

I might remake all the TNT music in IT files eventually when I'm not working retail.

Share this post


Link to post

We'll have to see if there are more memory savings to make. I think there are still a few places we can shave a few kb here and there.

Share this post


Link to post
16 hours ago, Doomhack said:

We'll have to see if there are more memory savings to make. I think there are still a few places we can shave a few kb here and there.

I suppose things like unused text wouldn't shave anything off memory wise, just rom size right?

Share this post


Link to post
7 hours ago, Kippykip said:

I suppose things like unused text wouldn't shave anything off memory wise, just rom size right? 

 

No, all constant stings go in ROM so there is no saving there.

 

We're looking for stuff that is allocated with Z_Malloc() and friends.

 

If you build under Windows with Qt Creator the console Window will show a running count of how much memory is used.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×