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.
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 877 - 906 of 1156   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#906 From: <Dragonheart@...>
Date: Fri Nov 16, 2001 12:29 am
Subject: Re: [vmu] On-DC VMUscript compiler
dragonheart_...
Offline Offline
Send Email Send Email
 
Sounds like a good idea, as for the keyboard a company called Inovations, I
think, has created a little device that allows you to use a standard PS2
(the computer standard NOT playstation 2) keyboard on the dreamcast.

There should be a way to do that, first you will need a device that will
disrupt the dreamcast. like BLEEM, I have seen CDs that allow you to swap
disks and play imports. and then you have to figure out how to program for a
DC. Maby if enoungh people ask SEGA they will give out the program codes for
the DC, it is not like they will be needing them

#905 From: "Miles Raymond" <reukiodo@...>
Date: Thu Nov 15, 2001 11:17 pm
Subject: On-DC VMUscript compiler
reukiodo
Offline Offline
Send Email Send Email
 
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 burn a CD (or have
one burned for you),
code your program on the DC, maybe debug with an emulator, save the source to
any memory card, and
run it on a real VMU...  Does this sound like a good idea?  Or just something
dumb?

I know a lot of people don't have DC keyboards, so I'm not sure how many would
care for something
like this...

-Miles Raymond      EML: m_rayman@...
AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
WWW: http://www.bigfoot.com/~m_rayman

#904 From: vmufan@...
Date: Tue Nov 13, 2001 3:44 am
Subject: Re: [vmu] Another set of newbie questions from me...
vmufan
Offline Offline
Send Email Send Email
 
Can the topic that started at message #47 help you?

--- In vmu-dev@y..., "M. Jumper" <mj98765@y...> wrote:
>    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
> has some assembler source) please tell me!!!
>    The push / pop commands manipulate the stack by
> adding / removing data from the stack respectively
> (they're exact copies of the original asssembler
> mnemonics).
>    You shouldn't worry about these commands, but they
> come in handy sometimes when you need a temporary
> place to store data.
>    A common use for push and pop is to switch the
> values of variables.
>    EXAMPLE: to switch the values of a and b
>
>    push: a
>    push: b
>    pop: a
>    pop: b
>
>
> --- vmufan@y... wrote:
> > 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 programs work properly.
> >
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Find a job, post your resume.
> http://careers.yahoo.com

#903 From: "M. Jumper" <mj98765@...>
Date: Mon Nov 12, 2001 11:53 pm
Subject: Re: [vmu] Another set of newbie questions from me...
mj98765
Offline Offline
Send Email Send Email
 
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
has some assembler source) please tell me!!!
    The push / pop commands manipulate the stack by
adding / removing data from the stack respectively
(they're exact copies of the original asssembler
mnemonics).
    You shouldn't worry about these commands, but they
come in handy sometimes when you need a temporary
place to store data.
    A common use for push and pop is to switch the
values of variables.
    EXAMPLE: to switch the values of a and b

    push: a
    push: b
    pop: a
    pop: b


--- vmufan@... wrote:
> 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 programs work properly.
>
>
>
>


__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

#902 From: vmufan@...
Date: Mon Nov 12, 2001 3:11 am
Subject: Another set of newbie questions from me...
vmufan
Offline Offline
Send Email Send Email
 
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 programs work properly.

#901 From: vmufan@...
Date: Mon Nov 12, 2001 3:06 am
Subject: Re: [vmu] Example source for drawing any line anywhere uploaded.
vmufan
Offline Offline
Send Email Send Email
 
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 complaint abou ads.
BTW if you log in to the page with your DC,there are no ads!
BOOOM! problem solved =)

--- In vmu-dev@y..., "Miles Raymond" <reukiodo@y...> wrote:
> 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 ad-ridden w=
eb server when they don't
> benefit from the ads.  Well, that and I just hate ads.
>
> -Miles Raymond      EML: m_rayman@b...
> AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
> WWW: http://www.bigfoot.com/~m_rayman
>
> ----- Original Message -----
> From: "Rax" <stka@m...>
> To: <vmu-dev@y...>
> Sent: Saturday, November 10, 2001 9:45 AM
> Subject: RE: [vmu] Example source for drawing any line anywhere uploaded.=

