diff options
Diffstat (limited to 'src/devices/bus/ti99/peb/tipi.h')
-rw-r--r-- | src/devices/bus/ti99/peb/tipi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/ti99/peb/tipi.h b/src/devices/bus/ti99/peb/tipi.h index abd2808daf9..3703e246599 100644 --- a/src/devices/bus/ti99/peb/tipi.h +++ b/src/devices/bus/ti99/peb/tipi.h @@ -51,6 +51,8 @@ private: void websocket_incoming(std::shared_ptr<webpp::ws_client::Message> message); void websocket_error(const std::error_code& code); void websocket_closed(int i, const std::string& msg); + void websocket_debug(const char* msg, int i); + TIMER_CALLBACK_MEMBER(open_websocket); void send(const char* message); |