1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00

Ensures receipt of output line changes.

This commit is contained in:
Thomas Harte 2019-10-28 21:21:53 -04:00
parent aa52652027
commit 0f2d72c436

View File

@ -13,6 +13,7 @@
using namespace Atari::ST;
DMAController::DMAController() {
fdc_.set_delegate(this);
}
uint16_t DMAController::read(int address) {