36 uint8_t *ch, uint8_t *end);
uint8_t channel_get_fini(struct ge_channel *)
void channel_offer_input(struct ge *, struct ge_channel *, uint8_t data, uint8_t end)
int(* ge_channel_source)(struct ge *, struct ge_channel *, uint8_t *ch, uint8_t *end)
uint8_t channel_get_data(struct ge_channel *)
void channel_clear_input(struct ge *, struct ge_channel *)
void channel_accept_output(struct ge *, struct ge_channel *, uint8_t ch)
uint8_t channel_get_req(struct ge_channel *)
void(* ge_channel_sink)(struct ge *, struct ge_channel *, uint8_t ch)
The entire state of the emulated system, including registers, memory, peripherals and timings.