apple2048/apple2048/textpage.h

13 lines
229 B
C

/*
* File: textpage.h
* Author: Jeremy Rand
* Date: July 23, 2014
*
* This file is a header file for the assembly routines in textpage.s.
*/
void switchToPage2(void);
void switchToPage1(void);
void gsSwitchToPage2(void);