Now I've got the source to compile I want to go about adding an ISA bused decice for the PC type drivers. I've started out by copying and modifying a device .cpp/.h similar to the one I'm trying to add. I have also added the new .h file to isa_cards.cpp (and added it to the two structures for ISA8 and ISA16).
However when I try and build I get a linker error. I guess because I need to add a refference to a file somwhere to get the .cpp to compile, what file do I need to add my .cpp to?