FS-UAE Amiga Emu Source code.


Wrath Of Khan

Soul soother...
Joined
Dec 29, 2009
Messages
5,220
Age
46
Location
Ireland
http://fengestad.no/wp/fs-uae/download The source code is here.It can be compiled for linux.


Could it run well on the 1ghz pandoras? It is a very good amiga emulator by all accounts with a very good gui. Here is the thread for fs-uae by its author on Eab http://eab.abime.net/search.php?searchid=6348426 This is what 'Frodesolheim' the author said in response to my query about porting it to the 1ghz pandora:" Sounds like a great improvement over the old 600Mhz variant. I have no idea how well FS-UAE would run on this hardware. I don't have a Pandora, and currently I haven't really time/interest to port it anyway. But the source code is already available, and licensed under GPL2, so any developer can pick it up if he/she wishes".Perhaps we could donate a 1ghz pandora to a developer to port this.Anyone interested?I will offer 100 euro towards a 1ghz pandora for a dev if it could feasibly run well on the 1ghz model.Anyone else want to add to my 100 euro bounty?
 
taking a look at the source now.


edit: I've built openal-soft for pandora and I'm working on converting the fs-uae rendering code.
 
Last edited by a moderator:
taking a look at the source now.


edit: I've built openal-soft for pandora and I'm working on converting the fs-uae rendering code.
Brilliant keep it up.I googled openal-soft; its for 3d audio i see.Have you got a 1ghz pandora?If you are interested in continuing to work on this emulator I will put 200 euros towards a 1ghz pandora.Craig might give you a developer 1ghz pandora even.
 
gles translated and build system beaten into submission - I have a binary


now need to slap egl in and test it on my 600mhz pandora


https://github.com/l...chs/fs-uae-gles
gles translated and build system beaten into submission - I have a binary


now need to slap egl in and test it on my 600mhz pandora


https://github.com/l...chs/fs-uae-gles
Awesome.Let me know how it performs.How far does your pandora overclock? Im itching to see the results.
 
the binary works but with no render output displayed yet (I hear sound) - still looking for the bug.
 
Last edited by a moderator:
I'll post here when I get a chance to figure out where the rendering is broken.
 
I have continued linuxbochs' work on FS-UAE...


What I've done:

  • adapted linuxbochs' patches to FS-UAE 2.0 and 2.1 series
  • patches now apply cleanly without breaking original source (will propose them to FS for integration into mainline)
  • fixed GLES rendering issues
  • added PND packaging


Open Topics:

  • code/build un-optimized and emu fairly slow on my 600/800 MHz Pandora
  • cursor hide and grab with SDL commands seems to lock EGL/GLES if they are issued after eglport init... (any hints on this one?). they are currently disabled
  • adapt keyboard handling to Pandora. Currently F11/F12 + Return is used for menus. And F11/F12 + other key commands don't work as expected (maybe remapping via config?)
  • improve/optimize configuration file


I've provided PNDs for both FS-UAE 2.0 and 2.1 series here:


https://github.com/cnvogelg/fs-uae-gles/downloads


The full source is here:


https://github.com/cnvogelg/fs-uae-gles


Have fun playing with it and please post your improved configuration files/bug fixes/...
 
You should make a new thread in the betasection about that.
 
Last edited by a moderator:
Back
Top