]> git.sur5r.net Git - cc65/history - asminc
Fixed a typo.
[cc65] / asminc /
2011-07-31 uzDeclaration of tgi_settextdir() added.
2011-07-17 uzRenamed tgi_textheight -> tgi_gettextheight, tgi_textwi...
2011-07-17 uzSmall change in the vector font format.
2011-07-17 uzAdded a new flags byte to the TGI headers. Bumped the...
2011-06-07 uzAdded (again) IRQ support for the Oric Atmos by Stefan...
2011-05-02 uz_tgi_getaspectratio was declared global twice, while...
2011-05-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-01 uzNew TGI routines tgi_getaspectratio/tgi_setaspectratio.
2011-04-28 ol.scMinimal source reformatting.
2011-04-25 ol.scAdded TGI mode tables for Atmos and Lynx
2011-04-25 ol.scTarget-specific black & white values for use by the...
2011-02-06 cpgadd Antic opcodes (submitted by Christian Krueger)
2010-07-11 uzRemoved the header files for the rs232 API since it...
2010-06-10 uzRenamed oserrcheck to __mappederrno. Added an additiona...
2010-06-04 uzRemove __maperrno symbol, since the function is no...
2010-06-03 uzAdded EBADF since this is required for fileno().
2010-03-06 uzThe C16 is not really a separate machine, but identical... V2.13.2
2010-02-28 uzReplaced '=' by ':=' where applicable and moved the...
2010-02-28 uzMoved the pet.inc file into the asminc subdirectory...
2010-02-28 uzRemoved pet.inc, since the real file is still in the...
2010-02-28 uzAdded definitions for the 6522 VIA.
2010-02-20 uzMade Olivers devnum patch (r4588) work with the PET...
2010-02-14 ol.scInitialize _curunit from the zeropage value DEVNUM...
2010-02-02 uzAdd MMU config registers 2+3 (Marco van den Heuvel).
2009-12-13 ol.scAdded missing declaration ?!?
2009-12-10 uzAdded some definitions for version 1.3 of the o65 format.
2009-11-13 uzReplaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES
2009-11-13 uzFixed TGI error codes and messages. Removed the Atari...
2009-11-12 uzThe outcode constants from tgi_outcode went into this...
2009-11-10 cpgadd some comments
2009-11-10 cpgadd Atari TGI drivers from Fatih Aygun
2009-11-06 uztgi_vectorchar takes now a char argument. Added tgi_ins...
2009-11-06 uzAdded an include file for TGI vector fonts.
2009-11-05 uzAdded a tgi_pieslice function.
2009-11-05 uzMoved fixed point multiplication and rounding into...
2009-11-05 uzAdded a tgi_arc function. Removed the old ellipse code...
2009-11-05 uzAdded tgi_circle and tgi_ellipse functions. The latter...
2009-11-02 uzWorking on the TGI API, adding vector fonts. Only rough...
2009-11-01 uzAdded new constants from tgi.h
2009-11-01 uzSmall changes in definitions. Additional error code.
2009-10-30 uzStart of TGI changes. Untested, may not work.
2009-10-29 uzChanges to the TGI driver API:
2009-09-26 uzChanged the mouse API: mouse_box is gone, there are...
2009-09-25 ol.scMoved into asminc, so it will be available in the distr...
2009-09-24 uzMoved most platform assembler includes into asminc...
2009-09-20 uzLynx patches by Karri Kaksonen. Improvements for the...
2009-07-27 uzRemoved setoserror as an external.
2009-07-27 uzMove common data and ex-/imports into an assembler...
2009-01-30 cpgfix typo
2008-07-01 cpgfix comments for LMARGN and RMARGN
2008-04-15 cuzRenamed setoserror to seterrnofromoserror to avoid...
2008-04-13 cuzNew entry point setoserror
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2006-06-04 cuzFixed a problem when loading joystick drivers: When...
2006-06-04 cuzFixed an error in the load routine: The driver was...
2006-06-04 cuzFixed a problem in mouse_load_driver: The driver was...
2006-05-31 cuzAddition warning in comment
2006-05-21 cuzChanged the mouse API: Introduced a new flag byte that...
2006-01-03 cpgtypo fixes from Stefan Haubenthal
2005-04-19 cuzFixed FILENAME_MAX
2005-04-19 cuzAdd some changes from stdio.h, FILENAME_MAX
2005-04-01 cuzRenamed O65_OS_CC65_MODULE -> O65_OS_CC65 as in the...
2005-02-14 cuzFixed two typos
2004-12-19 cuzChanged the way, used blocks are managed
2004-11-27 cuzAdded O_EXCL
2004-11-23 cpgSIZEP2 was misnamed (SIZEF2) - noticed by Fatih Aygün
2004-11-07 cuzMake _mouse_geterrormsg public
2004-11-07 cuzAdd constant for number of error codes
2004-11-07 cuzUse a structure for the TGI header as with other drivers.
2004-11-06 cuzMake _joy_masks global
2004-11-06 cuzAdded IRQ entry point, bumped the version number
2004-10-26 cuzSome renaming
2004-10-16 cuzNew module
2004-10-15 cuz_tgi_ioctl is a global symbol
2004-10-08 cuzStarted to add lynx files contributed by Karri Kaksonen...
2004-06-15 cuzNew function tgi_geterrormsg
2004-06-15 cuzUse enum, declare count of errors
2004-05-14 cuzExport __seterrno
2004-05-12 cuzMouse position no longer contained in the header
2004-05-12 cuzAdded pushback char to struct FILE
2004-04-08 cuzAdded a missing export statement
2004-03-21 cuzWorking on loadable mouse drivers
2004-03-05 cuzWorking...
2003-12-30 cuzNew ioctl function
2003-12-28 cuzMake mouse driver loadable
2003-12-16 cuzUse structs
2003-12-16 cuzFixed a typo
2003-12-16 cuzUse structs
2003-12-14 cuzAdded an IRQ vector
2003-12-13 cuzFixed SER_API_VERSION
2003-12-12 cuzAdd SER_API_VERSION
2003-12-05 cuzNew modes, use .enum
2003-12-03 cuzUse structs
2003-12-03 cuzUse structs
2003-12-03 cuzUse structs/enums
2003-12-03 cuzUse structs
2003-12-03 cuzUse an enum for the error codes
2003-11-13 cuzMake stuff global
2003-11-12 cuzRemoved the HORLINE entry point
2003-11-12 cuzNew mode for the apple ][
next