1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-26 08:32:00 +00:00

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,6 +92,7 @@ EMD_API_VERSION = $00
;------------------------------------------------------------------------------
; C callable functions
.global _em_load_driver
.global _em_unload
.global _em_install
.global _em_uninstall