>
>
> 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 some space and a subdomain or two if need be.
>
> Steve
>
> -----Original Message-----
> From: Miles Raymond [mailto:reukiodo@y...]
> Sent: Saturday, November 10, 2001 10:01 AM
> To: vmu-dev@y...
> Subject: Re: [vmu] Example source for drawing any line anywhere
> uploaded.
>
> 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 there... =P  It is currently hosted on my system, so
> every time I reboot or work on my hardware, it goes offline =\
>
> On a separate note, is there a 2-player Tetris or Dr.Mario?  I just
> bought my fiancée a VMU and she wanted to play Tetris or Dr.Mario when I
> showed her that the VMUs could be connected.  Are there any 2-player
> games out?
>
> -Miles Raymond      EML: m_rayman@b...
> AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
> WWW: http://www.bigfoot.com/~m_rayman
>
> ----- Original Message -----
> From: "M. Jumper" <mj98765@y...>
> To: <vmu-dev@y...>
> Sent: Tuesday, November 06, 2001 8:39 PM
> Subject: Re: [vmu] Example source for drawing any line anywhere
> uploaded.
>
> >   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,
> > please tell me!
> >      - MJ
> >
> > --- Miles Raymond <reukiodo@y...> wrote:
> > > You need a site without those annoying pop-up ads!
> > > =\
> > >
> > > -Miles Raymond      EML: m_rayman@b...
> > > AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
> > > WWW: http://www.bigfoot.com/~m_rayman
> > >
> > > ----- Original Message -----
> > > From: <mj98765@y...>
> > > To: <vmu-dev@y...>
> > > Sent: Sunday, November 04, 2001 4:20 PM
> > > Subject: [vmu] Example source for drawing any line
> > > anywhere uploaded.
> > >
> > > > 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.
> > > >
> > > > You can download/view the example from the
> > > homepage.
> > > >       - MJ
> > > >
> > > > VMU SCRIPT HOME PAGE (line example, etc)
> > > >    http://www.vmuscript.8m.com/
> > > >
> > > > E-MAIL (vmu script related questions, comments)
> > > >    vmuscript@v...

#900 From: "Miles Raymond" <reukiodo@...>
Date: Sat Nov 10, 2001 4:20 pm
Subject: Re: [vmu] Example source for drawing any line anywhere uploaded.
reukiodo
Offline Offline
Send Email Send Email
 
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 ad-ridden web
server when they don't
benefit from the ads.  Well, that and I just hate ads.

-Miles Raymond      EML: m_rayman@...
AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
WWW: http://www.bigfoot.com/~m_rayman

----- Original Message -----
From: "Rax" <stka@...>
To: <vmu-dev@yahoogroups.com>
Sent: Saturday, November 10, 2001 9:45 AM
Subject: RE: [vmu] Example source for drawing any line anywhere uploaded.


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 some space and a subdomain or two if need be.

Steve

-----Original Message-----
From: Miles Raymond [mailto:reukiodo@...]
Sent: Saturday, November 10, 2001 10:01 AM
To: vmu-dev@yahoogroups.com
Subject: Re: [vmu] Example source for drawing any line anywhere
uploaded.

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 there... =P  It is currently hosted on my system, so
every time I reboot or work on my hardware, it goes offline =\

On a separate note, is there a 2-player Tetris or Dr.Mario?  I just
bought my fiancée a VMU and she wanted to play Tetris or Dr.Mario when I
showed her that the VMUs could be connected.  Are there any 2-player
games out?

-Miles Raymond      EML: m_rayman@...
AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
WWW: http://www.bigfoot.com/~m_rayman

----- Original Message -----
From: "M. Jumper" <mj98765@...>
To: <vmu-dev@yahoogroups.com>
Sent: Tuesday, November 06, 2001 8:39 PM
Subject: Re: [vmu] Example source for drawing any line anywhere
uploaded.

