2003-04-17 |
izydorst | pattern number is preserved so cclear and clrscr will... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
izydorst | removed some duplicated GEOS conio stuff |
commit | commitdiff | tree | snapshot |
2003-04-17 |
izydorst | fixed endless loop exit->enterdesktop->exit->... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
izydorst | missing _exit import |
commit | commitdiff | tree | snapshot |
2003-04-17 |
izydorst | EnterDeskTop rerouted to _exit so donelib will always... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
izydorst | fixed comments, removed unneeded imports |
commit | commitdiff | tree | snapshot |
2003-04-17 |
izydorst | updated error descriptions |
commit | commitdiff | tree | snapshot |
2003-04-15 |
cuz | Moving rs232 support to modules |
commit | commitdiff | tree | snapshot |
2003-04-15 |
cuz | NES changes |
commit | commitdiff | tree | snapshot |
2003-04-14 |
cuz | First few nes files by groepaz |
commit | commitdiff | tree | snapshot |
2003-04-14 |
cuz | nes.h file by groepaz, beautified by me |
commit | commitdiff | tree | snapshot |
2003-04-14 |
cuz | Added a subpackage for the Oric Atmos |
commit | commitdiff | tree | snapshot |
2003-04-14 |
cuz | Added a subpackage for the Oric Atmos |
commit | commitdiff | tree | snapshot |
2003-04-14 |
cuz | Fixed capslock on startup |
commit | commitdiff | tree | snapshot |
2003-04-14 |
cuz | Add CLK_TCK for atmos |
commit | commitdiff | tree | snapshot |
2003-04-13 |
cuz | Assume text mode, no need to free memory for graphics |
commit | commitdiff | tree | snapshot |
2003-04-13 |
cuz | Add ORIC Atmos support |
commit | commitdiff | tree | snapshot |
2003-04-13 |
cuz | Add basic support for ORIC Atmos |
commit | commitdiff | tree | snapshot |
2003-04-13 |
cuz | Add conio stuff to the atmos library |
commit | commitdiff | tree | snapshot |
2003-04-13 |
cuz | Fix write: Function was not changed to use __fastcall__ |
commit | commitdiff | tree | snapshot |
2003-04-12 |
cuz | Added some cycle counts |
commit | commitdiff | tree | snapshot |
2003-04-09 |
cuz | Make screensize() fetch the values dynamically instead... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
cuz | New atmos config from Debrune Jerome |
commit | commitdiff | tree | snapshot |
2003-04-04 |
izydorst | replaced 'int' by 'unsigned' where appropriate |
commit | commitdiff | tree | snapshot |
2003-04-04 |
izydorst | fixed typo |
commit | commitdiff | tree | snapshot |
2003-04-04 |
izydorst | added GetFile implementation |
commit | commitdiff | tree | snapshot |
2003-04-04 |
izydorst | vertical menus height was too small by one pixel |
commit | commitdiff | tree | snapshot |
2003-04-04 |
izydorst | Some *(char*)0x???? replaced by (char*)0x???? to access... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
cuz | Fixed a bug |
commit | commitdiff | tree | snapshot |
2003-03-18 |
cuz | Fix toggle_videomode, move kernal entries to kernal.s |
commit | commitdiff | tree | snapshot |
2003-03-17 |
cpg | Renamed CH_DEL to CH_DELCHR and added a CH_DEL which... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
cuz | Fixed the comments |
commit | commitdiff | tree | snapshot |
2003-03-17 |
cuz | Switch to lower case chars in toggle_videomode |
commit | commitdiff | tree | snapshot |
2003-03-17 |
cuz | Fixed a bug in character literal handling |
commit | commitdiff | tree | snapshot |
2003-03-17 |
cuz | Fixed a few comments |
commit | commitdiff | tree | snapshot |
2003-03-17 |
cuz | Fixed a bug: .ENDPROC without .PROC would crash the... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
cuz | Fixed initializers for standard behaviour (hopefully... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
cuz | Revoked part of last change - didn't work |
commit | commitdiff | tree | snapshot |
2003-03-16 |
cuz | Allow any number of optional braces around all initiali... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
cuz | Added signal-test.c |
commit | commitdiff | tree | snapshot |
2003-03-15 |
izydorst | fixes for GEOS structures, initialized menu/icontabs... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
cuz | Fix problem with signal.o/raise.o/sigtab.o |
commit | commitdiff | tree | snapshot |
2003-03-14 |
cuz | Signals implemented |
commit | commitdiff | tree | snapshot |
2003-03-14 |
cuz | Make fputs __fastcall__ |
commit | commitdiff | tree | snapshot |
2003-03-14 |
cuz | Reset signal handler to SIG_DFL on a call to raise() |
commit | commitdiff | tree | snapshot |
2003-03-14 |
cuz | Add signal() and raise() |
commit | commitdiff | tree | snapshot |
2003-03-14 |
cuz | Make fputs __fastcall__ |
commit | commitdiff | tree | snapshot |
2003-03-14 |
cuz | Raise SIGABRT |
commit | commitdiff | tree | snapshot |
2003-03-13 |
cuz | Don't add a mode when opening files for reading |
commit | commitdiff | tree | snapshot |
2003-03-13 |
cuz | Added better error recovery |
commit | commitdiff | tree | snapshot |
2003-03-10 |
cuz | Added routines to handle command line params |
commit | commitdiff | tree | snapshot |
2003-03-07 |
cuz | If main() takes arguments, generate a forced import... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
cuz | New module |
commit | commitdiff | tree | snapshot |
2003-03-07 |
cuz | Remove debugging printf's |
commit | commitdiff | tree | snapshot |
2003-03-07 |
cuz | Added .FORCEIMPORT |
commit | commitdiff | tree | snapshot |
2003-03-07 |
cuz | Added new .FORCEIMPORT pseudo op |
commit | commitdiff | tree | snapshot |
2003-03-07 |
izydorst | cr/lf hell fixed |
commit | commitdiff | tree | snapshot |
2003-03-07 |
cpg | fixed return code for _rs232_init |
commit | commitdiff | tree | snapshot |
2003-03-07 |
cpg | added RS_ERR_INIT_FAILED |
commit | commitdiff | tree | snapshot |
2003-03-07 |
cpg | added RS_ERR_INIT_FAILED |
commit | commitdiff | tree | snapshot |
2003-03-06 |
cuz | Improve error recovery |
commit | commitdiff | tree | snapshot |
2003-03-04 |
cuz | Last fix was wrong |
commit | commitdiff | tree | snapshot |
2003-03-04 |
cuz | Fixed a bug in sign extension of constant values |
commit | commitdiff | tree | snapshot |
2003-02-26 |
cuz | .incbin did not honor the include search path |
commit | commitdiff | tree | snapshot |
2003-02-19 |
cuz | Fixed problem with array forward decl |
commit | commitdiff | tree | snapshot |
2003-02-16 |
cuz | Added S. Judd |
commit | commitdiff | tree | snapshot |
2003-02-16 |
cuz | cbm510zp -> extzp |
commit | commitdiff | tree | snapshot |
2003-02-16 |
cuz | Copy cbm510 joystick drivers |
commit | commitdiff | tree | snapshot |
2003-02-16 |
cuz | Add new sample code contributed by Greg King |
commit | commitdiff | tree | snapshot |
2003-02-16 |
cuz | Moved additional zero page locations into EXTZP segment... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
cuz | Renamed geoszp.s -> extzp.s |
commit | commitdiff | tree | snapshot |
2003-02-16 |
cuz | Added a new extended (and machine specific) zeropage... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
cuz | Removed an unused constant. |
commit | commitdiff | tree | snapshot |
2003-02-16 |
cuz | Renamed the GEOSZP segment to EXTZP since it is now... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
izydorst | removed obsolete readjoy function (replaced by modular... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
cuz | Added fast(), slow() and c64mode() |
commit | commitdiff | tree | snapshot |
2003-02-13 |
cuz | Added fast(), slow() and c64mode() |
commit | commitdiff | tree | snapshot |
2003-02-13 |
cuz | Added toggle_videomode |
commit | commitdiff | tree | snapshot |
2003-02-13 |
cuz | New function toggle_videomode |
commit | commitdiff | tree | snapshot |
2003-02-12 |
cuz | Minor cleanup |
commit | commitdiff | tree | snapshot |
2003-02-12 |
cuz | Add co65 options |
commit | commitdiff | tree | snapshot |
2003-02-12 |
cuz | Added more functions |
commit | commitdiff | tree | snapshot |
2003-02-12 |
cuz | Fixed a typo |
commit | commitdiff | tree | snapshot |
2003-02-12 |
cuz | Add more co65 options |
commit | commitdiff | tree | snapshot |
2003-02-12 |
cuz | Working |
commit | commitdiff | tree | snapshot |
2003-02-12 |
cuz | First doc version for the co65 utility |
commit | commitdiff | tree | snapshot |
2003-02-11 |
cuz | Working |
commit | commitdiff | tree | snapshot |
2003-02-11 |
cuz | Working |
commit | commitdiff | tree | snapshot |
2003-02-11 |
cuz | Fix memory area start symbol |
commit | commitdiff | tree | snapshot |
2003-02-11 |
cuz | Renamed DEINSTALL -> UNINSTALL, fixed a comment |
commit | commitdiff | tree | snapshot |
2003-02-11 |
cuz | Renamed DEINSTALL -> UNINSTALL |
commit | commitdiff | tree | snapshot |
2003-02-11 |
cuz | Fixed a comment |
commit | commitdiff | tree | snapshot |
2003-02-11 |
cuz | Renamed ..._deinstall -> ..._uninstall. |
commit | commitdiff | tree | snapshot |
2003-02-11 |
cuz | Removed an unused label |
commit | commitdiff | tree | snapshot |
2003-02-10 |
cuz | Added missing install command |
commit | commitdiff | tree | snapshot |
2003-02-10 |
cuz | Add co65 utility |
commit | commitdiff | tree | snapshot |
2003-02-10 |
cuz | Renamed _em_deinstall -> _em_uninstall, emd_deinstall... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
cuz | Added comment |
commit | commitdiff | tree | snapshot |
2003-02-10 |
cuz | Renamed DEINSTALL to UNINSTALL |
commit | commitdiff | tree | snapshot |
2003-02-10 |
cuz | Renamed the DEINSTALL vector to UNINSTALL. |
commit | commitdiff | tree | snapshot |
next |