diff --git a/src/mudlib/zmachine/zcpu.py b/src/mudlib/zmachine/zcpu.py index bff0b83..1d69dfd 100644 --- a/src/mudlib/zmachine/zcpu.py +++ b/src/mudlib/zmachine/zcpu.py @@ -906,7 +906,7 @@ class ZCpu: """Play sound effect (no-op - sound not supported in text MUD).""" pass - def op_read_char(self, unused, time, input_routine): + def op_read_char(self, unused, time=0, input_routine=0): """Read a single character from input stream 0 (keyboard). Optionally, call a routine periodically to decide whether or