mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-18 12:06:47 +00:00
fd2eef7125
BUG#017055 - DDial timer running very fast . TAPEIN.bit7 was being read from floating-bus. Now fixed high. BUG#007237 - VBl IO reg not updated in 'Stepping' mode
6 lines
242 B
C
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);
|