VBA-Minimum

Post Reply
spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

VBA-Minimum

Post by spacy51 »

Here's a funny binary of the cleaned & stripped core + GUI version.

 

http://spacy51.sp.funpic.de/VBA-M/VBAMin.7z

Not using assembler, so it might be slower. Also a lot of features removed. Just use it if you are curious. Has automatic save detection though. Save states not compatible anymore. Save states will not be comaptible with anything, only battery files. Screen capturing&recordning might not work anymore.

 

Source code here: http://code.google.com/p/gbxemu/source/checkout

 

Next step will be rewriting the core to a clean C++ class in a static or dynamic library. After that is finished & working correctly, features will be readded in a clean manner. Don't expect any binaries soon.

mudlord
Senior Member
Posts: 306
Joined: Sun Feb 08, 2009 7:16 am

VBA-Minimum

Post by mudlord »

You did what I always wanted to happen.

 

Holy fuck [img]<fileStore.core_Emoticons>/emoticons/smile.png[/img]/emoticons/smile@2x.png 2x" width="20" height="20" /> This is great, really, more than great. Forgotten should have done this ages ago!

spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

VBA-Minimum

Post by spacy51 »

Up until recently, I had the feeling whenever I removed something, people were angry to see features go away, so that's probably why Forgotten never managed to improve the code quality.

bgK
Member
Posts: 88
Joined: Thu Apr 17, 2008 3:58 pm

VBA-Minimum

Post by bgK »

Nice work Spacy ! Way to go !

 

If you're interested, I started a similar project a few months ago. It's more Linux oriented (ie only the GTK port remains), but has a few nice cleanups / rewrites in the core. The goal was to write a clean GBA emulation core, but I got stopped due to the lack of time. Maybe you'll be able to use some of the code I have written.

I may have a more recent version with a rewritten MMU floating around, in case you'd want to see it.

 

http://github.com/bgK/vba-ttb

Last edited by bgK on Mon Sep 14, 2009 5:47 am, edited 1 time in total.
spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

VBA-Minimum

Post by spacy51 »

Oh, nice!

 

I am especially interested on changes in the GBA core.

 

What VBA-M SVn version was this based on, so I can make use of diff tools to track your changes?

Judgung from the date you created that git thing, it might be around SVN854

Last edited by spacy51 on Mon Sep 14, 2009 4:17 pm, edited 1 time in total.
bgK
Member
Posts: 88
Joined: Thu Apr 17, 2008 3:58 pm

VBA-Minimum

Post by bgK »

Yes, I forked the vba-m source code at r854. I did a rebase a few minutes ago to pick up the changes up to r905, but those were mostly MFC related anyway.

 

Among things that may be useful is the thumb core, cleaned up using templates instead of macros. I was too lazy to do the same to the arm core.

I did a few clean ups in the graphics area, but a lot remains to do.

I also did some changes in to the cartridge saves, but you probably won't like the removed savegame autodetection.

Last edited by bgK on Mon Sep 14, 2009 4:44 pm, edited 1 time in total.
Post Reply