Have _em_load_driver exported here now that it is an asm function.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5799 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-07-31 21:37:07 +00:00
parent fbdd6faff6
commit 58c8db7c75

View File

@@ -92,12 +92,13 @@ EMD_API_VERSION = $00
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; C callable functions ; C callable functions
.global _em_load_driver
.global _em_unload .global _em_unload
.global _em_install .global _em_install
.global _em_uninstall .global _em_uninstall
.global _em_pagecount .global _em_pagecount
.global _em_map .global _em_map
.global _em_use .global _em_use
.global _em_commit .global _em_commit
.global _em_copyfrom .global _em_copyfrom
.global _em_copyto .global _em_copyto