From 4c1a825706e48cbdd9628faaae8579495690834e Mon Sep 17 00:00:00 2001 From: Pawel Kalinowski Date: Sun, 18 Aug 2024 23:33:58 -0400 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e0c6ee --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Technical Difficulties No Internet (aka The Dino Crisis) +Warsaw, Miami 2024 + +A very small entry to (SV2K24SE)[https://sillyventure.eu/en/]. +Code: [Pecus](https://github.com/Pecusx) and [pirx](https://github.com/pkali) +Msx: Alex and Jochen Hippel + +Used portions of LZSS player by [DMSC](https://github.com/dmsc/lzss-sap) + +Assembly: +`mads dino.asm -o:dino_.xex -d:ALONE=0` +`mads intro/tech_diff.asm -o:tech_diff.xex` +`cat intro/tech_diff.xex dino_.xex > tdc.xex; rm dino_.xex` + +Stand-alone game (no intro): +`mads dino.asm -o:dino.xex -d:ALONE=1`