1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-22 00:17:03 +00:00

Preliminary Apple II support

This commit is contained in:
Karol Stasiak
2018-01-23 13:37:03 +01:00
parent f870a0c381
commit c7f45ebddc
7 changed files with 57 additions and 3 deletions
+4 -1
View File
@@ -16,7 +16,7 @@
* [Panic](c64/panic_test.mfk) how panic works on C64, showing the address of where it happened
### Graphical examples:
### Graphical examples
* [Rasterbar](c64/rasterbar.mfk) simple rasterbar effect
@@ -24,3 +24,6 @@
* [Galencia starfield](c64/galencia.mfk) a port of the starfield effect from the game *Galencia*
## Apple II examples
* [Bell](apple2/bell.mfk) a program that goes \*ding!\*
+3
View File
@@ -0,0 +1,3 @@
void main() {
bell()
}