>   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,
> please tell me!
>      - MJ
>
> --- Miles Raymond <reukiodo@...> wrote:
> > You need a site without those annoying pop-up ads!
> > =\
> >
> > -Miles Raymond      EML: m_rayman@...
> > AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
> > WWW: http://www.bigfoot.com/~m_rayman
> >
> > ----- Original Message -----
> > From: <mj98765@...>
> > To: <vmu-dev@yahoogroups.com>
> > Sent: Sunday, November 04, 2001 4:20 PM
> > Subject: [vmu] Example source for drawing any line
> > anywhere uploaded.
> >
> > > 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.
> > >
> > > You can download/view the example from the
> > homepage.
> > >       - MJ
> > >
> > > VMU SCRIPT HOME PAGE (line example, etc)
> > >    http://www.vmuscript.8m.com/
> > >
> > > E-MAIL (vmu script related questions, comments)
> > >    vmuscript@...

#899 From: "Rax" <stka@...>
Date: Sat Nov 10, 2001 3:45 pm
Subject: RE: [vmu] Example source for drawing any line anywhere uploaded.
stkam3
Offline Offline
Send Email Send Email
 
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 some space and a subdomain or two if need be.

Steve

-----Original Message-----
From: Miles Raymond [mailto:reukiodo@...]
Sent: Saturday, November 10, 2001 10:01 AM
To: vmu-dev@yahoogroups.com
Subject: Re: [vmu] Example source for drawing any line anywhere
uploaded.


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 there... =P  It is currently hosted on my system, so
every time I reboot or work on my hardware, it goes offline =\

On a separate note, is there a 2-player Tetris or Dr.Mario?  I just
bought my fiancée a VMU and she wanted to play Tetris or Dr.Mario when I
showed her that the VMUs could be connected.  Are there any 2-player
games out?

-Miles Raymond      EML: m_rayman@...
AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
WWW: http://www.bigfoot.com/~m_rayman

----- Original Message -----
From: "M. Jumper" <mj98765@...>
To: <vmu-dev@yahoogroups.com>
Sent: Tuesday, November 06, 2001 8:39 PM
Subject: Re: [vmu] Example source for drawing any line anywhere
uploaded.


>   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,
> please tell me!
>      - MJ
>
> --- Miles Raymond <reukiodo@...> wrote:
> > You need a site without those annoying pop-up ads!
> > =\
> >
> > -Miles Raymond      EML: m_rayman@...
> > AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
> > WWW: http://www.bigfoot.com/~m_rayman
> >
> > ----- Original Message -----
> > From: <mj98765@...>
> > To: <vmu-dev@yahoogroups.com>
> > Sent: Sunday, November 04, 2001 4:20 PM
> > Subject: [vmu] Example source for drawing any line
> > anywhere uploaded.
> >
> >
> > > 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.
> > >
> > > You can download/view the example from the
> > homepage.
> > >       - MJ
> > >
> > > VMU SCRIPT HOME PAGE (line example, etc)
> > >    http://www.vmuscript.8m.com/
> > >
> > > E-MAIL (vmu script related questions, comments)
> > >    vmuscript@...


        post:  vmu-dev@eGroups.com
unsubscribe:  vmu-dev-unsubscribe@eGroups.com
     archive:  http://www.egroups.com/group/vmu-dev/
         faq:  http://vmudev.dcemulation.com/faq.html

Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/

#898 From: "Miles Raymond" <reukiodo@...>
Date: Sat Nov 10, 2001 3:01 pm
Subject: Re: [vmu] Example source for drawing any line anywhere uploaded.
reukiodo
Offline Offline
Send Email Send Email
 
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 there... =P  It
is currently hosted
on my system, so every time I reboot or work on my hardware, it goes offline =\

On a separate note, is there a 2-player Tetris or Dr.Mario?  I just bought my
fiancée a VMU and she
wanted to play Tetris or Dr.Mario when I showed her that the VMUs could be
connected.  Are there any
2-player games out?

-Miles Raymond      EML: m_rayman@...
AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
WWW: http://www.bigfoot.com/~m_rayman

