mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 01:30:56 +00:00
Eliminates stdout chatter.
This commit is contained in:
parent
434d184503
commit
cb47575860
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user