RE: Hello World

From: Joe Magiera <joemagiera_at_ameritech.net>
Date: Wed Apr 04 2007 - 22:55:16 EDT

Great job Mark. Hey, as you go through burning an EPROM, can you provide a
log of how that went? I know you don't have it in there now, but I was
thinking about checksum routines and such.

Good job, keep us informed. So, what boardset are you testing it out on,
4-player Eliminator I presume?

Joe

-----Original Message-----
From: owner-vectorlist@vectorlist.org
[mailto:owner-vectorlist@vectorlist.org] On Behalf Of Mark Jenison
Sent: Wednesday, April 04, 2007 9:42 PM
To: vectorlist@vectorlist.org
Subject: VECTOR: Hello World

#include <g80.h>

int main()
{
    int x = 800;
    int y = 1100;
    init_vectors();
    set_font(standard_font);
    vprintf(x,y,"HELLO WORLD");
    for(;;)
    {
        wait_vblank_noint();
    }
}

http://www.enteract.com/~jenison/mars/pics/svdk.jpg

Now to burn an EPROM and see how that goes...

-- 
Mark Jenison
---------------------------------------------------------------------------
** Unsubscribe, subscribe, or view the archives at http://www.vectorlist.org
** Please direct other questions, comments, or problems to chris@westnet.com
---------------------------------------------------------------------------
** Unsubscribe, subscribe, or view the archives at http://www.vectorlist.org
** Please direct other questions, comments, or problems to chris@westnet.com
Received on Wed Apr 4 22:57:45 2007

This archive was generated by hypermail 2.1.8 : Wed Apr 04 2007 - 23:50:00 EDT