bulk data dump

initial commit
This commit is contained in:
Jason Bou-Samra
2024-03-17 12:27:48 +11:00
committed by GitHub
parent f667bbb52d
commit a77ce6f7b0
4 changed files with 125 additions and 1 deletions
+4 -1
View File
@@ -1 +1,4 @@
# playfield
This is a conversion of a piece of code from the Amiga Hardware Reference Manual - Second Printing - July 1986 (page 55)
under the heading "examples of forming basic playfields"
Essentially it is a translation of Motorola 68000 assembly to C language code, utilising SDL2 obviously instead of banging the metal directly to display the output.