es16bit/Makefile
2019-11-17 05:52:33 +02:00

7 lines
No EOL
177 B
Makefile

all:
nasm -f bin boot.asm -o boot.bin
nasm -f bin demo.asm -o demo.bin
palette summer.bmp palette.bin
mapper
qemu-system-i386 -fda demo.img -soundhw sb16,adlib,pcspk