From 7e2703a49de38100f9ee82042a744517fc7eb171 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 12 Mar 2007 00:59:51 +0000 Subject: Altered some interfaces for the monitor. --- source/framebuffer.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source/framebuffer.c') diff --git a/source/framebuffer.c b/source/framebuffer.c index 6d16529..7507a52 100644 --- a/source/framebuffer.c +++ b/source/framebuffer.c @@ -187,6 +187,18 @@ void FB_Init(uint16 *vram, uint16 *palette) } +uint16 *FB_VRAM(void) +{ + return buff; +} + + +uint16 *FB_PALETTE(void) +{ + return pal; +} + + void FB_LoadASCIITiles(uint16 *tiles) { uint8 *src; -- cgit v1.2.3