Skip to content

Commit

Permalink
Added bauble.bbc example program
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrussell committed Dec 12, 2024
1 parent 3147103 commit 93e8399
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/wasm/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
VPATH = ../BBCSDL/src ../BBCSDL/include

CXX = emcc -s USE_PTHREADS=1 -s USE_SDL=2 -s USE_SDL_TTF=2 -s USE_SDL_NET=2 \
-I . -I ../BBCSDL/include -Wall -Wno-pthreads-mem-growth
-I . -I ../BBCSDL/include -pthread -Wall -Wno-pthreads-mem-growth

LXX = emcc -s USE_PTHREADS=1 -s USE_SDL=2 -s USE_SDL_TTF=2 -s USE_SDL_NET=2 -s MAXIMUM_MEMORY=1gb \
-s PTHREAD_POOL_SIZE=2 -s ALLOW_MEMORY_GROWTH=1 -s WASM=1 -s ASSERTIONS=0 -s STACK_SIZE=5MB \
-I . -I ../BBCSDL/include -Wall -Wno-pthreads-mem-growth
-I . -I ../BBCSDL/include -pthread -Wall -Wno-pthreads-mem-growth

OBJ = bbmain.o bbexec.o bbeval.o bbcmos.o bbccli.o \
bbcvdu.o bbcvtx.o flood.o sort.o bbdata.o bbcsdl.o \
Expand Down
Binary file added examples/sounds/bauble.bbc
Binary file not shown.
Binary file added examples/sounds/bauble.fvf
Binary file not shown.
Binary file added examples/sounds/bauble.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93e8399

Please sign in to comment.