]> git.sur5r.net Git - cc65/history - libsrc
Working on the TGI API, adding vector fonts. Only roughly tested!
[cc65] / libsrc /
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...
2009-09-27 uzChanged the solution for the PLOT problem with old...
2009-09-27 uzLet vsprintf call vsnprintf to save code.
2009-09-27 uzAdded an untested implementation of snprintf.
2009-09-27 uzAdded an (only roughly tested) implementation of vsnprintf
2009-09-26 ol.scFixed bug triggered if all 8 io buffer slots may be...
2009-09-26 uzThe _printf routine does not return anything.
2009-09-26 uzFix the plot routine to work with the buggy -02 kernal.
2009-09-26 uzOOPS! Forgot to add the mouse_getbox and mouse_setbox...
2009-09-26 uzChanged the existing Commodore mouse drivers for the...
2009-09-26 uzChanged the mouse API: mouse_box is gone, there are...
2009-09-25 uzRemove this copy of the apple include file - a copy...
2009-09-24 uzSystime implementation derived from the cbm610.
2009-09-24 uzSystime implementation for the CBM610, derived from...
2009-09-24 uzThe CIA TOD needs a write to the 1/10 sec register...
2009-09-24 uzMoved most platform assembler includes into asminc...
2009-09-22 ol.scBuild files in the extra directory (analog to apple2).
2009-09-22 uzFixed an error.
2009-09-22 uzBuild files in the extra directory.
2009-09-22 ol.scAdded author hint - as contained in the other source...
2009-09-22 ol.scAdded alternative implementation for ProDOS 8 I/O buffe...
2009-09-22 uzMove/rename extra object files for the Apple2.
2009-09-20 uzRenamed the comlynx source and driver to lynx-comlynx...
2009-09-20 uzImproved memset/memcpy/memmove functions by Christian...
2009-09-20 uzRemove the framerate module. It's job is done by the...
2009-09-20 uzLynx patches by Karri Kaksonen. Improvements for the...
2009-09-18 uzRemoved unused code.
2009-09-18 uzReplaced the condition for the assertion in toggle_vide...
2009-09-18 uzFixed an error in the makefile. strtoimax and strtoumax...
2009-09-17 uzNew strtoimax and strtoumax standard functions as alias...
2009-09-17 uzLynx changes by Karri Kaksonen.
2009-09-15 uzAdded a (currently untested) strtoul implementation...
2009-09-15 uzShrink atoi by using negeax instead of inlined code.
2009-09-15 uzMake system() fastcall like most other library functions.
2009-09-15 uzAdded an implementation of strtol (stdlib.h).
2009-09-14 ol.scNow that cc65 programs can run as SYS files themselves...
2009-09-13 ol.scBeing loaded by my 'ProDOS Loader' needs to be classifi...
2009-09-13 uzlabs() is also imaxabs().
2009-09-13 uzSqeeze out two bytes of the code.
2009-09-13 uzLynx changes by Karri Kaksonen.
2009-09-12 ol.scHooking into the MLI call needs much more thoughts...
2009-09-12 ol.scAddon to 4155: Fixed error.
2009-09-12 uzAdded a comment about the first entry being the default...
2009-09-11 ol.scMuch better approach for ProDOS 8 IO-buffer custom...
2009-09-11 ol.scAdjusted Apple2 targets to the new standard mouse drive...
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2009-09-11 uzSeparated tgi_load and tgi_load_driver.
2009-09-11 uzAdded the mouse_stddrv variable for the C64 and C128.
2009-09-11 ol.scAllow to run programs as ProDOS SYS files (beside BIN...
2009-09-11 uzMake use of the IRQ to swap view and draw pages when...
2009-09-11 uzChanges by Karri Kaksonen to implement interruptor...
2009-09-10 ol.scRemoved '_' prefix from textframe(xy) because this...
2009-09-10 ol.scProDOS 8 requires an page-aligned 1kB IO-buffer for...
2009-09-10 ol.scFixed typo.
2009-09-10 ol.scAdded support for switching between 40/80 columns....
2009-09-08 uzChanged the prototype of videomode() to take and return...
2009-09-07 ol.scJust presume alternate charset to be active on the...
2009-09-07 uzNew function videomode() for the C128. Marked toggle_vi...
2009-09-04 ol.scAdjusted to the changed default start address.
2009-09-04 ol.scMinor reformatting.
2009-08-31 uzThe pleasp.s module is no longer in use.
2009-08-31 uzOh well. Decided to throw away the separate implementat...
2009-08-31 uzRenamed leaasp.s again, this time to leaa0sp.s. Added...
2009-08-31 uzRenamed leasp.s to leaasp.s
2009-08-23 uzFixed two more function that didn't clear the high...
next