PDA

View Full Version : fMSX 3.5 Ported to Maemo


fms
02-24-2008, 03:18 PM
I have just done a Maemo port of fMSX, my MSX/MSX2/MSX2+ emulator. You can find it at

http://fms.komkon.org/fMSX/

fMSX-Maemo is an early beta. Give it a try and tell me what you think. You will probably need to have an N810 or an N800 with Bluetooth keyboard to use it though.

PS: Attached installable .deb file to this post.

yabbas
02-24-2008, 05:20 PM
Will do :)

Thanks Marat!

ArnimS
02-24-2008, 05:23 PM
Wow a real EMU coder! Check his site out.

qwerty12
02-24-2008, 05:36 PM
haha i wub u, i remember posting ur fmsx 4 uiq 3 :D

wazd
02-25-2008, 04:26 AM
Hi Marat, pleased to meet you here :) Want to thank you for your great emulators that I've used on my PocketPC long ago :)

fms
02-25-2008, 04:34 AM
Hi Marat, pleased to meet you here :) Want to thank you for your great emulators that I've used on my PocketPC long ago :)
That would be me and Aaron Oneal. Still hoping Aaron will find time to update his MorphGear package.

wazd
02-25-2008, 01:04 PM
That would be me and Aaron Oneal. Still hoping Aaron will find time to update his MorphGear package.

Yep. It has no updates for almost two years... I was playing MG 2.4 on my Rover P3+ loooong time ago :) Maybe Aaron can release some sources (of freeware emulators for example) and the community will gladly take it for developing :)

fms
02-25-2008, 01:31 PM
Maybe Aaron can release some sources (of freeware emulators for example) and the community will gladly take it for developing :)
I think his framework code is freely available from www.spicypixel.com.

I have been thinking of porting the latest versions of my emulators to WinMobile, but I have neither WinMobile hardware nor time to do the porting.

unique311
03-02-2008, 05:09 AM
here's a cool site that could come in handy for all you fmsx fans.....
http://www.msxarchive.nl/

lintweaker
03-08-2008, 01:31 PM
OK, I've tried a couple of games. Really nice to see them again!
Unfortunately the sound on the games I tried is not played correctly on my n810, it seemed out of sync.
Maybe the n810 can not really cope ? This is with both PSG only (Metal Gear) games as with games which use the SCC (e.g. space manbow).

What are your experiences on this?

fms
03-10-2008, 09:38 AM
Unfortunately the sound on the games I tried is not played correctly on my n810, it seemed out of sync.
Maybe the n810 can not really cope ?
It will be 150ms out of sync. It is not a bug: the buffer is needed to prevent jitter and avoid hiccups.

qwerty12
03-11-2008, 04:54 PM
Does this support bt keyboards?

I ask because I do not have one.

fms
03-11-2008, 08:30 PM
Does this support bt keyboards?
It should, although I do not have one either. Have been salivating over Apple's BT keyboard yesterday but did not buy it.

qwerty12
03-12-2008, 03:47 AM
Ok, thanks :)

It's impossible to play MSX without a keyboard 8-) :( and I need some MGS on the move.

fms
05-25-2008, 02:21 PM
I have just updated fMSX-Maemo to version 3.5.3. This version should be faster, synchronize frame rate better, and use less CPU. Give it a try at

http://fms.komkon.org/fMSX/

or wait until it appears in Extras.

st5150
05-29-2008, 04:44 AM
http://www.footballforumsaustralasia.com/style_emoticons/default/worship.giffmshttp://www.footballforumsaustralasia.com/style_emoticons/default/worship.gif for his contributions to this community.

ChillyWilly
06-20-2008, 10:02 AM
Big thanks for this port!

One question, how do I input the Function keys via the N810 keyboard?

ChillyWilly
06-20-2008, 10:05 AM
This post is just for the subscription I forgot :p

fms
06-23-2008, 12:05 AM
One question, how do I input the Function keys via the N810 keyboard?
You do not, unfortunately. Have to use the BT keyboard for now, and even then some F-keys are taken over by Maemo.

I am planning to port virtual keyboard from Symbian port to Maemo.

ChillyWilly
06-23-2008, 02:17 AM
You do not, unfortunately. Have to use the BT keyboard for now, and even then some F-keys are taken over by Maemo.

I am planning to port virtual keyboard from Symbian port to Maemo.

Would it be possible to map it to chr+n where n is 1 through 0? The msx only has 10 F keys, so that would work perfectly.

fms
06-23-2008, 03:38 AM
Would it be possible to map it to chr+n where n is 1 through 0? The msx only has 10 F keys, so that would work perfectly.
It may be possible, I have to check if [CHR]+[n] isn't already carrying any useful keycodes. Note that MSX really has 5 F-keys, other 5 are available with the [SHIFT].

ChillyWilly
06-23-2008, 04:33 AM
It may be possible, I have to check if [CHR]+[n] isn't already carrying any useful keycodes. Note that MSX really has 5 F-keys, other 5 are available with the [SHIFT].

[CHR]+[n] does nothing at the moment so it would be ideal. [CHR]+[n] and [SHIFT]+[CHR]+[n] could work then.