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:
+4
-1
@@ -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!\*
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
void main() {
|
||||
bell()
|
||||
}
|
||||
Reference in New Issue
Block a user