Skip to content

Commit

Permalink
doc errata
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 23, 2020
1 parent 9bb2d3b commit a4fb2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ex_007.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ When exporting tilemaps as .BIN files, they are automatically conflated to match
## CC65 Header Files
Although the sample code doesn't use cc65, Aloevera can also export data as cc65 compatible header files for direct inclusion in your cc65 project. To export a resource as a header file, simply provide the `-f cc65` flag to the `asm` command. The [sprites](../samples/sprites) has been sneakily amended to also produce cc65 header files, which look much like this:
Although the sample code doesn't use cc65, Aloevera can also export data as cc65 compatible header files for direct inclusion in your cc65 project. To export a resource as a header file, simply provide the `-f cc65` flag to the `asm` command. The [sprites sample](../samples/sprites) has been sneakily amended to also produce cc65 header files, which look much like this:
```
/**
Expand Down Expand Up @@ -73,4 +73,4 @@ The `create sd_image` command creates a new SDCard Image from a template, and th
This currently works within Aloevera, and images created with Aloevera can be mounted directly in the OS. However, the images do not work in the emulator with the `-sdcard` flag. It's also unclear whether and how the final system will employ direct reading from SDCards, or whether it will rely on an IEC interface instead. This section will be expanded when the situation is clarified.
### [Back to Contents](./readme.md)
### [Back to Contents](./readme.md)

0 comments on commit a4fb2f0

Please sign in to comment.