textelite now with sysinit, so it runs on the c128 as well (needs banking)

This commit is contained in:
Irmen de Jong 2024-11-09 16:03:16 +01:00
parent 300d1a871c
commit 25d2b42283
2 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,11 @@ TODO
...
Future Things and Ideas
^^^^^^^^^^^^^^^^^^^^^^^
- Port the diskio module to the PET using lower level serial kernal IO calls?
- something to reduce the need to use fully qualified names all the time. 'with' ? Or 'using <prefix>'?
- Why are blocks without an addr moved BEHIND a block with an address? That's done in the StatementReorderer.
- Libraries: improve ability to create library files in prog8; for instance there's still stuff injected into the start of the start() routine AND there is separate setup logic going on before calling it.

View File

@ -2,7 +2,6 @@
%import conv
%import diskio
%import string
%option no_sysinit
%zeropage basicsafe
; Prog8 adaptation of the Text-Elite galaxy system trading simulation engine.