Jump to content
IGNORED

DPC+ error?


Rabbit 2600

Recommended Posts

Hm, I get an error saying:

Compiling C:\atari\Robotron Clone\default.bas
DASM V2.20.07, Macro Assembler ©1988-2003
bytes of ROM space left
2729 bytes of ROM space left
2729 bytes of ROM space left
--- Unresolved Symbol List
pfcenter 0000 ???? (R )
player4height 0000 ???? (R )
player3height 0000 ???? (R )
player2height 0000 ???? (R )
kernelmacrodef 0000 ???? (R )
pfhalfwidth 0000 ???? (R )
player4pointerhi 0000 ???? (R )
player3pointerhi 0000 ???? (R )
player2pointerhi 0000 ???? (R )
player4pointerlo 0000 ???? (R )
player3pointerlo 0000 ???? (R )
player2pointerlo 0000 ???? (R )

Fatal assembly error: Source is not resolvable.
Errors were encountered during assembly.
2600 Basic compilation completed.
Compilation completed at 2013-10-19 17:43:03
view output file:///C:/atari/Robotron Clone/bin

 

 

What's causing the error?

 rem Generated 2013-10-19 17:39:33 by Visual bB Version 1.0.0.554
 rem **********************************
 rem *<filename>                      *
 rem *<description>                   *
 rem *<author>                        *
 rem *<contact info>                  *
 rem *<license>                       *
 rem **********************************

   set kernel DPC+

BATTLEFIELD

  player0:
   %00011111
   %11111111
   %00111110
   %11111111
   %00011111
end

   player1:
   %00011111
   %11111111
   %00111110
   %11111111
   %00011111
end

   player2:
   %00011111
   %11111111
   %00111110
   %11111111
   %00011111
end

   player3:
   %00011111
   %11111111
   %00111110
   %11111111
   %00011111
end

   player4:
   %00011111
   %11111111
   %00111110
   %11111111
   %00011111
end


 drawscreen


 goto BATTLEFIELD
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...