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:
parent
6d3d7c6006
commit
da9e378ab1
@ -13,7 +13,7 @@
|
||||
using namespace Apple::IIgs::Sound;
|
||||
|
||||
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() {
|
||||
@ -21,7 +21,7 @@ uint8_t GLU::get_control() {
|
||||
}
|
||||
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user