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:
parent
e9771ce540
commit
f89ca84902
@ -6,8 +6,6 @@
|
|||||||
// Copyright © 2022 Thomas Harte. All rights reserved.
|
// Copyright © 2022 Thomas Harte. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "SCSICard.hpp"
|
|
||||||
|
|
||||||
// Per the documentation around the GGLabs Apple II SCSI card clone:
|
// Per the documentation around the GGLabs Apple II SCSI card clone:
|
||||||
//
|
//
|
||||||
// A 5380 is mapped to the first eight bytes of slot IO:
|
// 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).
|
// bank 0 is also mapped in the IOSEL space ($Cn00-$CnFF).
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include "SCSICard.hpp"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
using namespace Apple::II;
|
using namespace Apple::II;
|
||||||
|
|
||||||
ROM::Request SCSICard::rom_request() {
|
ROM::Request SCSICard::rom_request() {
|
||||||
|
Loading…
Reference in New Issue
Block a user