Search found 371 matches

by spacy51
Fri Mar 19, 2010 11:47 am
Forum: General Chat
Topic: Dump your GBA games with a DS
Replies: 6
Views: 23024

Dump your GBA games with a DS

Hm, I was a little suspicious, but it made kind of sense what he said :D

by spacy51
Fri Mar 19, 2010 8:40 am
Forum: General Chat
Topic: Dump your GBA games with a DS
Replies: 6
Views: 23024

Dump your GBA games with a DS

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?

by spacy51
Tue Mar 16, 2010 3:31 pm
Forum: Suggestions
Topic: Alternate Cartridge Types
Replies: 1
Views: 3621

Alternate Cartridge Types

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.

by spacy51
Tue Mar 09, 2010 2:52 am
Forum: GBA
Topic: Added tool for detecting save type
Replies: 18
Views: 25554

Added tool for detecting save type

Is your save path correct?

Â

Try to move your current save file out of it and start VBA-M without a save file.

by spacy51
Sun Feb 28, 2010 7:54 am
Forum: Bugs and Support
Topic: RE: Linking(Netplay) Status?
Replies: 4
Views: 6326

RE: Linking(Netplay) Status?

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.

by spacy51
Mon Feb 08, 2010 5:34 am
Forum: Suggestions
Topic: any chance for N900 build?
Replies: 6
Views: 8274

any chance for N900 build?

so using subversion + qmake + make was the wrong idea?

trying qtcreator now..

Â

QMake+make is ok. Qt Creator just calls QMake+make after all.

Â

VBA2 does not use any assembler code, so it should work fine.

by spacy51
Sun Feb 07, 2010 2:32 pm
Forum: Suggestions
Topic: any chance for N900 build?
Replies: 6
Views: 8274

any chance for N900 build?

Well, since it supports Qt 4.6, how about trying to compile the VBA2 WIP for it? Â source code here: http://code.google.com/p/gbxemu/source/browse/trunk#trunk/vba2 Â project file is /build/vba2.pro You can open it with Qt creator and build VBA2 without any other dependencies. Â I can compile demo...
by spacy51
Sun Jan 31, 2010 5:39 pm
Forum: Latest Release Information
Topic: VBA2 progress
Replies: 21
Views: 38821

VBA2 progress

I disabled the new graphics code for now and use the old code. Â Anyway, I noticed the new Qt 4.6 SDK now offers sound input/output classes (platform independent), so VBA2 now blurts out some noise. It seems kind of right already, but I have to further work on the timing. Â EDIT: I am so happy, so...
by spacy51
Sat Jan 16, 2010 3:15 am
Forum: Offtopic/SpamChat
Topic: what was the last game you bought?
Replies: 4
Views: 7517

what was the last game you bought?

Command & Conquer - Red Alert 3 Limited Edition [PC]

Street Fighter IV [PC]

by spacy51
Sat Jan 16, 2010 3:12 am
Forum: Core
Topic: dynamic recompiler to transform THUMB instructions to ARM instructions
Replies: 3
Views: 6667

dynamic recompiler to transform THUMB instructions to ARM instructions

Thank you very much for your detailed opinion. Â It requires a lot of time to understand a system and the emulation techniques, which I currently don't have, so your experience is very appreciated. Â I guess I should think my plans over. Maybe it's better to steal / borrow good [open source] code ...