1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Add missing include.

This commit is contained in:
Thomas Harte 2022-08-22 21:44:33 -04:00
parent e9771ce540
commit f89ca84902

View File

@ -6,8 +6,6 @@
// Copyright © 2022 Thomas Harte. All rights reserved.
//
#include "SCSICard.hpp"
// Per the documentation around the GGLabs Apple II SCSI card clone:
//
// A 5380 is mapped to the first eight bytes of slot IO:
@ -49,6 +47,10 @@
// bank 0 is also mapped in the IOSEL space ($Cn00-$CnFF).
//
#include "SCSICard.hpp"
#include <cstring>
using namespace Apple::II;
ROM::Request SCSICard::rom_request() {