remove unused file; update tools/missing-dsource.retro; dev. builds are set to 32-bit for now (will be back to 64-bit default later)
FossilOrigin-Name: ef89aa704a826e2edd4ba3441105cb6f0bcc02a9b8b8f7f431a44e4d09cc0510
This commit is contained in:
parent
360c390300
commit
fd50adfb70
6 changed files with 577 additions and 578 deletions
|
@ -29,7 +29,7 @@ LIBDL ?=
|
||||||
|
|
||||||
OPTIONS ?=
|
OPTIONS ?=
|
||||||
OPTIONS += -DUSE_UTF32
|
OPTIONS += -DUSE_UTF32
|
||||||
OPTIONS += -DBIT64
|
#OPTIONS += -DBIT64
|
||||||
|
|
||||||
# The I/O devices can be enabled or disabled. Comment or
|
# The I/O devices can be enabled or disabled. Comment or
|
||||||
# uncomment the corresponding ENABLED and DEVICES lines and
|
# uncomment the corresponding ENABLED and DEVICES lines and
|
||||||
|
|
|
@ -15,5 +15,7 @@
|
||||||
- add -v for verbose mode (C)
|
- add -v for verbose mode (C)
|
||||||
- now skip execuion of NOP instructions (C)
|
- now skip execuion of NOP instructions (C)
|
||||||
- added an implementation of Nga in D (D)
|
- added an implementation of Nga in D (D)
|
||||||
|
- removed some unneeded files
|
||||||
|
- update tools/missing-dsource.retro
|
||||||
|
|
||||||
================================================================
|
================================================================
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
echo cc -DFAST -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -O2 -pipe -o ../../bin/retro-wip retro-wip.c -lm
|
|
||||||
cd vm/nga-c && cc -DFAST -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -O2 -pipe -o ../../bin/retro-wip retro-wip.c -lm
|
|
BIN
ngaImage
BIN
ngaImage
Binary file not shown.
|
@ -6,5 +6,6 @@ for words with an empty `d:source` field.
|
||||||
~~~
|
~~~
|
||||||
:,name dup d:name s:put ;
|
:,name dup d:name s:put ;
|
||||||
:,dt dup n:put ;
|
:,dt dup n:put ;
|
||||||
[ dup d:source fetch n:zero? [ ,dt tab ,name nl ] if drop ] d:for-each
|
:-source? (d-df) dup d:source fetch n:zero? ;
|
||||||
|
[ -source? [ ,dt tab ,name nl ] if drop ] d:for-each
|
||||||
~~~
|
~~~
|
||||||
|
|
1144
vm/nga-c/image.c
1144
vm/nga-c/image.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue