

spacy51
Awaiting Activation-
Content Count
0 -
Joined
-
Last visited
Community Reputation
3 NeutralAbout spacy51
-
Rank
VBA-M Developer
- Birthday 11/09/1988
-
Are you by any chance the guy that was on the 27C3 and hacked the PS3?
-
I developed a game in Java which will be evaluated by my university. I thought I'd share it with you guys so you see I'm not dead. http://www.mediafire.com/?k3758cveo3ekni1 It took me a week or two. The one thing I learned from this project is, that wrong initial decisions regarding code architecture will get more and more on your nerves when adding new features. I didn't want to rewrite my game (I'm lazy), so it got worse and worse. Looks like a gigantic hack in end, but it works ^^
-
Operating systems are like religion. You should respect every one, or else there will be problems. You don't have to believe (use) it, but at least not be an ass towards other ideas.
-
Problem ist that Linux GUI uses GTK, while Windows GUI uses MFC. If a developer adds a new feature, he would have to code the GUI part twice, that means two tool-chains. Since the developers until now were more concerned about windows, the Linux version is now missing some features. With a cross-platform toolkit, this wouldn't have happened.
-
Hm, not sure if he meant that, but it would be cool to let VBA-M create an automatic emulator save state on closing a game and automatically resume from it when the game is loaded next time. Marketing Name: "Seamless Emulation" Next extension: Automatically load the game that was played last when VBA.exe is executed.
-
It looks like the audio signal is send from VBA thorugh the SDL API to ASOUND (whatever that is). It's either a problem in ASOUND or SDL. It might sometimes be the case that VBA doesn't provide audio date fast enough, if emulation is too slow, but the audio APIs shouldn't crash in that case..
-
TGBDual
-
vbam svn945 compiling problems and solutions.
spacy51 replied to cmdreamer's topic in Bugs and Support
You have to install the developer packges that are not found. -
I tested it with a self-compiled SVN938 and everything is working fine with these two games. I have all settings simple. Save is EEPROM and is autodetected fine. BIOS on/off does not matter. No black screen after language selection.
-
Just tell us the hashes/CRC checksums of your ROMs to be sure.
-
Hm, I was a little suspicious, but it made kind of sense what he said
-
Dumping a 16 MB ROM takes less than a minute IIRC, smaller games dump faster. You can dump your games one after another without need of a restart. You can later transfer them all at once from your SD memory card to your PC. What exactly do you mean with "WiFi"-Method?
-
The problem is, that those special cartridges usually need a lot of investigation and reverse engineering in order to understand the additional chips used. It's questionable whether the resulting user experience is worth the effort.
-
Is your save path correct? Try to move your current save file out of it and start VBA-M without a save file.
-
reported: Keep in mind VBA is an open source project. The developers are not getting paid for it. We are doing this out of pure passion for the GBA handheld console. We also have our lives to live, we can't develop all day. We also want to do other things now and then.