diff --git a/Makefile b/Makefile index 3efaad2..0a36bb2 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,8 @@ $(DSK): $(PGM) $(COPY) $(BASE_DSK) $(DSK) $(AC) -n $(DSK) $(VOL) $(AC) -p $(DSK) $(PGM) SYS < $(PGM) - cat $(PGM).VER.bas | tr '\n' '\r' | $(AC) -p $(DSK) $(PGM).VER TXT + #cat $(PGM).VER.bas | tr '\n' '\r' | $(AC) -p $(DSK) $(PGM).VER TXT + $(AC) -p $(DSK) $(PGM).VER TXT $(PGM): $(SRC) $(MERLIN) $(MERLIN_LIB) $(SRC) diff --git a/README.md b/README.md index 4739f63..72d9a29 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ S6,D1 (NOT A PRODOS DISK) S6,D2 /ONLINE +![Example](online-example-run.png) + # Etymology (which is different from [Entomology](https://en.wikipedia.org/wiki/Entomology)) It is named after the ProDOS [ON_LINE](http://www.easy68k.com/paulrsm/6502/PDOS8TRM.HTM#4.4.6) system call that is used to retrieve volume information. diff --git a/online-example-run.png b/online-example-run.png new file mode 100644 index 0000000..cfb056d Binary files /dev/null and b/online-example-run.png differ