diff --git a/README.md b/README.md index a174b43..8ce7d25 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,9 @@ Examples: ### Splash Page Examples -Click on image to see video. +*Click on image to see video.* + +> Splash pages are the exact bytes the Apple II expects in memory range $400-$7FF. Your splash screen should be exactly 1024 bytes (don't worry the `c2d` loader will not over-right the Peripheral Slot Scratchpad RAM). ``` c2d -t gameserverclient.textpage gameserverclient,800 gameserverclient.dsk diff --git a/bin/c2d.exe b/bin/c2d.exe index ed0d9bb..885a1fb 100755 Binary files a/bin/c2d.exe and b/bin/c2d.exe differ diff --git a/bin/page2text.exe b/bin/page2text.exe index a233da3..b877d75 100755 Binary files a/bin/page2text.exe and b/bin/page2text.exe differ diff --git a/bin/text2page.exe b/bin/text2page.exe index 62c5fba..7111ae7 100755 Binary files a/bin/text2page.exe and b/bin/text2page.exe differ