#
# $Id: Makefile,v 1.3 2011-01-21 17:37:04 potyra Exp $
#

SIMULATION_PC := pc-4.vhdl
FLOPPY_IMAGE := floppy.img

floppy.img: \
		../CDROM.images/FDOEM.144.gz \
		../CDROM.images/DIAGS.EXE
	gunzip < ../CDROM.images/FDOEM.144.gz > floppy.img
	mcopy -i floppy.img ../CDROM.images/DIAGS.EXE ::

distclean clean::
	rm -f floppy.img

include $(dir $(shell which faum))/../share/faumachine/vhdl/experiment.mk
