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.
Hey! I wrote a quick program in hex. In my emulator, I check all the ram and its filled with random numbers which I never placed there.
Do I have to clear this manually? Ive checked all my head info and it works just fine.
Offline
Hey, shiblivs, welcome to Gameboy development ![]()
Yes, at startup not all RAM is cleared, so any RAM you use you will have to clear/initialize first.
If you initialize every variable before using it and your program works, that's great ![]()
Offline
Thank you
Much Appreciated!
Offline