----- Original Message -----
From: "M. Jumper" <mj98765@...>
To: <vmu-dev@yahoogroups.com>
Sent: Tuesday, November 06, 2001 8:39 PM
Subject: Re: [vmu] Example source for drawing any line anywhere uploaded.


>   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,
> please tell me!
>      - MJ
>
> --- Miles Raymond <reukiodo@...> wrote:
> > You need a site without those annoying pop-up ads!
> > =\
> >
> > -Miles Raymond      EML: m_rayman@...
> > AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
> > WWW: http://www.bigfoot.com/~m_rayman
> >
> > ----- Original Message -----
> > From: <mj98765@...>
> > To: <vmu-dev@yahoogroups.com>
> > Sent: Sunday, November 04, 2001 4:20 PM
> > Subject: [vmu] Example source for drawing any line
> > anywhere uploaded.
> >
> >
> > > 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.
> > >
> > > You can download/view the example from the
> > homepage.
> > >       - MJ
> > >
> > > VMU SCRIPT HOME PAGE (line example, etc)
> > >    http://www.vmuscript.8m.com/
> > >
> > > E-MAIL (vmu script related questions, comments)
> > >    vmuscript@...

#897 From: "M. Jumper" <mj98765@...>
Date: Wed Nov 7, 2001 2:39 am
Subject: Re: [vmu] Example source for drawing any line anywhere uploaded.
mj98765
Offline Offline
Send Email Send Email
 
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,
please tell me!
      - MJ

--- Miles Raymond <reukiodo@...> wrote:
> You need a site without those annoying pop-up ads!
> =\
>
> -Miles Raymond      EML: m_rayman@...
> AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
> WWW: http://www.bigfoot.com/~m_rayman
>
> ----- Original Message -----
> From: <mj98765@...>
> To: <vmu-dev@yahoogroups.com>
> Sent: Sunday, November 04, 2001 4:20 PM
> Subject: [vmu] Example source for drawing any line
> anywhere uploaded.
>
>
> > 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.
> >
> > You can download/view the example from the
> homepage.
> >       - MJ
> >
> > VMU SCRIPT HOME PAGE (line example, etc)
> >    http://www.vmuscript.8m.com/
> >
> > E-MAIL (vmu script related questions, comments)
> >    vmuscript@...
>
>


__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

#896 From: "Miles Raymond" <reukiodo@...>
Date: Tue Nov 6, 2001 3:50 pm
Subject: Re: [vmu] Example source for drawing any line anywhere uploaded.
reukiodo
Offline Offline
Send Email Send Email
 
You need a site without those annoying pop-up ads! =\

-Miles Raymond      EML: m_rayman@...
AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
WWW: http://www.bigfoot.com/~m_rayman

----- Original Message -----
From: <mj98765@...>
To: <vmu-dev@yahoogroups.com>
Sent: Sunday, November 04, 2001 4:20 PM
Subject: [vmu] Example source for drawing any line anywhere uploaded.


> 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.
>
> You can download/view the example from the homepage.
>       - MJ
>
> VMU SCRIPT HOME PAGE (line example, etc)
>    http://www.vmuscript.8m.com/
>
> E-MAIL (vmu script related questions, comments)
>    vmuscript@...

#895 From: mj98765@...
Date: Sun Nov 4, 2001 10:20 pm
Subject: Example source for drawing any line anywhere uploaded.
mj98765
Offline Offline
Send Email Send Email
 
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.

You can download/view the example from the homepage.
       - MJ

VMU SCRIPT HOME PAGE (line example, etc)
    http://www.vmuscript.8m.com/

E-MAIL (vmu script related questions, comments)
    vmuscript@...

#894 From: "M. Jumper" <mj98765@...>
Date: Mon Oct 29, 2001 4:43 am
Subject: Re: [vmu] COMPILER UPDATE: New sound commands!!!
mj98765
Offline Offline
Send Email Send Email
 
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
background until you use the 'stop' command.

--- Miles Raymond <reukiodo@...> wrote:
> What about background sound?
>
> -Miles Raymond      EML: m_rayman@...
> AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
> WWW: http://www.bigfoot.com/~m_rayman
>
> ----- Original Message -----
> From: <mj98765@...>
> To: <vmu-dev@yahoogroups.com>
> Sent: Sunday, October 28, 2001 10:41 AM
> Subject: [vmu] COMPILER UPDATE: New sound
> commands!!!
>
> >   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 the new version. If
> you have time, feel
> > free to download the new sound example which plays
> a siren using the
> > new commands.
> >
> >   ALSO: The page recently had some technical
> problems (I accidentally
> > erased index.html) so I had to re-create it. It
> should be okay now,
> > though.
> >
> > VMU SCRIPT HOMEPAGE:
> >    http://www.vmuscript.8m.com/
> >
> > VMU SCRIPT DOWNLOADS PAGE:
> >    http://www.vmuscript.8m.com/downloading.html
> >
> > E-MAIL:
> >    vmuscript@...
>
>


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

#893 From: "Miles Raymond" <reukiodo@...>
Date: Mon Oct 29, 2001 2:28 am
Subject: Re: [vmu] COMPILER UPDATE: New sound commands!!!
reukiodo
Offline Offline
Send Email Send Email
 
What about background sound?

-Miles Raymond      EML: m_rayman@...
AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
WWW: http://www.bigfoot.com/~m_rayman

----- Original Message -----
From: <mj98765@...>
To: <vmu-dev@yahoogroups.com>
Sent: Sunday, October 28, 2001 10:41 AM
Subject: [vmu] COMPILER UPDATE: New sound commands!!!

>   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 the new version. If you have time, feel
> free to download the new sound example which plays a siren using the
> new commands.
>
>   ALSO: The page recently had some technical problems (I accidentally
> erased index.html) so I had to re-create it. It should be okay now,
> though.
>
> VMU SCRIPT HOMEPAGE:
>    http://www.vmuscript.8m.com/
>
> VMU SCRIPT DOWNLOADS PAGE:
>    http://www.vmuscript.8m.com/downloading.html
>
> E-MAIL:
>    vmuscript@...

#892 From: "M. Jumper" <mj98765@...>
Date: Sun Oct 28, 2001 11:45 pm
Subject: Re: [vmu] I'm new, but I want to learn VMU Programming
mj98765
Offline Offline
Send Email Send Email
 
You will need:
    The Compiler,
    the Assembler,
    and the Emulator.

All of these programs are conveniently available at
the VMU Script page :-)

GOTO: http://www.vmuscript.8m.com/

    Download the 'Hello' example and be sure to look at
the command reference page and the concepts page to
get some ideas of how to use the compiler.
   And PLEASE visit Marcus's or Maushammer's site to
get some technical help, or a lot of the VMU stuff
won't make sense.

       - MJ

--- {VGA} Disciple <young_disciple@...> wrote:
> 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 VMU programs.
>
> {VGA} Disciple
> http://www.ClanVGA.com
>
>


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

#891 From: {VGA} Disciple <young_disciple@...>
Date: Sun Oct 28, 2001 8:41 pm
Subject: I'm new, but I want to learn VMU Programming
young_discip...
Offline Offline
Send Email Send Email
 
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 VMU programs.

{VGA} Disciple
http://www.ClanVGA.com

#890 From: mj98765@...
Date: Sun Oct 28, 2001 5:50 pm
Subject: IMPORTANT NOTICE!!!
mj98765
Offline Offline
Send Email Send Email
 
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 version and it will NOT work right.
PLEASE GO BACK TO THE VMU SCRIPT SITE AND DOWNLOAD AGAIN!!!!
Sorry.

VMU SCRIPT HOMEPAGE:
    http://www.vmuscript.8m.com/

VMU SCRIPT DOWNLOADS PAGE:
    http://www.vmuscript.8m.com/downloading.html

VMU SCRIPT E-MAIL:
    vmuscript@...

#889 From: mj98765@...
Date: Sun Oct 28, 2001 4:41 pm
Subject: COMPILER UPDATE: New sound commands!!!
mj98765
Offline Offline
Send Email Send Email
 
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 the new version. If you have time, feel
free to download the new sound example which plays a siren using the
new commands.

   ALSO: The page recently had some technical problems (I accidentally
erased index.html) so I had to re-create it. It should be okay now,
though.

