]> git.sur5r.net Git - cc65/commitdiff
Added missing external declaration of c64_65816_emd.
authorMarc Rintsch <github.com@rintsch.de>
Thu, 20 Dec 2018 12:07:25 +0000 (13:07 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 21 Dec 2018 08:51:27 +0000 (09:51 +0100)
include/c64.h

index eb10600d6b6cbfd8a7cb152f37a243771aa78509..b1cd2e2c49c28bfad5f3ffce422a9dc2ca3aeed5 100644 (file)
 
 
 /* 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[];