summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/tipi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/tipi.h')
-rw-r--r--src/devices/bus/ti99/peb/tipi.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/devices/bus/ti99/peb/tipi.h b/src/devices/bus/ti99/peb/tipi.h
index 0b45672b8b6..609b9d491df 100644
--- a/src/devices/bus/ti99/peb/tipi.h
+++ b/src/devices/bus/ti99/peb/tipi.h
@@ -64,23 +64,23 @@ private:
bool m_portaccess;
// DSR ROM
- uint8_t* m_eprom = nullptr;
+ uint8_t* m_eprom;
// Websocket support
std::unique_ptr<webpp::ws_client> m_wsclient;
std::shared_ptr<webpp::ws_client::SendStream> m_send_stream;
std::unique_ptr<u8[]> m_rpimessage;
- int m_msgindex = 0;
- int m_msglength = 0;
- emu_timer* m_restart_timer = nullptr;
- int m_attempts = 0;
- bool m_connected = 0;
+ int m_msgindex;
+ int m_msglength;
+ emu_timer* m_restart_timer;
+ int m_attempts;
+ bool m_connected;
// Computer interface
- u8 m_tc = 0;
- u8 m_td = 0;
- u8 m_rc = 0;
- u8 m_rd = 0;
+ u8 m_tc;
+ u8 m_td;
+ u8 m_rc;
+ u8 m_rd;
};
/*