From 10ec97e1fbf91a47b28c7ee3a23ce44ece4a42c0 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 27 Oct 2018 23:39:12 +0200 Subject: [PATCH] move vice invocation to Makefile --- Makefile | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90b2af8..eea1a79 100644 --- a/Makefile +++ b/Makefile @@ -71,3 +71,6 @@ dist-clean: clean format: clang-format-3.9 -i **/*.[ch] + +vice: + x128 -config vicerc -autostart kasse.d71 +go64 -80col diff --git a/README.md b/README.md index f740cbb..4987776 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ make package ### Running the emulator ``` -x128 -config vicerc -autostart kasse.d71 +go64 -80col +make vice ``` Then, type `run`, followed by enter. -- 2.39.2