apple2048/textpage.h

12 lines
201 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);