From 81ec0cc07c1e13ebadf033e9a55c2f9bef5980e0 Mon Sep 17 00:00:00 2001 From: Stephane Gourichon Date: Fri, 2 Feb 2018 11:46:16 +0100 Subject: [PATCH 1/2] Ignore generated files. --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d60ebf --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +COPYING +Makefile.in +aclocal.m4 +autom4te.cache/ +compile +config.guess +config.h.in +config.sub +configure +depcomp +install-sh +members +missing +romdump/Makefile.in +src/Makefile.in From e7353fb56c110917fa239724e70ed9b3c94e3d7f Mon Sep 17 00:00:00 2001 From: Stephane Gourichon Date: Fri, 2 Feb 2018 12:03:31 +0100 Subject: [PATCH 2/2] Fix error in README: command-line option is +/-xshm not just +/-shm. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5538b7a..f7a71c4 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ This is x48, an HP48 CPU emulator. This is Version 0.6.4 if the 'LCD' is scrambled, you might try running x48 in one of the 3 ways below to see if that will solve the problem. -1. run 'x48 +shm' +1. run 'x48 +xshm' 2. put 'x48*useXShm: False' in you .Xdefaults file (man xrdb) 3. run './configure --disable-shm' to build x48 without the Shared memory extention.