;HDFFS Module
;-----
;HDFFS module for mounting HDF hard disc image files, part of the
;Archimedes Software Preservation Project (JASPP)
;
;Author: Jonathan Abbott
; eMail: jon@jaspp.org.uk

#set    module_version = 101

#speed 1024

#strset a_v = STR$(module_version)
#strset version_string = LEFT$(a_v, 1) + "." + RIGHT$(a_v,2) + " (" + MID$(TIME$, 5, 11) + ")"


#base 0
#name "<Tmp$Dir>.HDFFS"
#type &FFA

#include "<Tmp$Dir>.riscos.constants"
#include "<Tmp$Dir>.vars"

#include "<Tmp$Dir>.header"
#include "<Tmp$Dir>.constants"
#include "<Tmp$Dir>.code"
#include "<Tmp$Dir>.wimp"

.our_resources
INCBIN "<Tmp$Dir>.resfile"