1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 4bf888aa62 Fixed a video problem: When switching the display, the SCROLL flag gets
cleared, which in turn causes the display to scroll when a character is output
in the lower right corner.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4590 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-02-15 18:32:15 +00:00
asminc Initialize _curunit from the zeropage value DEVNUM (aka First Address) in a constructor with a very high priority to be called before DEVNUM gets overwritten by other constructors. 2010-02-14 23:12:54 +00:00
doc Added builtin .min() and .max() pseudo functions to the assembler. 2010-02-11 18:54:08 +00:00
include Added new return code for get_ostype(). 2010-02-01 18:04:31 +00:00
libsrc Fixed a video problem: When switching the display, the SCROLL flag gets 2010-02-15 18:32:15 +00:00
make Makefile patch contributed by Greg King: 2009-12-02 15:21:22 +00:00
packages Fixed a copy&paste error. 2010-01-31 11:10:45 +00:00
samples Added explicit tgi_clear() after tgi_init() now that this isn't done by tgi_init() anymore. 2010-01-26 20:12:35 +00:00
src Added builtin .min() and .max() pseudo functions to the assembler. 2010-02-11 18:54:08 +00:00
testcode Added support for several machines. 2010-01-08 23:37:25 +00:00
util git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00