GP32X.com - GP32 GP2X Pandora The Wiz - open source entertainment: When Is The Dingoo A320 Sub Forum Being Added? - GP32X.com - GP32 GP2X Pandora The Wiz - open source entertainment

Jump to content

  • (3 Pages)
  • +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • This topic is locked

When Is The Dingoo A320 Sub Forum Being Added?

#1 User is offline   gibberish

  • Mega GP Mania
  • PipPipPipPipPipPip
  • Group: GP32 Hardcore
  • Posts: 719
  • Joined: 26-January 08
  • Gender:Male
  • Location:Nottingham, UK

Posted 26 March 2009 - 12:04 PM

if its going to happen, it needs to be soon i think. if this device is going to succeed it needs the backing of a forum like this - somewhere that will give it the best exposure possible and somewhere that well known, talented developers already frequent.
dealextreme are due a new batch before the end of the month and i guess this is when gbax when will be receiving theirs as well, so there are going to be swathes of homeless people looking for somewhere to reside. it would do the forum and the community in general a great favour i think if there was somewhere proper for us to go.
i have seen a couple of small forums open up already, but they are half arsed and basically dead... whereas i have seen many comments on youtube and elsewhere asking about this thing and asking where they can go to buy it and more importantly talk about it. i really think that this should be the place... \:\)

This post has been edited by gibberish: 26 March 2009 - 12:17 PM


#2 User is offline   aaronson911

  • GP32 User
  • PipPipPip
  • Group: Members
  • Posts: 98
  • Joined: 24-January 06
  • Gender:Male
  • Location:Cleveland ohio

Posted 26 March 2009 - 04:12 PM

+1

#3 User is online   quote

  • quote
  • PipPipPipPipPipPip
  • Group: GP32 Hardcore
  • Posts: 1,679
  • Joined: 20-December 07
  • Gender:Male
  • Location:Cave

Posted 26 March 2009 - 04:46 PM

I really am tired of saying this.

HANDO

#4 User is offline   quasist

  • !DIZ IZ WIZ!
  • PipPipPipPipPipPip
  • Group: GP32 Hardcore
  • Posts: 1,104
  • Joined: 05-July 07
  • Location:Gorod Khotkovo
  • Interests:A B C ... C++

Posted 26 March 2009 - 07:48 PM

...just after Gizmondo subforum will apear...
we already have one unborn bastard console here (pandora)

The ones who wants it here even do not know that it should be posted in "suggestions" instead of "other consoles"

This post has been edited by quasist: 26 March 2009 - 07:50 PM


#5 User is offline   PoisonedV

  • Yeah, I'm a GIRL gamer, what of it?
  • PipPipPipPipPipPip
  • View blog
  • Group: GP32 Hardcore
  • Posts: 2,599
  • Joined: 20-October 06
  • Gender:Female
  • Interests:Retro gaming, cute boys

Posted 27 March 2009 - 12:37 AM

yeah thanks guys. 3 threads for it wasnt enough. you needed to make another one. at first glance it would appear that this DOES call for another subforum but then you see its the same 4 or 5 people and should have just gone into one of the other threads.

#6 User is offline   Gruso

  • is unofficial
  • Icon
  • View blog
  • Group: GP Guru
  • Posts: 4,775
  • Joined: 28-February 08
  • Gender:Male
  • Location:Sydney, Australia

Posted 27 March 2009 - 01:11 AM

