mirror of
https://github.com/pevans/erc-c.git
synced 2025-02-19 21:30:46 +00:00
11 lines
196 B
C
11 lines
196 B
C
#ifndef _APPLE2_HIRES_H_
|
|
#define _APPLE2_HIRES_H_
|
|
|
|
#include "apple2.h"
|
|
#include "vm_bits.h"
|
|
|
|
extern void apple2_hires_draw(apple2 *, int);
|
|
extern void apple2_hires_dump(apple2 *, FILE *);
|
|
|
|
#endif
|