diff --git a/docs/documentation.html b/docs/documentation.html index eff4e9de..12d1b14c 100644 --- a/docs/documentation.html +++ b/docs/documentation.html @@ -138,6 +138,7 @@ - added `SAVEAMSDOS` (like SAVEBIN with AMSDOS header) - added "smart" SMC offset syntax for self-modify-code labels: `abc+*: or 123` - added `DEFDEVICE` to define custom devices +- Makefile cleanup
13.6.2022 - 1.20.0
- Lua: upgrade to 5.4, replacing tolua++ bindings with LuaBridge2.6 library, extending some bindings
diff --git a/docs/documentation.xml b/docs/documentation.xml
index 1e74ef03..a23a33e5 100644
--- a/docs/documentation.xml
+++ b/docs/documentation.xml
@@ -211,6 +211,7 @@
 - added `SAVEAMSDOS` (like SAVEBIN with AMSDOS header)
 - added "smart" SMC offset syntax for self-modify-code labels: `abc+*: or 123`
 - added `DEFDEVICE` to define custom devices
+- Makefile cleanup