VMU SCRIPT HOMEPAGE:
    http://www.vmuscript.8m.com/

VMU SCRIPT DOWNLOADS PAGE:
    http://www.vmuscript.8m.com/downloading.html

E-MAIL:
    vmuscript@...

#888 From: vmufan@...
Date: Thu Oct 18, 2001 5:08 am
Subject: Re: [vmu] I need help with the compiler
vmufan
Offline Offline
Send Email Send Email
 
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 have to make your own fonts,and that is where im stuck right
now.
I already get how to clear the screen and how the "hello world" program clears
the screen and prints in two parts with xbnk.

I just want to know how to put my own version of small fonts on the VMU LCD,I
guess I'm going to start mesing with the "small font" program.

--- In vmu-dev@y..., "M. Jumper" <mj98765@y...> wrote:
>   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'
> example, once you understand that go on to the more
> advanced 'hello world' example. Both of these examples
> are commented to explain everything. Just go to the
> site to view them.
>   If you want to have a more advanced understanding of
> the LCD, visit the VMU Script concepts page and see if
> you can get some ideas from there. It will explain
> some technical things about the LCD.
>
> VMU SCRIPT HOMEPAGE:
>    http://www.vmuscript.8m.com
>
> VMU SCRIPT CONCEPTS PAGE:
>    http://www.vmuscript.8m.com/concepts.html
>
> VMU SCRIPT E-MAIL:
>    vmuscript@v...
>
> --- vmufan@y... wrote:
> > 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 the LCD.
> >
> > I can make the logo on the logic move to any place
> > now,so i'm getting there.
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Make a great connection at Yahoo! Personals.
> http://personals.yahoo.com

#887 From: vmufan@...
Date: Thu Oct 18, 2001 4:50 am
Subject: Re: [vmu] question about the vmu clock
vmufan
Offline Offline
Send Email Send Email
 
Ok,I think I get it now.

hour = getsysvar: $1b
minute = getsysvar: $1c
second = getsysvar: $1d

I'll go try it,thanks.

--- In vmu-dev@y..., "M. Jumper" <mj98765@y...> wrote:
> 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), you have to use
> the getsysvar function.
>   For example, the seconds are stored in address $1d,
> to retrieve it, you'd type this:
>    my_variable = getsysvar: $1d
>
> I hope this helps. If you aren't sure which addresses
> are used for which system variables, check with
> Marcus's site. It'll be at his VMS Firmware page.
>
> --- vmufan@y... wrote:
> > 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)
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Make a great connection at Yahoo! Personals.
> http://personals.yahoo.com

#886 From: "M. Jumper" <mj98765@...>
Date: Thu Oct 18, 2001 12:17 am
Subject: Re: [vmu] I need help with the compiler
mj98765
Offline Offline
Send Email Send Email
 
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'
example, once you understand that go on to the more
advanced 'hello world' example. Both of these examples
are commented to explain everything. Just go to the
site to view them.
   If you want to have a more advanced understanding of
the LCD, visit the VMU Script concepts page and see if
you can get some ideas from there. It will explain
some technical things about the LCD.

VMU SCRIPT HOMEPAGE:
    http://www.vmuscript.8m.com

VMU SCRIPT CONCEPTS PAGE:
    http://www.vmuscript.8m.com/concepts.html

VMU SCRIPT E-MAIL:
    vmuscript@...

--- vmufan@... wrote:
> 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 the LCD.
>
> I can make the logo on the logic move to any place
> now,so i'm getting there.
>
>
>


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

#885 From: "M. Jumper" <mj98765@...>
Date: Thu Oct 18, 2001 12:12 am
Subject: Re: [vmu] question about the vmu clock
mj98765
Offline Offline
Send Email Send Email
 
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), you have to use
the getsysvar function.
   For example, the seconds are stored in address $1d,
to retrieve it, you'd type this:
    my_variable = getsysvar: $1d

