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 882 of file ge.h.

Field Documentation

◆ ctx

void* ctx

Definition at line 888 of file ge.h.

◆ deinit

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

Definition at line 887 of file ge.h.

◆ init

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

Definition at line 884 of file ge.h.

◆ next

struct ge_peri* next

Definition at line 883 of file ge.h.

◆ on_clock

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

Definition at line 886 of file ge.h.

◆ on_pulse

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

Definition at line 885 of file ge.h.