completely removed all hacks for scratchpad ram, loader and bar asm only write to text RAM, no scratchpad ram.

This commit is contained in:
Egan Ford 2017-05-03 11:43:15 -06:00
parent a3721ecb54
commit e3a17ab29b
4 changed files with 3 additions and 1 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.