QUOTE('quasist' @ 'Mar 27 2009, 06:48 AM)

...just after Gizmondo subforum will apear...
we already have one unborn bastard console here (pandora)
Two unborn consoles actually. wink.gif The Dingoo, however, is well and truly in the wild.

#7 User is offline   Exophase

  • Exophase is bad. Nothing good will ever come of him.
  • Icon
  • Group: GP Guru
  • Posts: 4,689
  • Joined: 21-September 06
  • Location:Cleveland OH

Posted 27 March 2009 - 01:28 AM

Someone help me out here, what resources are there for actually developing for this thing?

#8 User is offline   StreaK

  • Mega GP Mania
  • PipPipPipPipPipPip
  • Group: GP32 Hardcore
  • Posts: 525
  • Joined: 29-July 07
  • Location:Poland & UK // Currently: Ipswich
  • Interests:Deving / Scene / Emulation

Posted 27 March 2009 - 02:07 AM

@Exophase

Try to ask maybe there:

http://www.dingoo-digital.com/
http://dingoo-scene.blogspot.com/
http://dingoo-scene....o-sdk-here.html -> hmm... im not sure if it works...

#9 User is offline   Auritribe

  • GP32 Hardcore
  • PipPipPipPip
  • Group: GP32 Hardcore
  • Posts: 298
  • Joined: 10-October 05
  • Gender:Male
  • Location:VA, USA

Posted 27 March 2009 - 02:40 AM

Considering I haven''t even seen so much as a ''hello world'' on this unit, even I''m starting to give up on this thing anyway.

At the very least a workable SDK would give people some hope. Without that what''s the point of even giving it a forum?

#10 User is offline   A600

  • GP Mania
  • Icon
  • Group: GP Guru
  • Posts: 364
  • Joined: 09-March 03

Posted 27 March 2009 - 02:56 AM

QUOTE('Exophase')

Someone help me out here, what resources are there for actually developing for this thing?


The SDK can be downloaded from Orkie''s homepage biggrin.gif

CODE
http://x11.gp2x.de/a320


And the Ingenic ftp has a lot of resources:

CODE
ftp.ingenic.cn


but is slow as hell

I got the sources for my overclocking program from there. The mplayer sources also have an interesting file: jz_mxu.h with the Ingenic Media Extension Instruction Set (MXU) and the C equivalent, for example:

CODE
#ifdef        WIN32
#define S32I2M(xr, r)        if (&xr != mxu_xr) xr = r
#define S32M2I(xr)            xr
#define S32LDD(xr, p, o)    if (&xr != mxu_xr) xr = *(long*)((unsigned long)p + o)
#define S32STD(xr, p, o)    *(long*)((unsigned long)p + o) = xr

#define S32LDDV(xr, p, o, s)    if (&xr != mxu_xr) xr = *(long*)((unsigned long)p + ((o) << s))
#define S32STDV(xr, p, o, s)    *(long*)((unsigned long)p + ((o) << s)) = xr
.
.
.
.
/*************************************MOVE********************************/
#define S32I2M(xra,rb)                            \
  do {                                             \
    __asm__ __volatile ("S32I2M xr%0,%z1"        \
           :                                    \
           :"K"(xra),"d"(rb));                    \
  } while (0)

#define S32M2I(xra)                                \
__extension__ ({                                \
  int  __d;                                        \
  __asm__ __volatile ("S32M2I xr%1, %0"            \
       :"=d"(__d)                                \
       :"K"(xra));                              \
  __d;                                             \
})




#11 User is offline   Exophase

  • Exophase is bad. Nothing good will ever come of him.
  • Icon
  • Group: GP Guru
  • Posts: 4,689
  • Joined: 21-September 06
  • Location:Cleveland OH

Posted 27 March 2009 - 03:14 AM

Those are "media" extensions? Looks like it just adds decent load/store address modes like every other processor has. Which, don''''t get me wrong, are nice to finally have on a MIPS platform, but it''''s a far cry from the usual stuff you''''d expect in something calling itself media extensions.

Hopefully they work on the main register file, or they''''d be pretty useless. Maybe there are more instructions than just those.

EDIT: Never mind, looks like you were just posting a small part of the file.

This post has been edited by Exophase: 27 March 2009 - 03:15 AM


#12 User is offline   A600

  • GP Mania
  • Icon
  • Group: GP Guru
  • Posts: 364
  • Joined: 09-March 03

Posted 27 March 2009 - 03:24 AM

I''m uploading all the Ingenic FTP stuff (minus the linux part) to megaupload for those interested.

The full jz_mxu.h:

CODE
http://pastebin.com/f442c9e6e


EDIT: Megaupload link (400 MB)

CODE
http://www.megaupload.com/?d=JMEHCKGP


The linux part:

CODE
http://www.megaupload.com/?d=4F94ECV0




#13 User is offline   W-Ring

  • Member
  • PipPip
  • Group: Members
  • Posts: 8
  • Joined: 14-April 08

Posted 27 March 2009 - 04:31 PM

Looks like the machine has massive potential. With working emulators from launch and TV out, combined with a low price, I can see it being a success.

The question is, is anyone working on new/improved emulators for it? Mame and PC Engine would be nice.



#14 User is offline   Firefox

  • GP Mania
  • PipPipPipPipPip
  • Group: GP32 Hardcore
  • Posts: 439
  • Joined: 07-December 05
  • Location:Sheffield, England

Posted 27 March 2009 - 05:22 PM

QUOTE('A600' @ 'Mar 27 2009, 03:24 AM)

I''''m uploading all the Ingenic FTP stuff (minus the linux part) to megaupload for those interested.

Many thanks for that, A600!

I haven''t even succeeded in connecting to the Ingenic FTP site yet, never mind downloaded anything. :-)

#15 User is offline   absolofdoom

  • GP32 Hardcore
  • PipPipPipPip
  • Group: Members
  • Posts: 130
  • Joined: 05-October 08

Posted 28 March 2009 - 12:28 AM

I agree that the dingoo should get its own subforum. Obviously I''m biased, because I bought one, but it''s a device with a huge potential. It''s really a shame to me that right now there''s really no community behind it, because it sure as hell needs one. The only problems with it are in the software: bad (and I mean bad) translations, emulators that seem (except for gba which came from exophase, and nes which is hard to screw up) half-assed, not given enough attention. I''m not saying I regret buying it, I''m just saying that I wish we could get some developers behind it to give it the software it deserves, and having its own place on these forums could do that. And I don''t think it''s really a threat to the pandora or wiz, I think they''re not aimed at the same people, there''s overlap, yes, but not enough. I''m certainly not looking forward to getting my pandora any less.

  • (3 Pages)
  • +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • This topic is locked