Search the web
Sign In
New User? Sign Up
vmu-dev · The VMU Development list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 876 - 905 of 1155   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
876
during my programing i have found that you can you can over come the problem with timing on different speeds of pc by timing how many loops it can do in a...
jamesdev_au@...
Send Email
Oct 1, 2001
9:15 pm
877
why don't you just get the planet web one? (download and burn from www.dcemulation.com) i live in australia and thats how i got out of using a crap isp!...
jamesdev_au@...
Send Email
Oct 1, 2001
10:50 pm
878
I've just finished coding a text engine for the VMU. It features a full font of 64 chars and symbols, multi-line capability and automatic scrolling. Text can...
M. Jumper
mj98765@...
Send Email
Oct 16, 2001
12:55 am
879
No attachments. =( Have you uploaded it to the group files? -Miles Raymond EML: m_rayman@... AIM: Killer2Ray ICQ: 13217756 IRC: Killer2 ...
Miles Raymond
reukiodo@...
Send Email
Oct 16, 2001
2:11 am
880
Yup! I just uploaded the source to the group files. It's in the Programs folder. Sorry about the attachments! ... ...
M. Jumper
mj98765
Offline Send Email
Oct 16, 2001
3:10 am
881
NEW BUG FIX: The VMU Script random number function wasn't working right and only returned numbers from 0 through 12! I fixed this now, and it works perfectly....
mj98765@...
mj98765
Offline Send Email
Oct 17, 2001
3:20 am
882
how do I get the current VMU time to a variable? I do my VMU programing with the compiler and it does not feature that command (I think)...
vmufan@...
vmufan
Offline Send Email
Oct 17, 2001
3:57 am
883
I undestand almost all by now,but I am still having trouble with getting graphics to the LCD. I need help with a small example on how to get the graphics on...
vmufan@...
vmufan
Offline Send Email
Oct 17, 2001
4:03 am
884
Not really related to vmu, but does anyone know how to dump the dc's bios (w/ a serial cable)? -Thanks Get your FREE download of MSN Explorer at...
John Robertson
dcdevwc
Offline Send Email
Oct 17, 2001
11:00 pm
885
it does, but you have to know the address of the system variable. Since time is stored in system variables (which are stored in a different area of memory),...
M. Jumper
mj98765
Offline Send Email
Oct 18, 2001
12:12 am
886
The graphics are a little complicated, and the LOGIC game is a little complicated to be learning from. A good example to learn from is the VMU Script 'hello' ...
M. Jumper
mj98765
Offline Send Email
Oct 18, 2001
12:17 am
887
Ok,I think I get it now. hour = getsysvar: $1b minute = getsysvar: $1c second = getsysvar: $1d I'll go try it,thanks....
vmufan@...
vmufan
Offline Send Email
Oct 18, 2001
4:50 am
888
Actually I got more from the logic game. I have a low level of programing for the PC so I get most of the commands (loop,if - end if,etc.) But for the VMU you...
vmufan@...
vmufan
Offline Send Email
Oct 18, 2001
5:08 am
889
I've just uploaded the new compiler version 1.74 which features a bug fix and two new commands for playing sounds. Please visit the downloads page and download...
mj98765@...
mj98765
Offline Send Email
Oct 28, 2001
4:41 pm
890
It seems that some people have just downloaded the compiler before my site finished updating. If you just downloaded version 1.74, you did not receive the full...
mj98765@...
mj98765
Offline Send Email
Oct 28, 2001
5:50 pm
891
I want to learn how to program for the VMU. Will you guys tell me where to start, what I need, and what languages I need to know. I want to make some cool...
{VGA} Disciple
young_discip...
Offline Send Email
Oct 28, 2001
8:41 pm
892
You will need: The Compiler, the Assembler, and the Emulator. All of these programs are conveniently available at the VMU Script page :-) GOTO:...
M. Jumper
mj98765
Offline Send Email
Oct 28, 2001
11:45 pm
893
What about background sound? -Miles Raymond EML: m_rayman@... AIM: Killer2Ray ICQ: 13217756 IRC: Killer2 WWW:...
Miles Raymond
reukiodo
Offline Send Email
Oct 29, 2001
2:32 am
894
If you're talking about background music or complex sound effects, you have to program that yourself. However, the 'play' command plays any frequency in the ...
M. Jumper
mj98765
Offline Send Email
Oct 29, 2001
4:43 am
895
I've just finished "translating" the C code into VMU Script. It uses Bresenham's algorithm (from IBM 1965) to draw any line anywhere! It is pretty fast, too. ...
mj98765@...
mj98765
Offline Send Email
Nov 4, 2001
10:21 pm
896
You need a site without those annoying pop-up ads! =\ -Miles Raymond EML: m_rayman@... AIM: Killer2Ray ICQ: 13217756 IRC: Killer2 WWW:...
Miles Raymond
reukiodo
Offline Send Email
Nov 6, 2001
3:54 pm
897
Sorry about that, but it's not within my control. My site is hosted by Freeservers, which requires those adds. If you know of any other free domain services, ...
M. Jumper
mj98765
Offline Send Email
Nov 7, 2001
2:39 am
898
I suppose I could host your site at http://killer2.dhs.org/something/ although you might want to wait a little while I get my Linux box set up and move my site...
Miles Raymond
reukiodo
Offline Send Email
Nov 10, 2001
3:00 pm
899
Okay, I admit it. I havent really been paying attention to the list lately. Do people need some webspace to store files, etc? I would be willing to donate...
Rax
stkam3
Offline Send Email
Nov 10, 2001
3:44 pm
900
Actually, I was just offering to move his site off of that ad-ridden host they call a free web server. I hate good sites that have to suffer by being on an...
Miles Raymond
reukiodo
Offline Send Email
Nov 10, 2001
4:19 pm
901
it's not THAT bad. I just saved the main pages on my PC. And if I see any updates I just update again. I hae my page on angelfire.com and have never gotten a...
vmufan@...
vmufan
Offline Send Email
Nov 12, 2001
3:06 am
902
How do I save variables on flash memory with the compiler? What does the 'pop' command do? I never use it and feel like I'm doing something wrong. Even if my...
vmufan@...
vmufan
Offline Send Email
Nov 12, 2001
3:11 am
903
At this time, there's no way to save variables to flash memory. If anybody who reads this message knows how to read/write to the flash memory (and preferably ...
M. Jumper
mj98765
Offline Send Email
Nov 12, 2001
11:53 pm
904
Can the topic that started at message #47 help you?...
vmufan@...
vmufan
Offline Send Email
Nov 13, 2001
3:44 am
905
How many people are interested in an VMUscprit compiler made for the DC? The whole idea would be that you wouldn't need a PC to develop VMU programs. Just...
Miles Raymond
reukiodo
Offline Send Email
Nov 15, 2001
11:17 pm
Messages 876 - 905 of 1155   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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