]> git.sur5r.net Git - cc65/blobdiff - libsrc/pet/mainargs.s
Added the model-specific addresses that the CBM exec() needs.
[cc65] / libsrc / pet / mainargs.s
index 9a63f50c2febbc8062819d8a0e591940957fc869..0d5b18987da51455e7455340fe896a2ba58abfcb 100644 (file)
@@ -13,7 +13,6 @@
 MAXARGS  = 10                   ; Maximum number of arguments allowed
 REM      = $8f                  ; BASIC token-code
 NAME_LEN = 16                   ; maximum length of command-name
-BASIC_BUF= $200
 
 
 ;---------------------------------------------------------------------------