#20899 - LOst? - Wed May 19, 2004 2:21 pm
Okay, HDMA sounds really interesting. Mostly because it's something that was built into GBA to handle raster effects automatically.
Still with mode 7 tutorials and Cowbit documention, I don't get what I want.
I don't want to do mode 7. I want to do horizontal raster scrolling.
I set off the HDMA durring VBlank. I set it to repeat itself, and to do all these things that other "commercial" games do. Yes I had to debug the games to find the flags since no tutorial take them up.
Interesting how it turned out to be. First of all, I hate the first scanline! I just hate how it is drawn the last frame instead of the current. How much I try to fix this, I fail. I rearrange the whole code but still that stupid mother ****** is drawn the last frame.
And not only that. The game isn't running at 60 fps. WTF! In one emulator it runs correctly, in another (VisualBoy Advance) it just speeds away giving tearings and other funny effects that helps me with my future development of 2d games for GBA.
Yea, and now the GBA is dying. The DS is on its way, And I have still not completed one singe GBA game because of the unsychronized hardware >.<
Is this the end? Why is hardware always in the way of my projects >.<
Still with mode 7 tutorials and Cowbit documention, I don't get what I want.
I don't want to do mode 7. I want to do horizontal raster scrolling.
I set off the HDMA durring VBlank. I set it to repeat itself, and to do all these things that other "commercial" games do. Yes I had to debug the games to find the flags since no tutorial take them up.
Interesting how it turned out to be. First of all, I hate the first scanline! I just hate how it is drawn the last frame instead of the current. How much I try to fix this, I fail. I rearrange the whole code but still that stupid mother ****** is drawn the last frame.
And not only that. The game isn't running at 60 fps. WTF! In one emulator it runs correctly, in another (VisualBoy Advance) it just speeds away giving tearings and other funny effects that helps me with my future development of 2d games for GBA.
Yea, and now the GBA is dying. The DS is on its way, And I have still not completed one singe GBA game because of the unsychronized hardware >.<
Is this the end? Why is hardware always in the way of my projects >.<