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:
parent
fbdd6faff6
commit
58c8db7c75
@ -92,6 +92,7 @@ EMD_API_VERSION = $00
|
||||
;------------------------------------------------------------------------------
|
||||
; C callable functions
|
||||
|
||||
.global _em_load_driver
|
||||
.global _em_unload
|
||||
.global _em_install
|
||||
.global _em_uninstall
|
||||
|
Loading…
Reference in New Issue
Block a user