mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-13 08:43:55 +00:00
Updated readme
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
EXAMPLE_NAME=game
|
||||
EXAMPLE_NAME=game1
|
||||
|
||||
# userstack used by bootblock
|
||||
USERSTACK_ADDRESS=7fffc
|
||||
@@ -9,7 +9,7 @@ BASE_ADDRESS=4000
|
||||
NUM_COLORS=8
|
||||
|
||||
BOOTBLOCK_ASM=alpine_bootblock.s
|
||||
OBJS=out/init.o out/utils.o out/image.o out/blit.o out/scroll.o
|
||||
OBJS=out/init.o out/utils.o out/image.o out/blit.o
|
||||
|
||||
#IMAGES=gigi_full.png
|
||||
#IMAGEDATA=$(addprefix out/, $(IMAGES:.png=.bin))
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
tile hscroll
|
||||
============
|
||||
first simple game
|
||||
=================
|
||||
|
||||
screenshot
|
||||
----------
|
||||
@@ -9,5 +9,5 @@ screenshot
|
||||
|
||||
try it
|
||||
------
|
||||
* [Download disk image](bin/tile_hscroll.adf?raw=true)
|
||||
* <a href="http://alpine9000.github.io/ScriptedAmigaEmulator/#amiga_examples/tile_hscroll.adf" target="_blank">Run in SAE</a>
|
||||
* [Download disk image](bin/game1.adf?raw=true)
|
||||
* <a href="http://alpine9000.github.io/ScriptedAmigaEmulator/#amiga_examples/game1.adf" target="_blank">Run in SAE</a>
|
||||
|
||||
Reference in New Issue
Block a user