mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Eliminates stdout chatter.
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
#include "../../Components/AudioToggle/AudioToggle.hpp"
|
#include "../../Components/AudioToggle/AudioToggle.hpp"
|
||||||
|
|
||||||
#include "../../Outputs/Speaker/Implementation/LowpassSpeaker.hpp"
|
#include "../../Outputs/Speaker/Implementation/LowpassSpeaker.hpp"
|
||||||
|
#include "../../Outputs/Log.hpp"
|
||||||
|
|
||||||
#include "Card.hpp"
|
#include "Card.hpp"
|
||||||
#include "DiskIICard.hpp"
|
#include "DiskIICard.hpp"
|
||||||
@@ -529,7 +530,7 @@ template <Analyser::Static::AppleII::Target::Model model> class ConcreteMachine:
|
|||||||
// Write-only switches. All IIe as currently implemented.
|
// Write-only switches. All IIe as currently implemented.
|
||||||
if(is_iie()) {
|
if(is_iie()) {
|
||||||
switch(address) {
|
switch(address) {
|
||||||
default: printf("Write %04x?\n", address); break;
|
default: break;
|
||||||
|
|
||||||
case 0xc000:
|
case 0xc000:
|
||||||
case 0xc001:
|
case 0xc001:
|
||||||
|
Reference in New Issue
Block a user