apple2ix/src/rom-shim.c

5 lines
92 B
C
Raw Permalink Normal View History

2014-06-22 19:16:08 +00:00
#ifdef __APPLE__
// include non-free components generated by genrom
#include "rom.c"
2014-06-22 19:16:08 +00:00
#endif