]> git.sur5r.net Git - cc65/commitdiff
Added GEOS Kernal call showing what the struct is for - like the other fragment-type...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Jan 2012 11:11:19 +0000 (11:11 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Jan 2012 11:11:19 +0000 (11:11 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5359 b7a2c559-68d2-44c3-8de9-860c34a00d81

samples/geos/inittab.c

index c0ed7d496a6b3a4f0fbfc36411edff5dda0b4827..0ea0c25260e075632d4bf99e79358f511488c64e 100644 (file)
@@ -18,5 +18,7 @@ static const void myTab = {
 int main (void)
 {
 
+    InitRam(&myTab);
+
 }