1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Added missing external declaration of c64_65816_emd.

This commit is contained in:
Marc Rintsch 2018-12-20 13:07:25 +01:00 committed by Oliver Schmidt
parent 180bb0823a
commit 80a43d732d

View File

@ -137,6 +137,7 @@
/* The addresses of the static drivers */
extern void c64_65816_emd[];
extern void c64_c256k_emd[];
extern void c64_dqbb_emd[];
extern void c64_georam_emd[];