Merge pull request #1 from fidergo-stephane-gourichon/master

Minor fixes
This commit is contained in:
gwenhael 2018-02-02 15:08:18 +01:00 committed by GitHub
commit 3fc4f457ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

15
.gitignore vendored Normal file
View file

@ -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

2
README
View file

@ -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.