Skip to content

Commit

Permalink
64bit ? oke. removed SVGA stuff, cause, eh, why still
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeAsm committed Oct 15, 2019
1 parent cd67016 commit 4f2396d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
15 changes: 2 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
default:
@echo "To compile M2000, use one of the following:"
@echo " make svga - Make the Linux/SVGALib version"
@echo " make x - Make the Unix/X version"
@echo " make msdos - Make the MS-DOS version (DJGPP only)"
@echo " make linux - Build both the Linux/SVGALib and the Unix/X versions"
@echo "When compiling the SVGALib version, make sure you are logged in as root"
@echo "Please check Makefile.SVGALib, Makefile.X and Z80.h before compiling M2000"

svga:
make -f Makefile.SVGALib
@echo "Please check Makefile.X and Z80.h before compiling M2000"

x:
make -f Makefile.X
Expand All @@ -21,10 +15,5 @@ clean:

distclean:
make clean
rm -f z80dasm fontc m2000x splitape
rm -f z80dasm fontc m2000 splitape

linux:
make clean
make x
mv m2000 m2000x
make clean
2 changes: 1 addition & 1 deletion Makefile.X
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LD = gcc # Linker used
CFLAGS = -Wall -fomit-frame-pointer -O2 -I/usr/X11/include \
-DLSB_FIRST -DHAVE_FTRUNCATE -DHAVE_CLOCK -DUNIX_X \
-DSOUND -DMITSHM
-DSOUND -DMITSHM -D__64BIT__
LFLAGS = -s -L/usr/X11/lib
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ How to compile?
If you're on a *NIX, it could be as easy as typing

```
make linux
make x
```

For MacOS its suggested (by tekstavonturier on retroforum.nl/) to try
Expand Down

0 comments on commit 4f2396d

Please sign in to comment.