GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
Functions
peripherical.c File Reference
#include <stdlib.h>
#include <string.h>
#include "ge.h"
#include "peripherical.h"

Go to the source code of this file.

Functions

int ge_peri_on_pulses (struct ge *ge)
 
int ge_peri_on_clock (struct ge *ge)
 
int ge_peri_deinit (struct ge *ge)
 
int ge_register_peri (struct ge *ge, struct ge_peri *p)
 

Function Documentation

◆ ge_peri_deinit()

int ge_peri_deinit ( struct ge ge)

Definition at line 37 of file peripherical.c.

◆ ge_peri_on_clock()

int ge_peri_on_clock ( struct ge ge)

Definition at line 22 of file peripherical.c.

◆ ge_peri_on_pulses()

int ge_peri_on_pulses ( struct ge ge)

Definition at line 7 of file peripherical.c.

◆ ge_register_peri()

int ge_register_peri ( struct ge ge,
struct ge_peri p 
)

Definition at line 55 of file peripherical.c.