]> git.sur5r.net Git - cc65/history - libsrc
Define HEADER memory area for the EXEHDR segment for consistency reasons with the...
[cc65] / libsrc /
2010-01-08 ol.scSome optimization.
2010-01-08 ol.sc- Added ioctl for mixing graphics with 4 lines of text.
2010-01-08 ol.scMinor comment adjustment.
2009-12-21 uzP.A.S.E. joystick driver for the Oric Atmos, contribute...
2009-12-19 ol.scMinor comment adjustment.
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-12 ol.scAdded ioctl for mixing graphics with 4 lines of text.
2009-12-11 uzMAde the second parameter of tgi_ioctl a void* instead...
2009-12-10 uzReplaced $30 by literal '0' for better readability.
2009-12-10 uzRemoved the call to CLRCH in the startup code.
2009-12-09 ol.scReplaced left-over tab with space.
2009-12-09 uz* Moved the BASIC stub that calls the compiled program...
2009-12-07 cpgmore space improvements by Daniel Serpell
2009-11-26 cpgdon't hardcode 'D' as device name, use __defdev
2009-11-25 cpgremove check for ATEOL
2009-11-25 cpgsave 2 bytes -- patch by Uz
2009-11-25 cpgput _revflag into .bss
2009-11-25 cpgfix comments
2009-11-25 cpgmove __do_oserror and __inviocb into their own source...
2009-11-25 cpgremove not longer needed import of __errno
2009-11-25 cpgremove not longer needed import of tmp2 and tmp3
2009-11-25 cpgspace improvements by Daniel Serpell
2009-11-24 uzSqueezed bytes and cycles out of the kbhit functions...
2009-11-23 cpgdon't use constructor to setup runtime stack
2009-11-23 cpgmove fdtoiocb function into its own file -- idea by...
2009-11-23 cpgpoor man's _toascii routine, contributed by Fatih Aygun
2009-11-23 cpgsave 3 bytes, patch by Daniel Serpell
2009-11-23 cpgsave a byte (idea by Uz, done by Daniel Serpell)
2009-11-23 uzDon't hardcode the address of the SYS call for the...
2009-11-19 cpgdon't call __getdevdef in crt0.s, but make it a constru...
2009-11-19 cpgmove setup of stdin/stdout/stderr from crt0.s to getfd.s
2009-11-18 cpgadd a comment describing why this file is really includ...
2009-11-18 cpgsmall space optimization -- 3 bytes reduced
2009-11-15 cpgno TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced...
2009-11-15 cpgchanges from Fatih
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 uzFinal touches to the first full version of the vector...
2009-11-12 uzRename the 8x8 multiplication using the same scheme...
2009-11-12 uzMoved outcode calculation in a separate module.
2009-11-11 cpgremove superfluous ".code" line
2009-11-11 cpgbugfix from Fatih
2009-11-10 cpgfix comment
2009-11-10 cpgadd Atari TGI drivers from Fatih Aygun
2009-11-10 uzWorking on stroked font output.
2009-11-06 uztgi_vectorchar takes now a char argument. Added tgi_ins...
2009-11-06 uzAdded clipping for lines.
2009-11-06 uzChanged a comment.
2009-11-06 uzHold the maximum X and Y coordinate in variables instea...
2009-11-05 uzAdded a tgi_pieslice function.
2009-11-05 uzFixed a sign error.
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-04 uzWorking on the division and multiplication routines.
2009-11-04 uzAdded a C callable entry point for the division routine.
2009-11-04 uzAdded division routine. Removed C callable entry points...
2009-11-04 uzAdd C callable special multiplication routines.
2009-11-04 uzUse new multiplication routine.
2009-11-04 uzThe upper 16 bit differ between signed and unsigned...
2009-11-03 ol.sc- Replaced font .byte's with font .incbin file
2009-11-03 uzAdded C callable entry point for the 16x16=32 multiplic...
2009-11-03 uzAdded 16*16=32 multiplication routine.
2009-11-02 uzWorking on the TGI API, adding vector fonts. Only rough...
2009-11-02 uzAdded separate 8x8=>16 multiplication routine as start...
2009-11-02 ol.scRemoved unintentionally added line.
2009-11-02 ol.scRemoved generic macpack
2009-11-02 ol.sc- Adjusted TEXTSTYLE and OUTTEXT to TGI specs
2009-11-02 uzThe X register must be zero on return.
2009-11-02 uzAdded the new toascii function for the CBMs.
2009-11-02 uzFixed an error in the color setting code which caused...
2009-11-01 uzAdded tgi_load_vectorfont(). Fixed tgi_free_vectorfont().
2009-11-01 uzWhen initializing the driver, set white as the drawing...
2009-11-01 uzAdditional error code.
2009-11-01 uzAdded tgi_free_vectorfont.s
2009-11-01 uzFixed a bug (wrong order of variables).
2009-10-30 ol.scChanges to the TGI driver API:
2009-10-30 uzStart of TGI changes. Untested, may not work.
2009-10-30 uzFixed the return types of the sine/cosine functions...
2009-10-30 uzMerged the sine/cosine routines into one file, because...
2009-10-29 uzAdded fixpoint sine and cosine functions.
2009-10-29 ol.scChanges to the TGI driver API:
2009-10-29 uzChanges to the TGI driver API:
2009-10-27 ol.scChanged 'Clear the screen' to 'Clear the drawpage'.
2009-10-26 uzLynx TGI driver update by Karri Kaksonen. Adds collisio...
2009-10-26 uzAdded a first version of a Cohen Sutherland line clippe...
2009-10-20 uzRemove 65C02 code, because in this case, the value...
2009-10-14 uzChanged names of the pragmas to be identical to the...
2009-10-10 uzCosmetic change. Formatting was lost because of cut...
2009-10-04 uzUse a simple expression now that ldwarning is available...
2009-10-04 uzUse the new ldwarning assert action.
2009-10-03 uzIgnore start address in cbm_opendir. Rearrange the...
2009-10-01 uzLynx updates by Karri Kaksonen.
2009-09-30 ol.scThis is what was actually meant in the first place.
2009-09-28 uzImproved cbm_dir routines by Thomas Giesel.
2009-09-28 uzFixed more bugs, shortened the code where possible.
2009-09-28 uzFixed two bugs, made the sources somewhat better readable.
2009-09-28 uzStefan Haubenthal fixed a few typos.
2009-09-27 ol.scAdjusted driver to the recent kernel interface change...
next