* Set palette register #i to value i and call VGA BIOS to use DAC
* registers #64 to #127.
*
- */ static void special_palette(void)
+ */
+static void special_palette(void)
{
static byte palette[] = {
* Finally, set reserve_mem to the amount of memory (in bytes) that
* should not be used for multiple undo and reserved for later use.
*
- */ void os_init_screen(void)
+ */
+void os_init_screen(void)
{
static byte zcolour[] = {
BLACK_COLOUR,
*
* Helper function for os_erase_area.
*
- */ static void clear_line(int y, int left, int right)
+ */
+static void clear_line(int y, int left, int right)
{
volatile byte _far *scrn = get_scrnptr(y);
if (display == _MCGA_)