From ed6e4ca2d96bdd0bc6571baf53b090692e351433 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sun, 17 Mar 2024 12:52:40 +1100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c01d232..391c4a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**
TinyMOD
**
+# TinyMOD
Written by Tammo "kb" Hinrichs in 2007
This source code is hereby placed into the public domain. Use, distribute,
modify, misappropriate and generally abuse it as you wish. Giving credits
@@ -17,7 +17,7 @@ at the top. Code for testing is at the bottom.
You'll need some kind of sound output that calls back the player providing it a stereo interleaved single float buffer to write into (0dB=1.0).
-Changelog:
+## Changelog: 2024-03-09: (modifications by Jason Bou-Samra) * changes to main() routine to make executable from Linux command line interface @@ -36,5 +36,8 @@ it a stereo interleaved single float buffer to write into (0dB=1.0). 2007-12-06: * first "release". Note to self: Don't post stuff on pouet.net when drunk. -TO COMPILE: