Skip to content

Commit

Permalink
completely removed all hacks for scratchpad ram, loader and bar asm o…
Browse files Browse the repository at this point in the history
…nly write to text RAM, no scratchpad ram.
  • Loading branch information
datajerk committed May 3, 2017
1 parent a3721ec commit e3a17ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified bin/c2d.exe
Binary file not shown.
Binary file modified bin/page2text.exe
Binary file not shown.
Binary file modified bin/text2page.exe
Binary file not shown.

0 comments on commit e3a17ab

Please sign in to comment.