diff options
Diffstat (limited to 'src/gb.h')
| -rw-r--r-- | src/gb.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -114,6 +114,8 @@ struct GB { u64 cycles; // total T-cycles elapsed bool serial_log; // print serial output to stderr (blargg tests) + int serial_out_fd; // if >=0, transmitted serial bytes written here (stdout) + int serial_in_fd; // if >=0, received serial bytes read here (stdin), else 0xFF }; void gb_init(GB *gb); |
