2009-11-23 |
cpg | move fdtoiocb function into its own file -- idea by... |
tree | commitdiff |
2009-11-23 |
cpg | poor man's _toascii routine, contributed by Fatih Aygun |
tree | commitdiff |
2009-11-23 |
cpg | save 3 bytes, patch by Daniel Serpell |
tree | commitdiff |
2009-11-23 |
cpg | save a byte (idea by Uz, done by Daniel Serpell) |
tree | commitdiff |
2009-11-23 |
uz | Don't hardcode the address of the SYS call for the... |
tree | commitdiff |
2009-11-19 |
cpg | don't call __getdevdef in crt0.s, but make it a constru... |
tree | commitdiff |
2009-11-19 |
cpg | move setup of stdin/stdout/stderr from crt0.s to getfd.s |
tree | commitdiff |
2009-11-18 |
cpg | add a comment describing why this file is really includ... |
tree | commitdiff |
2009-11-18 |
cpg | small space optimization -- 3 bytes reduced |
tree | commitdiff |
2009-11-15 |
cpg | no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced... |
tree | commitdiff |
2009-11-15 |
cpg | changes from Fatih |
tree | commitdiff |
2009-11-13 |
uz | Replaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES |
tree | commitdiff |
2009-11-13 |
uz | Fixed TGI error codes and messages. Removed the Atari... |
tree | commitdiff |
2009-11-12 |
uz | Final touches to the first full version of the vector... |
tree | commitdiff |
2009-11-12 |
uz | Rename the 8x8 multiplication using the same scheme... |
tree | commitdiff |
2009-11-12 |
uz | Moved outcode calculation in a separate module. |
tree | commitdiff |
2009-11-11 |
cpg | remove superfluous ".code" line |
tree | commitdiff |
2009-11-11 |
cpg | bugfix from Fatih |
tree | commitdiff |
2009-11-10 |
cpg | fix comment |
tree | commitdiff |
2009-11-10 |
cpg | add Atari TGI drivers from Fatih Aygun |
tree | commitdiff |
2009-11-10 |
uz | Working on stroked font output. |
tree | commitdiff |
2009-11-06 |
uz | tgi_vectorchar takes now a char argument. Added tgi_ins... |
tree | commitdiff |
2009-11-06 |
uz | Added clipping for lines. |
tree | commitdiff |
2009-11-06 |
uz | Changed a comment. |
tree | commitdiff |
2009-11-06 |
uz | Hold the maximum X and Y coordinate in variables instea... |
tree | commitdiff |
2009-11-05 |
uz | Added a tgi_pieslice function. |
tree | commitdiff |
2009-11-05 |
uz | Fixed a sign error. |
tree | commitdiff |
2009-11-05 |
uz | Moved fixed point multiplication and rounding into... |
tree | commitdiff |
2009-11-05 |
uz | Added a tgi_arc function. Removed the old ellipse code... |
tree | commitdiff |
2009-11-05 |
uz | Added tgi_circle and tgi_ellipse functions. The latter... |
tree | commitdiff |
2009-11-04 |
uz | Working on the division and multiplication routines. |
tree | commitdiff |
2009-11-04 |
uz | Added a C callable entry point for the division routine. |
tree | commitdiff |
2009-11-04 |
uz | Added division routine. Removed C callable entry points... |
tree | commitdiff |
2009-11-04 |
uz | Add C callable special multiplication routines. |
tree | commitdiff |
2009-11-04 |
uz | Use new multiplication routine. |
tree | commitdiff |
2009-11-04 |
uz | The upper 16 bit differ between signed and unsigned... |
tree | commitdiff |
2009-11-03 |
ol.sc | - Replaced font .byte's with font .incbin file |
tree | commitdiff |
2009-11-03 |
uz | Added C callable entry point for the 16x16=32 multiplic... |
tree | commitdiff |
2009-11-03 |
uz | Added 16*16=32 multiplication routine. |
tree | commitdiff |
2009-11-02 |
uz | Working on the TGI API, adding vector fonts. Only rough... |
tree | commitdiff |
2009-11-02 |
uz | Added separate 8x8=>16 multiplication routine as start... |
tree | commitdiff |
2009-11-02 |
ol.sc | Removed unintentionally added line. |
tree | commitdiff |
2009-11-02 |
ol.sc | Removed generic macpack |
tree | commitdiff |
2009-11-02 |
ol.sc | - Adjusted TEXTSTYLE and OUTTEXT to TGI specs |
tree | commitdiff |
2009-11-02 |
uz | The X register must be zero on return. |
tree | commitdiff |
2009-11-02 |
uz | Added the new toascii function for the CBMs. |
tree | commitdiff |
2009-11-02 |
uz | Fixed an error in the color setting code which caused... |
tree | commitdiff |
2009-11-01 |
uz | Added tgi_load_vectorfont(). Fixed tgi_free_vectorfont(). |
tree | commitdiff |
2009-11-01 |
uz | When initializing the driver, set white as the drawing... |
tree | commitdiff |
2009-11-01 |
uz | Additional error code. |
tree | commitdiff |
2009-11-01 |
uz | Added tgi_free_vectorfont.s |
tree | commitdiff |
2009-11-01 |
uz | Fixed a bug (wrong order of variables). |
tree | commitdiff |
2009-10-30 |
ol.sc | Changes to the TGI driver API: |
tree | commitdiff |
2009-10-30 |
uz | Start of TGI changes. Untested, may not work. |
tree | commitdiff |
2009-10-30 |
uz | Fixed the return types of the sine/cosine functions... |
tree | commitdiff |
2009-10-30 |
uz | Merged the sine/cosine routines into one file, because... |
tree | commitdiff |
2009-10-29 |
uz | Added fixpoint sine and cosine functions. |
tree | commitdiff |
2009-10-29 |
ol.sc | Changes to the TGI driver API: |
tree | commitdiff |
2009-10-29 |
uz | Changes to the TGI driver API: |
tree | commitdiff |
2009-10-27 |
ol.sc | Changed 'Clear the screen' to 'Clear the drawpage'. |
tree | commitdiff |
2009-10-26 |
uz | Lynx TGI driver update by Karri Kaksonen. Adds collisio... |
tree | commitdiff |
2009-10-26 |
uz | Added a first version of a Cohen Sutherland line clippe... |
tree | commitdiff |
2009-10-20 |
uz | Remove 65C02 code, because in this case, the value... |
tree | commitdiff |
2009-10-14 |
uz | Changed names of the pragmas to be identical to the... |
tree | commitdiff |
2009-10-10 |
uz | Cosmetic change. Formatting was lost because of cut... |
tree | commitdiff |
2009-10-04 |
uz | Use a simple expression now that ldwarning is available... |
tree | commitdiff |
2009-10-04 |
uz | Use the new ldwarning assert action. |
tree | commitdiff |
2009-10-03 |
uz | Ignore start address in cbm_opendir. Rearrange the... |
tree | commitdiff |
2009-10-01 |
uz | Lynx updates by Karri Kaksonen. |
tree | commitdiff |
2009-09-30 |
ol.sc | This is what was actually meant in the first place. |
tree | commitdiff |
2009-09-28 |
uz | Improved cbm_dir routines by Thomas Giesel. |
tree | commitdiff |
2009-09-28 |
uz | Fixed more bugs, shortened the code where possible. |
tree | commitdiff |
2009-09-28 |
uz | Fixed two bugs, made the sources somewhat better readable. |
tree | commitdiff |
2009-09-28 |
uz | Stefan Haubenthal fixed a few typos. |
tree | commitdiff |
2009-09-27 |
ol.sc | Adjusted driver to the recent kernel interface change... |
tree | commitdiff |
2009-09-27 |
uz | Changed the solution for the PLOT problem with old... |
tree | commitdiff |
2009-09-27 |
uz | Let vsprintf call vsnprintf to save code. |
tree | commitdiff |
2009-09-27 |
uz | Added an untested implementation of snprintf. |
tree | commitdiff |
2009-09-27 |
uz | Added an (only roughly tested) implementation of vsnprintf |
tree | commitdiff |
2009-09-26 |
ol.sc | Fixed bug triggered if all 8 io buffer slots may be... |
tree | commitdiff |
2009-09-26 |
uz | The _printf routine does not return anything. |
tree | commitdiff |
2009-09-26 |
uz | Fix the plot routine to work with the buggy -02 kernal. |
tree | commitdiff |
2009-09-26 |
uz | OOPS! Forgot to add the mouse_getbox and mouse_setbox... |
tree | commitdiff |
2009-09-26 |
uz | Changed the existing Commodore mouse drivers for the... |
tree | commitdiff |
2009-09-26 |
uz | Changed the mouse API: mouse_box is gone, there are... |
tree | commitdiff |
2009-09-25 |
uz | Remove this copy of the apple include file - a copy... |
tree | commitdiff |
2009-09-24 |
uz | Systime implementation derived from the cbm610. |
tree | commitdiff |
2009-09-24 |
uz | Systime implementation for the CBM610, derived from... |
tree | commitdiff |
2009-09-24 |
uz | The CIA TOD needs a write to the 1/10 sec register... |
tree | commitdiff |
2009-09-24 |
uz | Moved most platform assembler includes into asminc... |
tree | commitdiff |
2009-09-22 |
ol.sc | Build files in the extra directory (analog to apple2). |
tree | commitdiff |
2009-09-22 |
uz | Fixed an error. |
tree | commitdiff |
2009-09-22 |
uz | Build files in the extra directory. |
tree | commitdiff |
2009-09-22 |
ol.sc | Added author hint - as contained in the other source... |
tree | commitdiff |
2009-09-22 |
ol.sc | Added alternative implementation for ProDOS 8 I/O buffe... |
tree | commitdiff |
2009-09-22 |
uz | Move/rename extra object files for the Apple2. |
tree | commitdiff |
2009-09-20 |
uz | Renamed the comlynx source and driver to lynx-comlynx... |
tree | commitdiff |
2009-09-20 |
uz | Improved memset/memcpy/memmove functions by Christian... |
tree | commitdiff |
2009-09-20 |
uz | Remove the framerate module. It's job is done by the... |
tree | commitdiff |
2009-09-20 |
uz | Lynx patches by Karri Kaksonen. Improvements for the... |
tree | commitdiff |
next |