I hope this helps. If you aren't sure which addresses
are used for which system variables, check with
Marcus's site. It'll be at his VMS Firmware page.

--- vmufan@... wrote:
> 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)
>
>


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

#884 From: "John Robertson" <Johnrx86@...>
Date: Wed Oct 17, 2001 11:00 pm
Subject: Dc BIOS
dcdevwc
Offline Offline
Send Email Send Email
 

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 http://explorer.msn.com

#883 From: vmufan@...
Date: Wed Oct 17, 2001 4:03 am
Subject: I need help with the compiler
vmufan
Offline Offline
Send Email Send Email
 
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 the LCD.

I can make the logo on the logic move to any place now,so i'm getting there.

#882 From: vmufan@...
Date: Wed Oct 17, 2001 3:57 am
Subject: question about the vmu clock
vmufan
Offline Offline
Send Email Send Email
 
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)

#881 From: mj98765@...
Date: Wed Oct 17, 2001 3:20 am
Subject: Bug fixes!!!
mj98765
Offline Offline
Send Email Send Email
 
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. Please download the fixed compiler at my
downloads page. I'm sorry if this caused any problems!

VMU SCRIPT HOMEPAGE:
    http://www.vmuscript.8m.com

DOWNLOADS PAGE:
    http://www.vmuscript.8m.com/downloads.html

E-MAIL
    vmuscript@...

#880 From: "M. Jumper" <mj98765@...>
Date: Tue Oct 16, 2001 3:09 am
Subject: Re: [vmu] New VMU Text Engine!!!!
mj98765
Offline Offline
Send Email Send Email
 
Yup!

   I just uploaded the source to the group files. It's
in the Programs folder.

   Sorry about the attachments!

--- Miles Raymond <reukiodo@...> wrote:
> No attachments. =(
>
> Have you uploaded it to the group files?
>
> -Miles Raymond      EML: m_rayman@...
> AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
> WWW: http://www.bigfoot.com/~m_rayman
>
> ----- Original Message -----
> From: "M. Jumper" <mj98765@...>
> To: <vmu-dev@yahoogroups.com>
> Sent: Monday, October 15, 2001 7:55 PM
> Subject: [vmu] New VMU Text Engine!!!!
>
>
> >    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 be relocated by just changing two variables.
> >
> >    It's written with VMU Script and the code is
> > attached to this e-mail. If you still code in
> > assembler, you can probably use the compiled code
> in
> > your programs, although it's much easier with VMU
> > Script!
>
>


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

#879 From: "Miles Raymond" <reukiodo@...>
Date: Tue Oct 16, 2001 2:08 am
Subject: Re: [vmu] New VMU Text Engine!!!!
reukiodo@...
Send Email Send Email
 
No attachments. =(

Have you uploaded it to the group files?

-Miles Raymond      EML: m_rayman@...
AIM: Killer2Ray     ICQ: 13217756       IRC: Killer2
WWW: http://www.bigfoot.com/~m_rayman

----- Original Message -----
From: "M. Jumper" <mj98765@...>
To: <vmu-dev@yahoogroups.com>
Sent: Monday, October 15, 2001 7:55 PM
Subject: [vmu] New VMU Text Engine!!!!


>    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 be relocated by just changing two variables.
>
>    It's written with VMU Script and the code is
> attached to this e-mail. If you still code in
> assembler, you can probably use the compiled code in
> your programs, although it's much easier with VMU
> Script!

#878 From: "M. Jumper" <mj98765@...>
Date: Tue Oct 16, 2001 12:55 am
Subject: New VMU Text Engine!!!!
mj98765@...
Send Email Send Email
 
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 be relocated by just changing two variables.

    It's written with VMU Script and the code is
attached to this e-mail. If you still code in
assembler, you can probably use the compiled code in
your programs, although it's much easier with VMU
Script!



__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

#877 From: jamesdev_au@...
Date: Mon Oct 1, 2001 10:50 pm
Subject: Re: Offer a reward for making a program
jamesdev_au@...
Send Email Send Email
 
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!

Messages 877 - 906 of 1156   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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