jankos/io.h
shockrah c8851baea6 Structure:
renamed .asm files to .s extension

Makefile:
	Building .s first over

Bochs conf:
	changed display server to x instead of sdl

Changed function defs to not have the parameter names for less confusion
2019-09-14 23:42:49 -07:00

7 lines
118 B
C

#ifndef INCLUDE_IO_H
#define INCLUDE_IO_H
void out_buffer(unsigned short, unsigned char);
#endif /* INCLUDE_IO_H */