]> git.sur5r.net Git - cc65/commit
Allow _sys() to call ROM routines.
authorOliver Schmidt <ol.sc@web.de>
Fri, 25 Mar 2016 20:57:06 +0000 (21:57 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 25 Mar 2016 20:57:06 +0000 (21:57 +0100)
commit29d1400340f803d0df1ca2b6b2f85a3e3baca9a3
treebafbccf93202663446f932a71740137f519b907b
parentc9734004eed9741ec90786e3d8fedb2ecbab3b2a
Allow _sys() to call ROM routines.

_sys() is supposed to be (primarily) intended to call ROM routines. Leveraging the "file overlay" mechanism of the cc65 build system allows to provide a Apple II specific _sys() implementation that temporarily switches in the ROM.
libsrc/apple2/_sys.s [new file with mode: 0644]