|
|
(3 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
− | This is the index of the different routines pages of this wiki.
| + | #REDIRECT [[:Category:Z80 Routines]] |
− | | + | |
− | ----
| + | |
− | | + | |
− | * [[Routines:Graphic|Graphic routines]]
| + | |
− | * [[Routines:Sound|Sound routines]]
| + | |
− | * [[Routines:Input|Input routines]]
| + | |
− | * [[Routines:Other|Other routines]]
| + | |
− | | + | |
− | ----
| + | |
− | | + | |
− | When you paste code, remember to insert a space character at the beginning of each line in order to let it be displayed in a fixed-width font, and without needing to insert special characters in order to have line breaks.
| + | |
− | | + | |
− | If you're using an Unix-like system, open a terminal and type :
| + | |
− | sed s/^/" "/ routine.z80 > wikiroutine.z80
| + | |
− | to insert a space at the beginning of your routine's lines.
| + | |