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

Field Documentation

◆ ctx

void* ctx

Definition at line 612 of file ge.h.

◆ deinit

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

Definition at line 611 of file ge.h.

◆ init

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

Definition at line 608 of file ge.h.

◆ next

struct ge_peri* next

Definition at line 607 of file ge.h.

◆ on_clock

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

Definition at line 610 of file ge.h.

◆ on_pulse

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

Definition at line 609 of file ge.h.