vogons - very old games on new systems Last Visit : never :: 2010-8-01 @ 01:45 am : Now
?FAQ sSearch mMemberlist uUsergroups
rRegister pProfile "Messages lLog in
View posts : unanswered
Forum Index :: DOSBox Development ::
up dosbox for s60 (symbian) first results
Reply with quote dosbox for s60 (symbian) first results :: 2009-1-31 @ 07:27 pm
kolijoco
Newbie
[avatar]
Joined: 2006-06-16
Posts: 72
hi all,
with the help of some gurus on the forum, i've finally gotten my s60 (wincw emu for now) build to run - which has been done before -, and also to run a dos game (magic candle) - which i'm not so sure has been done.
anyway, if all goes well, there will be some updates and hopefully a sisx release soon...
here's a shot :-)
cheers!

ps: eye of the beholder actually plays! i had to do some key mapping so that i can make the setup choices, but after that the sdl virtual mouse pointer worked (almost) like a charm :-)

ps2: an emulator running in an emulator... creepy :-)
eob_emu.png (78.48kB) - Viewed 50281 Time(s)

eob_emu.png
mcandle_emu.png (72.44kB) - Viewed 50299 Time(s)

mcandle_emu.png
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-01 @ 09:24 am
Freddo
Oldbie
[avatar]
Joined: 2003-10-29
Posts: 524
Location: Sweden
Wow! Shocked This is so awesome! Very Happy

Will the dynamic ARM core work?


Last edited by Freddo on 2009-2-01 @ 09:37 am; edited 2 times in total
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-01 @ 09:27 am
Qbix
DOSBox Author
[avatar]
Joined: 2002-11-27
Posts: 8229
Location: Fryslan
eye of the beholder looks pretty nice.

_________________
Water flows down the stream
How to ask questions the smart way
Post new topicThis topic is locked: you cannot edit posts or make replies.
Hidden
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-01 @ 11:09 am
kolijoco
Newbie
[avatar]
Joined: 2006-06-16
Posts: 72
dynamic arm will have to wait a bit, for now i'm happy normal core is working

will spend today trying to build a gcce release (its a bit more fussy about iso c++ compliance)... so keep your fingers crossed :-)

update:

moved to debugging on target (my trusty e51). the inits all check out (after reducing emulated ram size from 16M). but seems i'm losing some of my static constants (probably have to tune the linker settings a bit), i'm expecting to iron that out with some googling/foruming... :-)

