#
# $Id: Makefile,v 1.2 2009-10-05 15:20:15 vrsieh Exp $
#

SIMULATION_PC := pc-4.vhdl
FLOPPY_MEDIA := 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
