Search found 124 matches
- Fri Nov 16, 2018 10:47 pm
- Forum: Super 32X
- Topic: Faster Sprites routines on the 32X?
- Replies: 11
- Views: 29131
Re: Faster Sprites routines on the 32X?
I got pretty good speed but i feel like it could have been a little... faster.
ammianus came up with drawSpriteMaster here but it does not work well for me. (plus, it's slower anyway)
Curious what wasn't working for you? I've admittedly only used it in my few sample projects, but I was drawing ...
- Sun Jan 18, 2015 9:40 pm
- Forum: Tools
- Topic: Update your Genesis/32X Toolchain!
- Replies: 110
- Views: 204317
Newer versions of gcc require fairly recent versions of gcc to compile. You might try changing the makefile to build an older version. Just because I use gcc 4.8.3 doesn't mean everyone has to. You could try compiling like 4.6.whatever or 4.7.whatever.
I just tried creating a Xubuntu VM to see if ...
I just tried creating a Xubuntu VM to see if ...
- Sun Jan 18, 2015 5:39 pm
- Forum: Tools
- Topic: Update your Genesis/32X Toolchain!
- Replies: 110
- Views: 204317
Newer versions of gcc require fairly recent versions of gcc to compile. You might try changing the makefile to build an older version. Just because I use gcc 4.8.3 doesn't mean everyone has to. You could try compiling like 4.6.whatever or 4.7.whatever.
I just tried creating a Xubuntu VM to see if ...
I just tried creating a Xubuntu VM to see if ...
- Sat Jan 17, 2015 8:32 pm
- Forum: Tools
- Topic: Update your Genesis/32X Toolchain!
- Replies: 110
- Views: 204317
- Sat May 11, 2013 12:29 pm
- Forum: Blabla
- Topic: PS1 Homebrew Development
- Replies: 10
- Views: 14457
- Thu Mar 14, 2013 12:46 am
- Forum: Megadrive/Genesis
- Topic: Getting Started! - Duke Nukem (DOS) 'Port'
- Replies: 24
- Views: 20622
- Mon Feb 25, 2013 2:03 am
- Forum: Super 32X
- Topic: Interrupt driven DMA PWM audio
- Replies: 14
- Views: 36076
Thanks, yes I am using the sfx version now, haven't added sfx into my own code, but that's the next step.
Though what I was having trouble determining is whether any of the code in your example is waiting explicitly on certain states that could block, e.g. MIXER_UNLOCKED, as opposed to the absence ...
Though what I was having trouble determining is whether any of the code in your example is waiting explicitly on certain states that could block, e.g. MIXER_UNLOCKED, as opposed to the absence ...
- Mon Feb 25, 2013 1:26 am
- Forum: Super 32X
- Topic: Interrupt driven DMA PWM audio
- Replies: 14
- Views: 36076
- Mon Feb 11, 2013 12:21 am
- Forum: Blabla
- Topic: PS1 Homebrew Development
- Replies: 10
- Views: 14457
PS1 Homebrew Development
I had a question, if anyone happens to know, about what the PlayStation homebrew scene is like these days, and whether there is much support for homebrew developers to try to pick it up?
I hope I am not called out as a traitor to the Sega brand, but I happen to own Genesis, 32X and a PSX. (I sold ...
I hope I am not called out as a traitor to the Sega brand, but I happen to own Genesis, 32X and a PSX. (I sold ...
- Sat Feb 09, 2013 7:48 pm
- Forum: Super 32X
- Topic: Shamefully noob question about 32x framebuffer sizes
- Replies: 5
- Views: 12715
In 256 color mode, you have plenty of space for 240 lines... 320x240 is only 75KB, and there are 128KB in each buffer. That allows for more space in 256 color mode which allows for scrolling. For example, if you were making a vertical shooter, 256 color mode gives you enough space for 408 lines to ...
Thanks I am starting to piece it together now. The games template is based on your earlier tictactoe demo so I am trying to port my changes since then to the new crt0.s and mars.ld.
I have some sound FX in xm format from openmpt so once I get the port working I'll be able add sound quickly thanks ...
I have some sound FX in xm format from openmpt so once I get the port working I'll be able add sound quickly thanks ...