mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 00:30:31 +00:00
Reduce logging; disk data probably isn't the immediate obstacle.
This commit is contained in:
parent
c4cfcfab8e
commit
846b505d27
@ -932,11 +932,7 @@ bool Chipset::DiskDMA::advance() {
|
|||||||
if(!dma_enable_) return false;
|
if(!dma_enable_) return false;
|
||||||
|
|
||||||
if(!write_) {
|
if(!write_) {
|
||||||
// TODO: run an actual PLL, collect actual disk data.
|
|
||||||
if(length_ && buffer_read_ != buffer_write_) {
|
if(length_ && buffer_read_ != buffer_write_) {
|
||||||
// LOG("Out: " << buffer_read_);
|
|
||||||
|
|
||||||
printf("%04x\n", buffer_[buffer_read_ & 3]);
|
|
||||||
ram_[pointer_[0] & ram_mask_] = buffer_[buffer_read_ & 3];
|
ram_[pointer_[0] & ram_mask_] = buffer_[buffer_read_ & 3];
|
||||||
++pointer_[0];
|
++pointer_[0];
|
||||||
--length_;
|
--length_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user