From 15c0dcbefbc069f98859f2bb478205c050b602c2 Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Wed, 23 Mar 2016 15:58:49 +1100 Subject: [PATCH] Update README.md --- 023.slideshow/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/023.slideshow/README.md b/023.slideshow/README.md index a9aa1ea..048d519 100644 --- a/023.slideshow/README.md +++ b/023.slideshow/README.md @@ -7,11 +7,11 @@ We cram a DD floppy full of image and music data, then load and display each ima There are quite a few new things in here: - (1) We use a [modified bootloader](alpine_bootloader.s) that reads the size of the main program from the disk before trackloading it. - (2) Photon's trackloader is also now copied into the main program so it can be used to load subsequent data. - (3) We use multiple sections and a [linker script](link.script) to help with organising data on the ADF image. The linker script is not technically required, however I wanted to see what I could do with vlink and linker scripts. - (4) We switched to the [doynamite68k](https://github.com/AxisOxy/Planet-Rocklobster/tree/master/tools/doynamite68k) compressor/decompressor. The compressed file are larger than those generated by Shinkler, however the decompressor is a lot faster. - (5) P61 is configured to use CIA mode. + * We use a [modified bootloader](alpine_bootloader.s) that reads the size of the main program from the disk before trackloading it. + * Photon's trackloader is also now copied into the main program so it can be used to load subsequent data. + * We use multiple sections and a [linker script](link.script) to help with organising data on the ADF image. The linker script is not technically required, however I wanted to see what I could do with vlink and linker scripts. + * We switched to the [doynamite68k](https://github.com/AxisOxy/Planet-Rocklobster/tree/master/tools/doynamite68k) compressor/decompressor. The compressed file are larger than those generated by Shinkler, however the decompressor is a lot faster. + * P61 is configured to use CIA mode. try it ------