AppleWin/source/Tape.h
2014-05-23 22:59:02 +01:00

6 lines
242 B
C

#pragma once
extern BYTE __stdcall TapeRead(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft);
extern BYTE __stdcall TapeWrite(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft);
extern bool GetCapsLockAllowed(void);