1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Quietens, for now.

This commit is contained in:
Thomas Harte 2020-11-11 17:53:21 -05:00
parent 6d3d7c6006
commit da9e378ab1

View File

@ -13,7 +13,7 @@
using namespace Apple::IIgs::Sound; using namespace Apple::IIgs::Sound;
void GLU::set_control(uint8_t control) { void GLU::set_control(uint8_t control) {
printf("UNIMPLEMENTED: set control %02x\n", control); // printf("UNIMPLEMENTED: set control %02x\n", control);
} }
uint8_t GLU::get_control() { uint8_t GLU::get_control() {
@ -21,7 +21,7 @@ uint8_t GLU::get_control() {
} }
void GLU::set_data(uint8_t data) { void GLU::set_data(uint8_t data) {
printf("UNIMPLEMENTED: set data %02x\n", data); // printf("UNIMPLEMENTED: set data %02x\n", data);
} }
uint8_t GLU::get_data() { uint8_t GLU::get_data() {