Search the web
Sign In
New User? Sign Up
CybikoDev · Dedicated to Cybiko software development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 821 - 850 of 1694   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
821
If I use App Hack and take out the .spr files (obviously sprites) from a program, is there a program that i can use to open them? I tried to change the ending...
Nivek
Nivek_ent@...
Send Email
Jun 23, 2001
2:30 am
822
The compiler that made the CyBasic language come alive just got better. New features like one-click compiling (with associated Ultraedit editor), Font...
Greg Smith
gsmith@...
Send Email
Jun 25, 2001
1:32 am
823
Hi all I got a cybiko last week, and, as many of you, I'm triyng to create an emulator for the PC. I started looking for the format for the .MUS and .PIC ...
Carrasco, Dario
dario.valenzuela@...
Send Email
Jun 29, 2001
12:45 pm
824
Just to let you know that the Cybiko emulator screenshots have moved to http://users.skynet.be/bk327964/cybiko/ I hope to release an alpha version by the end...
Tim Schuerewegen
Tim.Schuerewegen@...
Send Email
Jun 29, 2001
1:04 pm
825
the .mus format is pretty simple: The first two bytes of a file are a RESOURCEID (a .mus file has a RESOURCEID of 0) followed by a RECORDCOUNT, which in the...
Ernest Pazera
dtmsoftware@...
Send Email
Jun 29, 2001
4:43 pm
826
the pic file format: the first byte of the pic format is the RESOURCEID. for a monochrome bitmap sequence (font), this is 01h. For a two bit bitmap sequence...
Ernest Pazera
dtmsoftware@...
Send Email
Jun 29, 2001
5:05 pm
827
they dont have the same format as .pic files. ... _________________________________________________________________ Get your FREE download of MSN Explorer at...
Ernest Pazera
dtmsoftware@...
Send Email
Jun 29, 2001
5:11 pm
828
Has anyone been to that cybimunk.com and heard about that 33kbps modem working on the cybiko? i want mor info on that if anybody has it such as if you create...
Gigaone@...
Send Email
Jun 29, 2001
8:46 pm
829
this is primarily for greg: the conversion from cyid_t to string works like so: first letter: bits 26 through 30 second letter: bits 21 through 25 third...
dtmsoftware@...
Send Email
Jun 29, 2001
9:23 pm
830
Hi, Here's a boot file containing 100% native H8S code (made with the Hitachi C compiler/linker) which will respond to commands sent by the Cybiko console...
Tim Schuerewegen
Tim.Schuerewegen@...
Send Email
Jun 29, 2001
9:58 pm
831
hey, much thanks! -greg ... From: <dtmsoftware@...> To: <CybikoDev@yahoogroups.com> Sent: Friday, June 29, 2001 5:23 PM Subject: [CybikoDev] cyid_t...
Gregory Smith
gsmith@...
Send Email
Jun 29, 2001
11:22 pm
832
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File : /cyconv.zip ...
CybikoDev@yahoogroups...
Send Email
Jul 2, 2001
1:50 am
833
This function does not exist in the SDK. After spending some time hacking into the Graphics structure, i found a way to make it. Since this is not an...
dtmsoftware@...
Send Email
Jul 2, 2001
8:36 pm
834
My Cybiko emulator will be released (alpha version!!) in a few days, but ... The emulator will need a dataflash eeprom image from a real Cybiko. If you have a...
Tim Schuerewegen
Tim.Schuerewegen@...
Send Email
Jul 5, 2001
2:06 pm
835
Finally :) Download from http://users.skynet.be/firefly/cybiko/...
Tim Schuerewegen
Tim.Schuerewegen@...
Send Email
Jul 8, 2001
1:34 pm
836
I finally purchased an SMC for my Cybiko MP3 player. I only got the 32 mb card for testing the system. I am wondering if anybody has a program that could...
Marc Mapplebeck
mmapplebeck@...
Send Email
Jul 13, 2001
2:28 am
837
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the CybikoDev group. File :...
CybikoDev@yahoogroups...
Send Email
Jul 13, 2001
6:47 pm
838
The B2C compiler now handles Animation and Bitmapped graphics. Write your favorite RPG or side-scroller with B2C TODAY! Use the SPRITE, MOVE, COLLISION, and...
Greg Smith
gsmith@...
Send Email
Jul 14, 2001
7:45 pm
839
... There is the NotLame encode which is based on the lame sources LAME==LAME Ain't a MP3 Encoder (Gotta love us opensource programmers and our recursive...
DCGrendel
nfn03343@...
Send Email
Jul 14, 2001
11:57 pm
840
at long last, i'm FINALLY starting to do something with my site... http://www.cybikodev.com...
dtmsoftware@...
Send Email
Jul 15, 2001
12:09 am
841
Is there a way to decompile an application (.app) file? Dario Valenzuela...
Carrasco, Dario
dario.valenzuela@...
Send Email
Jul 16, 2001
8:44 pm
842
actually decompile it, or just open the archive and extract the resources? if you just want to get at the resources, you can use filer.exe. it extracts as...
Ernest Pazera
dtmsoftware@...
Send Email
Jul 16, 2001
9:32 pm
843
Thanks for the tip. Actually, I was asking about decompile the program .....
Carrasco, Dario
dario.valenzuela@...
Send Email
Jul 16, 2001
9:35 pm
844
... No. The best you'd be able to do is to disassemble the program into VM instructions. Unlike the Java language vs. the Java VM, there isn't a 1-1 ...
John Hattan
john@...
Send Email
Jul 17, 2001
12:43 am
845
no. your best bet isn't a decompiler. all that will probably do is bring it to the level of assembly - at least in the ones i've seen, both in the air force...
GreyTrev
greytrev@...
Send Email
Jul 17, 2001
2:06 am
846
actually, i think that means "no user serviceable parts inside". Telling someone they cant reverse engineer something is absurd. its like saying "dont be...
Gregory Smith
gsmith@...
Send Email
Jul 17, 2001
2:25 am
847
As a programmer, I know that the fastest way to learn a new platform (or programming language) is using someone else's code. I understand the Licences and the...
Carrasco, Dario
dario.valenzuela@...
Send Email
Jul 17, 2001
11:58 am
848
... So why not look over the example programs that come with the SDK? It comes with several. ... Apparently the company doesn't agree. ... John Hattan...
John Hattan
john@...
Send Email
Jul 17, 2001
12:03 pm
849
Dario, your attitude is shared by most of the GNU community who voluntarily opened their sources to everone. But the default is for programmers to want to...
Greg Smith
gsmith@...
Send Email
Jul 17, 2001
3:04 pm
850
as one of the very few people who have actually managed to turn a profit on Cybiko programming, i'm going to stand in support of greg. i have release several...
Ernest Pazera
dtmsoftware@...
Send Email
Jul 17, 2001
4:38 pm
Messages 821 - 850 of 1694   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help