Skip to content

Commit 80ba54c

Browse files
committed
fix premature abort on rom space overflow
1 parent f25b643 commit 80ba54c

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

7800bas.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ extern int TIGHTPACKBORDER;
6363
extern int changedmaholescalled;
6464
int maxpasses = 2;
6565

66-
#define BASIC_VERSION_INFO "7800basic v0.34"
66+
#define BASIC_VERSION_INFO "7800basic v0.35"
6767

6868
int 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");

release.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.34
1+
0.35

0 commit comments

Comments
 (0)