Resolved conflict and removed adaptation for strpbrk for time being.

This commit is contained in:
IrgendwerA8
2018-05-21 13:07:26 +02:00
parent 911b86de67
commit 839aa93198
2 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
.constructor initiobuf
.export iobuf_alloc, iobuf_free
.import __STARTUP_RUN__
.import __MAIN_START__
.import incsp2, popptr1
.include "zeropage.inc"
@@ -18,7 +18,7 @@
initiobuf:
; Convert end address highbyte to table index
lda #>__STARTUP_RUN__
lda #>__MAIN_START__
sec
sbc #>$0800
lsr