Advertisement
MyMPx.org
>
Search Forums
Search Results
User Name
Remember Me?
Password
Register
FAQ
Members List
Calendar
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Search Results
Page 1 of 2
1
2
>
Showing results 1 to 25 of 31
Search took
0.01
seconds.
Search:
Posts Made By:
sig11
Forum:
General Discussion
15th Jul 2011, 4:32 am
Replies:
5
Are there some some RK26 players left?
Views:
801
Posted By
sig11
Hello flasher86. I had a bout of nostalgia today....
Hello flasher86. I had a bout of nostalgia today.
If you want, I can provide you the sources of my programms.
Let me know your e-mail.
Forum:
General Discussion
1st May 2010, 7:18 am
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
I have no ideas for this case, but I will think. ...
I have no ideas for this case, but I will think.
I have disabled timer interrupt too.(all interrupts at all)
I am using LCD_DATA port to generate bitmap and I do not use SDRAM yet.
I do...
Forum:
General Discussion
1st May 2010, 5:08 am
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
It is very bad.. Probably needed to use another...
It is very bad..
Probably needed to use another port?
I have disabled any interrupt
My application works above 6 hours from battery :)
Forum:
General Discussion
1st May 2010, 1:46 am
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
Here is source of main() from attached rkp. As...
Here is source of main() from attached rkp.
As you can see it uses loop without returning from main().
Could you tell me codes for each your key?
int main()
{
int iOldPwr =...
Forum:
General Discussion
30th Apr 2010, 11:38 am
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
Try attachment. Does it work on your player?
Try attachment.
Does it work on your player?
Forum:
General Discussion
29th Apr 2010, 1:23 pm
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
Use this instead of (*GetKeyVal)(); #define...
Use this instead of (*GetKeyVal)();
#define KEY_PORT GPIO_PDAT0
unsigned int getKey()
{
unsigned int KeyTemp;
KeyTemp = read_mem(KEY_PORT);
KeyTemp = ((~KeyTemp) & 0x3f) | (KeyTemp &...
Forum:
General Discussion
29th Apr 2010, 10:25 am
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
You should to implement two functions fputc() and...
You should to implement two functions fputc() and fwrite(). After this your prinf() will be work.
int fputc(int ch,int handle)
{
if ( ch & 0xFF )
outch1(ch & 0xFF);
if ( ch >> 8 )
...
Forum:
General Discussion
22nd Apr 2010, 1:10 pm
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
I tried. I can read pages from the flash, but I...
I tried. I can read pages from the flash, but I do not know structure of the flash drive ( numeration of sectors , begin of the FAT , e.t.c).
This function is reading page from flash ( I have...
Forum:
General Discussion
20th Apr 2010, 4:15 pm
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
It replaces function time() to NOP's :)
It replaces function time() to NOP's :)
Forum:
General Discussion
20th Apr 2010, 4:11 pm
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
I have commented this condition and LFN are...
I have commented this condition and LFN are working in my sample
file ff.c :
#if _USE_LFN
if (fno->lfname) {
TCHAR *tp = fno->lfname;
WCHAR w, *lfn;
i = 0;
Forum:
General Discussion
20th Apr 2010, 3:59 pm
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
Try to use : DSTATUS disk_initialize (BYTE...
Try to use :
DSTATUS disk_initialize (BYTE disk)
{
write_mem(CLOCK_PWRCON,read_mem(CLOCK_PWRCON) | 0x4);
printf("disk_initialize(%d)\n",disk);
return RES_OK;
}
before work with SD
Forum:
General Discussion
20th Apr 2010, 2:15 pm
Replies:
674
Hooray!!! Rockchip SDK!
Views:
135,551
Posted By
sig11
I hope this patch will helps you: *** ...
I hope this patch will helps you:
***
C:\Program Files\RockTools\RockCompiler\sdspI\bin>fc /b sdopt.exe.bak sdopt.exe
Comparing files sdopt.exe.bak and SDOPT.EXE
0001FEE0: 55 90
0001FEE1: 8B 90...
Forum:
Mods and Themes
1st Apr 2010, 11:44 am
Replies:
7
Poll:
Porting "Rock" Games, Is it worth it now?
Views:
1,581
Posted By
sig11
new game here: ...
new game here:
http://ypokhilko.vn.ua/apps/game.rkp
Forum:
Mods and Themes
4th Nov 2009, 1:20 pm
Replies:
20
XONIX game in rpk-format
Views:
4,775
Posted By
sig11
The idea with the time - is excellent! Probably I...
The idea with the time - is excellent! Probably I have grown old if have forgotten about this way :)
Thanks WIZARD!
Forum:
Mods and Themes
4th Nov 2009, 12:51 pm
Replies:
20
XONIX game in rpk-format
Views:
4,775
Posted By
sig11
Who knows how to set the optimization of the...
Who knows how to set the optimization of the speed in the command line?
I got the error:
C:\w3d>"C:\Program Files\RockTools\RockCompiler\sdspI\bin\sdcc.exe" -save-temps -O2 -mlong_call...
Forum:
Mods and Themes
22nd Oct 2009, 4:05 pm
Replies:
9
Can anybody make emulator for rockchip games?
Views:
2,093
Posted By
sig11
May be I can write :) Now my emulator/debugger...
May be I can write :)
Now my emulator/debugger can run only HelloWorld.rkp , but I work on this when I have a free time.
http://ypokhilko.vn.ua/apps/123.jpg
Forum:
Mods and Themes
7th Oct 2009, 12:37 pm
Replies:
33
GAME: Chess game for Rockchip MP4 player
Views:
12,010
Posted By
sig11
Please test both versions (timer and chess) from...
Please test both versions (timer and chess) from my homepage http://ypokhilko.vn.ua/apps/ before the uploading to this site.
Forum:
Mods and Themes
6th Oct 2009, 12:36 pm
Replies:
33
GAME: Chess game for Rockchip MP4 player
Views:
12,010
Posted By
sig11
version 3.0
Hi guys,
The bug "Ghost of the Pawn" has been fixed ( Thanks to WIZARD).
The sound has been added (Thanks to WIZARD and flasher86).
The select for color has been added.
Forum:
Mods and Themes
4th Oct 2009, 9:21 am
Replies:
20
Simple clock/timer for Rockchip's players
Views:
2,229
Posted By
sig11
Thanks, I will try. It doesnt work on WIZARD's...
Thanks, I will try.
It doesnt work on WIZARD's player
Forum:
Mods and Themes
4th Oct 2009, 8:50 am
Replies:
20
Simple clock/timer for Rockchip's players
Views:
2,229
Posted By
sig11
I used the next code for the sound: ...
I used the next code for the sound:
(*MusicOn)();
(*MusicChannelAsk)(ResourceIdexBuff[2],9983,0,1,100);
Is this correct?
Why it not works on the all players?
Forum:
Mods and Themes
3rd Oct 2009, 1:57 pm
Replies:
33
GAME: Chess game for Rockchip MP4 player
Views:
12,010
Posted By
sig11
Thanks for the report. The bug will be fixed in...
Thanks for the report. The bug will be fixed in the next version.About sound: I am not sure. Does sound work on your player in the timer application?
Forum:
Mods and Themes
24th Sep 2009, 2:00 pm
Replies:
33
GAME: Chess game for Rockchip MP4 player
Views:
12,010
Posted By
sig11
FWTools 2.6.1.0 , Rock GDK from this site. MS...
FWTools 2.6.1.0 , Rock GDK from this site. MS VS2003 as text editor. Paint from Windows.... and 20 years of experience :)
Forum:
Mods and Themes
24th Sep 2009, 11:40 am
Replies:
33
GAME: Chess game for Rockchip MP4 player
Views:
12,010
Posted By
sig11
The new version
Here is the version 2.0 of the chess.
How to delete previous version?
Forum:
Mods and Themes
23rd Sep 2009, 2:40 pm
Replies:
33
GAME: Chess game for Rockchip MP4 player
Views:
12,010
Posted By
sig11
It is necessary for me one more or two days. In...
It is necessary for me one more or two days. In the new version there will be a level choice (easy, average, heavy) And it will not hang (I hope)
Forum:
Mods and Themes
17th Sep 2009, 5:31 am
Replies:
20
Simple clock/timer for Rockchip's players
Views:
2,229
Posted By
sig11
Do you have the sounds in the other games (...
Do you have the sounds in the other games ( tanks,pirates, etc) ?
Showing results 1 to 25 of 31
Page 1 of 2
1
2
>
All times are GMT -7. The time now is
9:45 am
.
MyMPx.org
-
Top
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by
vBSEO
3.6.0 RC 2
Designed by indiqo.media