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
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
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
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
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.
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...
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@...
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/
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@...
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
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@...
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@...
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
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@...
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
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
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@...
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@...
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
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
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
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
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.
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@...
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
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!
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
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!