...
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-01 @ 09:12 pm
kolijoco
Newbie
[avatar]
Joined: 2006-06-16
Posts: 72
haha!
the good news: its finally working :-)
the bad news: its pretty slow (haven't tinkered with any settings yet)...
check out the photo (its blurred. i have yet to figure out how to photograph my phone's screen)
eob_e51.png (447.71kB) - Viewed 50181 Time(s)

eob_e51.png
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-01 @ 11:29 pm
eL_PuSHeR
Moderator
[avatar]
Joined: 2003-06-20
Posts: 5086
Nice work!

_________________
OUR POSTING GUIDELINES
Learn to post in a few easy steps
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-02 @ 11:30 am
William 'Bill' Munny
HEY YOU... uh meee... YEAH YOU
no avatar
Joined: 2009-02-02
Posts: 1
nice and congratulations for your work. have you tray that in OMAP 2 (N95)?
really curious to see the performance in OMAP 2.

_________________
She was a comely young woman and not without prospects. Therefore it was heartbreaking to her mother that she would enter into marriage with William Munny, a known thief and murderer, a man of notoriously vicious and intemperate disposition.
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-02 @ 01:00 pm
Freddo
Oldbie
[avatar]
Joined: 2003-10-29
Posts: 524
Location: Sweden
William 'Bill' Munny wrote:
nice and congratulations for your work. have you tray that in OMAP 2 (N95)?
really curious to see the performance in OMAP 2.

It's been ported to N8xx, which use OMAP2420. You can read about it here. Don't expect it to be noticeably different than E51, though, since it's the CPU that do all the work and they both use similiar ARM11 CPUs. The OpenGL ES hardware support on OMAP2 is pretty much useless for this software.
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-02 @ 06:40 pm
Pickle
Newbie
no avatar
Joined: 2008-04-14
Posts: 81
You should be able to drop in the dynamic arm core with too much difficulty. There are some newer versions of it since I originally posted.

Pretty much copy the files into your source, setup the config.h, and compile.
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-02 @ 06:46 pm
wd
DOSBox Author
no avatar
Joined: 2003-12-03
Posts: 9334
The ones from the cvs wouldn't work you say?
Post new topicThis topic is locked: you cannot edit posts or make replies.
Hidden
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-02 @ 07:02 pm
kolijoco
Newbie
[avatar]
Joined: 2006-06-16
Posts: 72
ok, i'm pushing to get something releasable assembled.

to that end i've implemented screen rotations, and virtual mouse controls (i've troubles with s60sdl's own virtual mouse). thats done.

i'm ironing out config file usage, so the user has an easy way to configure screen orientation, and possibly key mappings.)

i promise i'll check out the arm core, when thats done :-)
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-02 @ 07:56 pm
Pickle
Newbie
no avatar
Joined: 2008-04-14
Posts: 81
As far as i remember M-HT made 2 version's one for 0.72 and a version for the cvs.
if kolijoco is using cvs, then he probably just needs to check the config.h
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-03 @ 08:08 am
kolijoco
Newbie
[avatar]
Joined: 2006-06-16
Posts: 72
i'm using the dosbox-0.72.tar.gz ball, not cvs sources...
what do i gotta do then?
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-03 @ 11:59 am
crazyteknohed
Newbie
no avatar
Joined: 2009-02-03
Posts: 1
Looks like an awesome emulator!!

By the way, running an emulator inside an emulator isn't so spooky; I do it all the time. As there is no (decent) Master System emulator for S60 I use a GBA Master System emulator via vBag Happy
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-03 @ 12:25 pm
Dominus
l33t
[avatar]
Joined: 2002-10-03
Posts: 2061
Location: Vienna
Quote:
(its blurred. i have yet to figure out how to photograph my phone's screen)

If you use a digital camera, use the button (or setting) that has a flower on it. That setting enables you to photograph smaller stuff (I think it's called something with makro or so...)
But nice that you got it to work!
Post new topicThis topic is locked: you cannot edit posts or make replies.
Hidden
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-03 @ 02:00 pm
Pickle
Newbie
no avatar
Joined: 2008-04-14
Posts: 81
Latest dynarec code for 0.72 is here: http://members.chello.sk/apauer/dosbox4/dosbox4.html
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-03 @ 02:01 pm
kolijoco
Newbie
[avatar]
Joined: 2006-06-16
Posts: 72
ok, lets try this. here's something adventurous people might like to test drive.

not sure about system requirement, i would guess you need at least a 3rd edition s60 device, and having a minimum 320x240 (either orientation) display is probably a good start.

the release includes:
-my gcce release build,
-the s60 sdl binary release,
-nokia's openc redists (the redistribution license document is included, if you don't agree to the terms within, don't use them! from my limited understanding this should be ok, if not, let me know and i'll kill the post).
-example dosbox.conf and mapper.txt
-"detailed" Happy instructions in README.TXT

DO READ THE README.TXT !!!

[attachment removed]
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-03 @ 02:10 pm
kolijoco
Newbie
[avatar]
Joined: 2006-06-16
Posts: 72
as said, i'm testing mainly with "Eye of the Beholder 1", its available on just about every abandonware site out there (goog'lit).

consider trying games with low system requirements and conservative key assignments (you won't really be able to type anything on a T9).

if you find a game playable, let us know :-)
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-03 @ 02:50 pm
fernando20
Newbie
[avatar]
Joined: 2009-02-03
Posts: 6
Location: Michigan
Good news, it works on S60 fifth edition! No keyboard means I can't do anything with it, but it's already awesome, will try on my N95 later.

edit: no dice on my N95-1, dies with a not enough memory error on boot. So you'd need more then 30mb free ram it seems.
Photo 53.jpg (62.07kB) - Viewed 49888 Time(s)
dosbox s60
Photo 53.jpg
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
Reply with quote Re: dosbox for s60 (symbian) first results :: 2009-2-03 @ 04:07 pm
Freddo
Oldbie
[avatar]
Joined: 2003-10-29
Posts: 524
Location: Sweden
fernando20 wrote:
edit: no dice on my N95-1, dies with a not enough memory error on boot. So you'd need more then 30mb free ram it seems.

I got the same problem with my old phone (6120 classic). Seems like a new phone is in order! Sticking Tongue Out Hopefully Nokia will announce some device that catch my interest at the GSMA Mobile World Congress in two weeks.

Still, well done kolijoco! Very Happy

I belive the 6120 classic was the last S60 phone Nokia released with only 64mb system RAM, so any newer S60 phone should be fine.
Post new topicThis topic is locked: you cannot edit posts or make replies.
Offline
page 1 of 10
Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
All times are GMT
Moderate
Quick Reply & Options
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Powered by phpBB © 2001-2003 phpBB Group.
vogons and vogons site design and content herein is under a creative commons license 2002-2003 zetafleet.dom.
This site hosts no abandonware. There is no material that is knowingly illegal here.
zetafleet.dom will not be held responsible for users' posts.
This disclaimer is brought to you thanks to the BSA.