Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  Discuss Mikhail Tkach's InfoNES port
« previous next »
  • Print
Pages: 1 2 [3] 4

Author Topic: Discuss Mikhail Tkach's InfoNES port  (Read 26164 times)

Offline levi47

  • Member
  • *
  • Posts: 12
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #30 on: December 07, 2007, 03:50:24 PM »
Is there a reason the link to an unsupported build was removed even though it is exactly what was asked for in the thread and pertains to this thread? i can't seem to find any builds incorporating this patch and i would also like to try it out. Can anyone at least name the build that has this patch in it?
Logged

Offline Sanek

  • Member
  • *
  • Posts: 19
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #31 on: December 08, 2007, 05:50:12 AM »
Quote from: levi47 on December 07, 2007, 03:50:24 PM
Is there a reason the link to an unsupported build was removed even though it is exactly what was asked for in the thread and pertains to this thread? i can't seem to find any builds incorporating this patch and i would also like to try it out. Can anyone at least name the build that has this patch in it?

You're not suppose to post unsupported builds in this forum.

I'm trying to configure the keys on a 5.5g iPod Video for this, however I'm just short 2 keys (button A and button B). :(

I think the only solution for this would be to use the scroll wheel regions the same way RockBoy does it :(
Logged

Offline joesomebody

  • Member
  • *
  • Posts: 55
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #32 on: October 13, 2008, 06:38:22 PM »
This thing is waaay out of date, and I don't really have the coding prowess to fix it...anyone wanna take a whack at it? It throws a few build errors.
Logged

Offline Mad Cow

  • Member
  • *
  • Posts: 445
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #33 on: October 26, 2008, 12:23:21 AM »
Quote from: joesomebody on October 13, 2008, 06:38:22 PM
This thing is waaay out of date, and I don't really have the coding prowess to fix it...anyone wanna take a whack at it? It throws a few build errors.

It never did work well in the first place anyway, unless somebody wants to invest some serious time it's a lost cause.
Logged
iRiver H10 5GB, Gigabeat F40, Gigabeat S60, all rockboxed. :P

Offline criznach

  • Member
  • *
  • Posts: 17
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #34 on: November 05, 2008, 03:27:07 PM »
Actually...  It only requires only a few changes to compile for 3.0 on the ipod video target.

It still doesn't work well...

Change this line:
enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
to this:
enum plugin_status plugin_start(const struct plugin_api* api, const void* parameter)

Change all  rb->splash() statements to rb->splashf()

Change:
struct event_queue timer_thread_q;
to:
static struct event_queue timer_thread_q SHAREDBSS_ATTR;

Change:
struct event ev;
to:
struct queue_event ev;

And change:
rb->timer_register(1, NULL, TIMER_FREQ / (1000 / TIMER_PER_LINE), 1, timer_callback);
to
rb->timer_register(1, NULL, TIMER_FREQ / (1000 / TIMER_PER_LINE), 1, timer_callback, 0);
« Last Edit: November 05, 2008, 03:50:26 PM by criznach »
Logged

Offline lolsack

  • Member
  • *
  • Posts: 53
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #35 on: September 26, 2009, 11:37:03 PM »
sorry for bumping such an old thread but...... how do i install this on my sansa fuze the readme is complicated because i cannot find the required folders/files
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #36 on: September 27, 2009, 12:45:11 AM »
Quote from: lolsack on September 26, 2009, 11:37:03 PM
sorry for bumping such an old thread but...... how do i install this on my sansa fuze the readme is complicated because i cannot find the required folders/files

It won't work on the Fuze without you writing a fair amount of code to make it work.
Logged

Offline lolsack

  • Member
  • *
  • Posts: 53
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #37 on: September 27, 2009, 01:04:51 AM »
but ive seen it on the fuze in a pic on the development page :o
found it here http://www.rockbox.org/tracker/task/2911?string=nes
« Last Edit: September 27, 2009, 01:06:44 AM by lolsack »
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #38 on: September 27, 2009, 01:11:06 AM »
Quote from: lolsack on September 27, 2009, 01:04:51 AM
but ive seen it on the fuze in a pic on the development page :o
found it here http://www.rockbox.org/tracker/task/2911?string=nes

It looks like someone in that task has done some of the programming.  I'd read through it and see what you need to do to get it to work.
Logged

Offline lolsack

  • Member
  • *
  • Posts: 53
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #39 on: September 27, 2009, 01:13:15 AM »
ok thank you very much :)
Logged

Offline jmr

  • Member
  • *
  • Posts: 4
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #40 on: October 02, 2009, 11:23:33 AM »
I was the one who posted that photo with NES running on the Fuze.
To be honest, I haven't really used the NES emulator that much since then.  While I will say that it's 'playable' in it's current state, it still needs a bit of work before it passes the threshold between playable and enjoyable.  It's still pretty buggy, and the sound didn't work for me.  To top things off, development seems to have stalled again. 

I haven't attempted compiling the most recent working patch with the latest builds either, so there's a possibility it might not work at all anymore...
Logged

Offline lolsack

  • Member
  • *
  • Posts: 53
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #41 on: October 02, 2009, 05:50:50 PM »
oh D: well..... could you try compiling it for me please and i'll test it :)


EDIT: err actually ill compile it just please tell me how to download and compile the patch i have looked at the simple guid to compiling but it is to confusing for my feeble little mind
« Last Edit: October 03, 2009, 01:56:34 AM by lolsack »
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #42 on: October 03, 2009, 08:09:07 PM »
You would be better off asking specific questions about the parts that confuse you in the 'starting development and compiling' forum.  People probably won't feel like paraphrasing that guide without knowing what part confuses you.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline lolsack

  • Member
  • *
  • Posts: 53
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #43 on: October 03, 2009, 08:37:02 PM »
like the whole thing confuses me including downloading the patches
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Discuss Mikhail Tkach's InfoNES port
« Reply #44 on: October 03, 2009, 08:46:26 PM »
jmr posted a link to it.  You can just right-click and save it.

This topic isn't about how to set up a build environment and apply patches.  Why don't you start a new topic in the appropriate forum and explain carefully how far you got (e.g. did you get a build environment set up properly, were you able to get the source code, etc.).  It's good to ask questions if you're confused, this just isn't the right topic for that.
« Last Edit: October 03, 2009, 08:48:22 PM by Chronon »
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

  • Print
Pages: 1 2 [3] 4
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  Discuss Mikhail Tkach's InfoNES port
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.122 seconds with 14 queries.