]> git.sur5r.net Git - cc65/history - libsrc/cbm/filetype.s
fixed optimization bug where array index is 16-bit, e.g. arr16[i & 0x7f7f]
[cc65] / libsrc / cbm / filetype.s
2012-07-15 uzMove the _filetype variable into its own module, so...