fixed bugs, added progress bar, and more
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 23 Dec 2019 10:33:57 +0000 (12:33 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 23 Dec 2019 10:33:57 +0000 (12:33 +0200)
commit7cffbf057545fb303ad8f53e432ef42f7708e16d
tree499276c6fb66dcc2fb8f496592fd2410da10c646
parent68f89fa06ae5cfacde9cf8310e97220e5fc05260
fixed bugs, added progress bar, and more
22 files changed:
.gitignore
GNUmakefile
Makefile
Makefile.wat
README.md
src/data.asm [new file with mode: 0644]
src/demo.c
src/dos/keyb.c
src/dos/main.c
src/dos/timer.c
src/gfxutil.c
src/gfxutil.h
src/scr/hairball.c
src/screen.c
src/sdl/main.c
src/sdl/timer.c
src/timer.h
src/util.h
tools/img2bin/Makefile [new file with mode: 0644]
tools/img2bin/img2bin.c [new file with mode: 0644]
tools/procdata
tools/scripts/pceminst [new file with mode: 0755]