
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
7 lines
118 B
C
7 lines
118 B
C
#ifndef INCLUDE_IO_H
|
|
#define INCLUDE_IO_H
|
|
|
|
void out_buffer(unsigned short, unsigned char);
|
|
|
|
#endif /* INCLUDE_IO_H */
|