File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ extern int TIGHTPACKBORDER;
6363extern int changedmaholescalled ;
6464int maxpasses = 2 ;
6565
66- #define BASIC_VERSION_INFO "7800basic v0.34 "
66+ #define BASIC_VERSION_INFO "7800basic v0.35 "
6767
6868int main (int argc , char * argv [])
6969{
@@ -426,11 +426,6 @@ int main (int argc, char *argv[])
426426 printf (" echo \"\"\n" );
427427 printf (" echo \"######## ERROR: space overflow detected in\",[SPACEOVERFLOW]d,\"areas.\"\n" );
428428 printf (" echo \"######## look above for areas with negative ROM space left.\"\n" );
429- printf (" echo \"######## Aborting assembly.\"\n" );
430- printf ("SPACEOVERFLOWPASS SET (SPACEOVERFLOWPASS + 1)\n" );
431- printf (" if SPACEOVERFLOWPASS > 0\n" );
432- printf (" ERR\n" );
433- printf (" endif\n" );
434429 printf (" endif\n" );
435430
436431 printf (" \n\n" );
Original file line number Diff line number Diff line change 1- 0.34
1+ 0.35
You can’t perform that action at this time.
0 commit comments