optimized the sei/cli pairing a bit for internal function ram emd as well.

This commit is contained in:
Marco van den Heuvel
2015-12-02 00:17:29 -08:00
parent 83c63a65c3
commit f55505820a

View File

@@ -1,5 +1,5 @@
; ;
; Extended memory driver for the C128 External Function RAM. Driver works ; Extended memory driver for the C128 Internal Function RAM. Driver works
; without problems when statically linked. ; without problems when statically linked.
; ;
; Marco van den Heuvel, 2015-11-30 ; Marco van den Heuvel, 2015-11-30
@@ -18,7 +18,7 @@
; ------------------------------------------------------------------------ ; ------------------------------------------------------------------------
; Header. Includes jump table ; Header. Includes jump table
module_header _c128_efnram_emd module_header _c128_ifnram_emd
; Driver signature ; Driver signature