aboutsummaryrefslogtreecommitdiffstats
path: root/src/video.h
blob: aef252f800297c70e2242429482ecae69fb69dcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include <stdint.h>

void int10(void);
// Redraws terminal screen
void check_screen(void);
// Returns 1 if video emulation is active.
int video_active(void);
// Writes a character to the video screen
void video_putch(char ch);
// Get current column in current page
int video_get_col(void);
// CRTC port read/write
uint8_t video_crtc_read(int port);
void video_crtc_write(int port, uint8_t value);
Un proyecto texto-plano.xyz