GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
Data Fields
ge_peri Struct Reference

#include <ge.h>

Data Fields

struct ge_perinext
 
int(* init )(struct ge *, void *)
 
int(* on_pulse )(struct ge *, void *)
 
int(* on_clock )(struct ge *, void *)
 
int(* deinit )(struct ge *, void *)
 
void * ctx
 

Detailed Description

Definition at line 732 of file ge.h.

Field Documentation

◆ ctx

void* ctx

Definition at line 738 of file ge.h.

◆ deinit

int(* deinit) (struct ge *, void *)

Definition at line 737 of file ge.h.

◆ init

int(* init) (struct ge *, void *)

Definition at line 734 of file ge.h.

◆ next

struct ge_peri* next

Definition at line 733 of file ge.h.

◆ on_clock

int(* on_clock) (struct ge *, void *)

Definition at line 736 of file ge.h.

◆ on_pulse

int(* on_pulse) (struct ge *, void *)

Definition at line 735 of file ge.h.