GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
console_socket.h
Go to the documentation of this file.
1 #ifndef CONSOLE_SOCKET_H
2 #define CONSOLE_SOCKET_H
3 
4 #include "ge.h"
5 
6 int console_socket_register(struct ge *ge);
7 
8 #endif
int console_socket_register(struct ge *ge)
The entire state of the emulated system, including registers, memory, peripherals and timings.
Definition: ge.h:94