mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-28 12:51:40 +00:00
9 lines
167 B
C
9 lines
167 B
C
#ifndef _run68k_h_
|
|
#define _run68k_h_
|
|
|
|
#include "syn68k_public.h"
|
|
|
|
extern void run_code_on_68000 (uint16 *code, uint32 *return_address);
|
|
|
|
#endif /* Not _run68k_h_ */
|