fixed permanently disabled 1581 support
define PI1581SUPPORT was always unknown within Pi1581.cpp. One way to fix this is to include defs.h
This commit is contained in:
parent
b77fa6fb2d
commit
7e6ccc0093
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with Pi1541. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "defs.h"
|
||||
#include "Pi1581.h"
|
||||
#include "iec_bus.h"
|
||||
#include "options.h"
|
||||
|
|
Loading…
Reference in a new issue