| 2009-11-26 | cpg | don't hardcode 'D' as device name, use __defdev | commit | commitdiff | tree | snapshot | 
| 2009-11-26 | cpg | updated with defdev.c and scrcode.s | commit | commitdiff | tree | snapshot | 
| 2009-11-26 | cpg | initial check-in | commit | commitdiff | tree | snapshot | 
| 2009-11-25 | cpg | remove check for ATEOL | commit | commitdiff | tree | snapshot | 
| 2009-11-25 | cpg | save 2 bytes -- patch by Uz | commit | commitdiff | tree | snapshot | 
| 2009-11-25 | cpg | include unistd.h -- fix by Daniel Serpell | commit | commitdiff | tree | snapshot | 
| 2009-11-25 | cpg | put _revflag into .bss | commit | commitdiff | tree | snapshot | 
| 2009-11-25 | cpg | fix comments | commit | commitdiff | tree | snapshot | 
| 2009-11-25 | cpg | move __do_oserror and __inviocb into their own source... | commit | commitdiff | tree | snapshot | 
| 2009-11-25 | cpg | remove not longer needed import of __errno | commit | commitdiff | tree | snapshot | 
| 2009-11-25 | cpg | remove not longer needed import of tmp2 and tmp3 | commit | commitdiff | tree | snapshot | 
| 2009-11-25 | cpg | space improvements by Daniel Serpell | commit | commitdiff | tree | snapshot | 
| 2009-11-24 | uz | In case of parse errors for structs, don't just set... | commit | commitdiff | tree | snapshot | 
| 2009-11-24 | uz | Fix a problem with error handling: The E_HAVE_MARKS... | commit | commitdiff | tree | snapshot | 
| 2009-11-24 | uz | Support for the HuC6280 (CPU of the PC Engine) contribu... | commit | commitdiff | tree | snapshot | 
| 2009-11-24 | uz | Squeezed bytes and cycles out of the kbhit functions... | commit | commitdiff | tree | snapshot | 
| 2009-11-23 | cpg | don't use constructor to setup runtime stack | commit | commitdiff | tree | snapshot | 
| 2009-11-23 | cpg | move fdtoiocb function into its own file -- idea by... | commit | commitdiff | tree | snapshot | 
| 2009-11-23 | cpg | poor man's _toascii routine, contributed by Fatih Aygun | commit | commitdiff | tree | snapshot | 
| 2009-11-23 | cpg | save 3 bytes, patch by Daniel Serpell | commit | commitdiff | tree | snapshot | 
| 2009-11-23 | cpg | save a byte (idea by Uz, done by Daniel Serpell) | commit | commitdiff | tree | snapshot | 
| 2009-11-23 | uz | Don't hardcode the address of the SYS call for the... | commit | commitdiff | tree | snapshot | 
| 2009-11-19 | cpg | don't call __getdevdef in crt0.s, but make it a constru... | commit | commitdiff | tree | snapshot | 
| 2009-11-19 | cpg | move setup of stdin/stdout/stderr from crt0.s to getfd.s | commit | commitdiff | tree | snapshot | 
| 2009-11-18 | cpg | add a comment describing why this file is really includ... | commit | commitdiff | tree | snapshot | 
| 2009-11-18 | cpg | small space optimization -- 3 bytes reduced | commit | commitdiff | tree | snapshot | 
| 2009-11-15 | cpg | no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced... | commit | commitdiff | tree | snapshot | 
| 2009-11-15 | cpg | changes from Fatih | commit | commitdiff | tree | snapshot | 
| 2009-11-13 | uz | Replaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES | commit | commitdiff | tree | snapshot | 
| 2009-11-13 | uz | Fixed TGI error codes and messages. Removed the Atari... | commit | commitdiff | tree | snapshot | 
| 2009-11-12 | uz | The outcode constants from tgi_outcode went into this... | commit | commitdiff | tree | snapshot | 
| 2009-11-12 | uz | Final touches to the first full version of the vector... | commit | commitdiff | tree | snapshot | 
| 2009-11-12 | uz | Rename the 8x8 multiplication using the same scheme... | commit | commitdiff | tree | snapshot | 
| 2009-11-12 | uz | Moved outcode calculation in a separate module. | commit | commitdiff | tree | snapshot | 
| 2009-11-12 | uz | Prepare for reading keypresses from the X server. | commit | commitdiff | tree | snapshot | 
| 2009-11-11 | cpg | remove superfluous ".code" line | commit | commitdiff | tree | snapshot | 
| 2009-11-11 | cpg | bugfix from Fatih | commit | commitdiff | tree | snapshot | 
| 2009-11-10 | cpg | add some comments | commit | commitdiff | tree | snapshot | 
| 2009-11-10 | cpg | fix comment | commit | commitdiff | tree | snapshot | 
| 2009-11-10 | cpg | add Atari TGI drivers from Fatih Aygun | commit | commitdiff | tree | snapshot | 
| 2009-11-10 | uz | Working on stroked font output. | commit | commitdiff | tree | snapshot | 
| 2009-11-06 | uz | tgi_vectorchar takes now a char argument. Added tgi_ins... | commit | commitdiff | tree | snapshot | 
| 2009-11-06 | uz | Added an include file for TGI vector fonts. | commit | commitdiff | tree | snapshot | 
| 2009-11-06 | uz | Added clipping for lines. | commit | commitdiff | tree | snapshot | 
| 2009-11-06 | uz | Changed a comment. | commit | commitdiff | tree | snapshot | 
| 2009-11-06 | uz | Hold the maximum X and Y coordinate in variables instea... | commit | commitdiff | tree | snapshot | 
| 2009-11-05 | uz | Added a tgi_pieslice function. | commit | commitdiff | tree | snapshot | 
| 2009-11-05 | uz | Fixed a sign error. | commit | commitdiff | tree | snapshot | 
| 2009-11-05 | uz | Moved fixed point multiplication and rounding into... | commit | commitdiff | tree | snapshot | 
| 2009-11-05 | uz | Added a tgi_arc function. Removed the old ellipse code... | commit | commitdiff | tree | snapshot | 
| 2009-11-05 | uz | Added tgi_circle and tgi_ellipse functions. The latter... | commit | commitdiff | tree | snapshot | 
| 2009-11-05 | uz | Added prototypes for more mul/div functions. Some of... | commit | commitdiff | tree | snapshot | 
| 2009-11-04 | uz | Working on the division and multiplication routines. | commit | commitdiff | tree | snapshot | 
| 2009-11-04 | uz | Added a C callable entry point for the division routine. | commit | commitdiff | tree | snapshot | 
| 2009-11-04 | uz | Added division routine. Removed C callable entry points... | commit | commitdiff | tree | snapshot | 
| 2009-11-04 | uz | Add C callable special multiplication routines. | commit | commitdiff | tree | snapshot | 
| 2009-11-04 | uz | Use new multiplication routine. | commit | commitdiff | tree | snapshot | 
| 2009-11-04 | uz | The upper 16 bit differ between signed and unsigned... | commit | commitdiff | tree | snapshot | 
| 2009-11-03 | ol.sc | - Replaced font .byte's with font .incbin file | commit | commitdiff | tree | snapshot | 
| 2009-11-03 | uz | Added prototypes for C callable multiplication routines. | commit | commitdiff | tree | snapshot | 
| 2009-11-03 | uz | Added C callable entry point for the 16x16=32 multiplic... | commit | commitdiff | tree | snapshot | 
| 2009-11-03 | uz | Added 16*16=32 multiplication routine. | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | uz | Do not use a separate byte for an END opcode, instead... | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | uz | Working on the TGI API, adding vector fonts. Only rough... | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | uz | Added separate 8x8=>16 multiplication routine as start... | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | ol.sc | Removed unintentionally added line. | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | ol.sc | Removed generic macpack | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | ol.sc | - Adjusted TEXTSTYLE and OUTTEXT to TGI specs | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | uz | Added macros for jumps after unsigned compares to the... | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | uz | The X register must be zero on return. | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | uz | Added the new toascii function for the CBMs. | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | uz | Added prototype for toascii(c); | commit | commitdiff | tree | snapshot | 
| 2009-11-02 | uz | Fixed an error in the color setting code which caused... | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | Added a typedef for tgi_vectorfont_header, because... | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | Added tgi_load_vectorfont(). Fixed tgi_free_vectorfont(). | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | When initializing the driver, set white as the drawing... | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | Added new constants from tgi.h | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | Additional error code. | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | Small changes in definitions. Additional error code. | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | Added tgi_free_vectorfont.s | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | Fixed a bug (wrong order of variables). | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | Preparations for use of vectorfonts. | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | uz | Some small format changes. Output name is input name... | commit | commitdiff | tree | snapshot | 
| 2009-11-01 | ol.sc | Replaced obsolete 'codeseg' with 'code-name'. | commit | commitdiff | tree | snapshot | 
| 2009-10-31 | uz | Wrote the actual conversion. Still untested. | commit | commitdiff | tree | snapshot | 
| 2009-10-31 | uz | Fixed a problem introduced with the last change. | commit | commitdiff | tree | snapshot | 
| 2009-10-31 | uz | Fixed a problem with OptJumpTarget3. In a loop over... | commit | commitdiff | tree | snapshot | 
| 2009-10-30 | uz | File reading, verification and comments. | commit | commitdiff | tree | snapshot | 
| 2009-10-30 | ol.sc | Changes to the TGI driver API: | commit | commitdiff | tree | snapshot | 
| 2009-10-30 | uz | Added the chrcvt vector font converter to the top level... | commit | commitdiff | tree | snapshot | 
| 2009-10-30 | uz | Created the skeleton of the vector font converter. | commit | commitdiff | tree | snapshot | 
| 2009-10-30 | uz | Start of TGI changes. Untested, may not work. | commit | commitdiff | tree | snapshot | 
| 2009-10-30 | uz | Rewrote the sinus display using the new cc65_sin function. | commit | commitdiff | tree | snapshot | 
| 2009-10-30 | uz | Fixed the return types of the sine/cosine functions... | commit | commitdiff | tree | snapshot | 
| 2009-10-30 | uz | Added new header file. | commit | commitdiff | tree | snapshot | 
| 2009-10-30 | uz | Merged the sine/cosine routines into one file, because... | commit | commitdiff | tree | snapshot | 
| 2009-10-29 | uz | Added fixpoint sine and cosine functions. | commit | commitdiff | tree | snapshot | 
| 2009-10-29 | ol.sc | Changes to the TGI driver API: | commit | commitdiff | tree | snapshot | 
| 2009-10-29 | uz | Allow fully scoped labels and constants instead of... | commit | commitdiff | tree | snapshot | 
| 2009-10-29 | uz | Changes to the TGI driver API: | commit | commitdiff | tree | snapshot | 
| next |