mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Ensures receipt of output line changes.
This commit is contained in:
parent
aa52652027
commit
0f2d72c436
@ -13,6 +13,7 @@
|
||||
using namespace Atari::ST;
|
||||
|
||||
DMAController::DMAController() {
|
||||
fdc_.set_delegate(this);
|
||||
}
|
||||
|
||||
uint16_t DMAController::read(int address) {
|
||||
|
Loading…
Reference in New Issue
Block a user