mirror of
https://github.com/cc65/cc65.git
synced 2025-08-07 15:25:31 +00:00
optimized the sei/cli pairing a bit for internal function ram emd as well.
This commit is contained in:
@@ -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.
|
||||
;
|
||||
; Marco van den Heuvel, 2015-11-30
|
||||
@@ -18,7 +18,7 @@
|
||||
; ------------------------------------------------------------------------
|
||||
; Header. Includes jump table
|
||||
|
||||
module_header _c128_efnram_emd
|
||||
module_header _c128_ifnram_emd
|
||||
|
||||
; Driver signature
|
||||
|
||||
|
Reference in New Issue
Block a user