mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-22 14:30:45 +00:00
f5e0de5bbc
Only while I work on some other issues with disk loading
10 lines
147 B
C
10 lines
147 B
C
#ifndef _APPLE2_HIRES_H_
|
|
#define _APPLE2_HIRES_H_
|
|
|
|
#include "apple2.h"
|
|
#include "vm_bits.h"
|
|
|
|
extern void apple2_hires_draw(apple2 *, int);
|
|
|
|
#endif
|