2015-11-22 |
mrdudz | reset screen editor at shutdown 233/head |
commit | commitdiff | tree | snapshot |
2015-11-12 |
Oliver Schmidt | Merge pull request #229 from greg-king5/nes-registers |
commit | commitdiff | tree | snapshot |
2015-11-12 |
Greg King | Added C declarations of the NES's I/O registers to... 229/head |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Oliver Schmidt | Merge pull request #227 from mrdudz/soft80syms |
commit | commitdiff | tree | snapshot |
2015-11-07 |
mrdudz | remove unneeded exports 227/head |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Oliver Schmidt | Merge pull request #226 from greg-king5/pce-memset |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Greg King | Style changes. 226/head |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Greg King | Added a version of memset() that uses the HuC6280's... |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Oliver Schmidt | Merge pull request #225 from greg-king5/pce-memmove |
commit | commitdiff | tree | snapshot |
2015-11-02 |
Greg King | Added code to handle the special case of a zero-length... 225/head |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Oliver Schmidt | Made addr/size hex consts 4 digits wide. |
commit | commitdiff | tree | snapshot |
2015-10-24 |
Oliver Schmidt | Merge pull request #224 from greg-king5/ld65-segstart |
commit | commitdiff | tree | snapshot |
2015-10-24 |
Oliver Schmidt | Merge pull request #223 from greg-king5/pce-memmove |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Greg King | Added pce-specific substitutes for memcpy() and memmove(). 223/head |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Oliver Schmidt | Merge pull request #221 from undisbeliever/master |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Marcus Rowe | Fixed code style 221/head |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Greg King | Changed the way that ld65 handles bad offset/start... 224/head |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Oliver Schmidt | Merge pull request #222 from mrdudz/pcedatacopy |
commit | commitdiff | tree | snapshot |
2015-10-22 |
mrdudz | use tii instead of copy loop to copy data section to ram 222/head |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Oliver Schmidt | Merge pull request #213 from mrdudz/soft80 |
commit | commitdiff | tree | snapshot |
2015-10-22 |
mrdudz | removed apple2 specific note 213/head |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Marcus Rowe | Added .asize and .isize pseudo variables |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mrdudz | updated docs |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mrdudz | added size optimized monochrom soft80 driver |
commit | commitdiff | tree | snapshot |
2015-10-19 |
mrdudz | updated comments |
commit | commitdiff | tree | snapshot |
2015-10-18 |
mrdudz | updated docs |
commit | commitdiff | tree | snapshot |
2015-10-17 |
Oliver Schmidt | Merge pull request #220 from greg-king5/holes |
commit | commitdiff | tree | snapshot |
2015-10-17 |
Greg King | Added missing parentheses. 220/head |
commit | commitdiff | tree | snapshot |
2015-10-15 |
mrdudz | move variables into INITBSS |
commit | commitdiff | tree | snapshot |
2015-10-15 |
mrdudz | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
2015-10-14 |
Oliver Schmidt | Adjusted current working directory initialization on... |
commit | commitdiff | tree | snapshot |
2015-10-14 |
Oliver Schmidt | Changed run location of INIT segment. |
commit | commitdiff | tree | snapshot |
2015-10-14 |
mrdudz | remove deleted function from comment |
commit | commitdiff | tree | snapshot |
2015-10-14 |
mrdudz | some comments |
commit | commitdiff | tree | snapshot |
2015-10-14 |
mrdudz | fix bordercolor in test |
commit | commitdiff | tree | snapshot |
2015-10-14 |
mrdudz | remove soft80_bordercolor override |
commit | commitdiff | tree | snapshot |
2015-10-14 |
mrdudz | split regular color.s into color.s and bordercolor.s |
commit | commitdiff | tree | snapshot |
2015-10-14 |
mrdudz | update conio test |
commit | commitdiff | tree | snapshot |
2015-10-14 |
mrdudz | use 'soft80_internal_cellcolor' for the current cell... |
commit | commitdiff | tree | snapshot |
2015-10-14 |
Oliver Schmidt | According to the contributor the VGA data is accessed... |
commit | commitdiff | tree | snapshot |
2015-10-14 |
Oliver Schmidt | Merge pull request #215 from greg-king5/c64-init |
commit | commitdiff | tree | snapshot |
2015-10-13 |
mrdudz | updated conio test |
commit | commitdiff | tree | snapshot |
2015-10-13 |
mrdudz | another size optimization, make bgcolor() much more... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | move some stuff to init segment, saves roughly 1480... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | remove chline/cvline dupes |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Oliver Schmidt | Allow to override chars used for horizontal and vertica... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | export mouse driver related symbols |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | increase conio constructor priority |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | style issues |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Oliver Schmidt | Allow to override mouse sprite location data. |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | some renaming, preparing plot table names |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | inverted result for checkchar, saving some bytes and... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | optimize charcode conversion, shorter and faster now :) |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | remove some commented out code |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | some code shuffling to get rid of long branches |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | size optimization |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | check for space bottom up, which is faster for the... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | fix some style issues |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | maintain lsb of cursor x position internally, saves... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | moved bordercolor function into a seperate file |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | move internal text/bgcolor variables into the file... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
mrdudz | added some more comments and -headers |
commit | commitdiff | tree | snapshot |
2015-10-11 |
mrdudz | move charset to seperate file again, added comments... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
mrdudz | print a space for 0x0a and 0x0d in the char matrix |
commit | commitdiff | tree | snapshot |
2015-10-10 |
Oliver Schmidt | Fixed stupid adressing mode bug. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
mrdudz | updated conio test |
commit | commitdiff | tree | snapshot |
2015-10-09 |
mrdudz | rewrote color voodoo |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Oliver Schmidt | Minor style adjustment. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Oliver Schmidt | Consistently place constructors (and their exclusive... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Oliver Schmidt | Keep low level VIC sprite stuff out of user code. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Greg King | Explained why two variables were moved out of the BSS... 215/head |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Oliver Schmidt | According to the contributor the prio wasn't intentiona... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
mrdudz | use default prio for the constructor |
commit | commitdiff | tree | snapshot |
2015-10-09 |
mrdudz | some cleanup/rework |
commit | commitdiff | tree | snapshot |
2015-10-08 |
mrdudz | some more rework, second attempt on fixing the color... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Greg King | Reduced c64-overlay.cfg's size by factoring out a diffe... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Greg King | Restored the old C-stack initiation code. |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Greg King | Reduced the size of the moveinit subroutine. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
mrdudz | attempted fix for the color problem noticed by oliver |
commit | commitdiff | tree | snapshot |
2015-10-06 |
mrdudz | optimized clrscr for size |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Oliver Schmidt | Fixed bogus formatting of recent contribution. |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Oliver Schmidt | Merge pull request #217 from clbr/master |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Lauri Kasanen | nes: Expose and document all joypad keys 217/head |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Lauri Kasanen | nes: Document whether waitvblank waits for the start... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Greg King | Adapted, to the c64 target, the INIT-segment overlay... |
commit | commitdiff | tree | snapshot |
2015-10-01 |
mrdudz | fix clrscr so it doesnt wipe sprite pointers |
commit | commitdiff | tree | snapshot |
2015-10-01 |
mrdudz | SCREEN->screensize |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Oliver Schmidt | Merge pull request #214 from greg-king5/cbm-exec |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Greg King | Made the Commodore version of exec() work in programs... 214/head |
commit | commitdiff | tree | snapshot |
2015-09-28 |
mrdudz | added input test |
commit | commitdiff | tree | snapshot |
2015-09-28 |
mrdudz | fixed kplot |
commit | commitdiff | tree | snapshot |
2015-09-28 |
mrdudz | some cleanup, checked usage of __bgcolor and __textcolor |
commit | commitdiff | tree | snapshot |
2015-09-28 |
mrdudz | dont use seperate file for charset data |
commit | commitdiff | tree | snapshot |
2015-09-28 |
mrdudz | fix conio test to work on vic20 screen |
commit | commitdiff | tree | snapshot |
2015-09-28 |
mrdudz | added extra check for graphical chars |
commit | commitdiff | tree | snapshot |
2015-09-27 |
mrdudz | removed duplicate copy of charset and shift it at init... |
commit | commitdiff | tree | snapshot |
2015-09-27 |
mrdudz | prepend soft80_ to some more internally used functions |
commit | commitdiff | tree | snapshot |
2015-09-27 |
mrdudz | include bitmap and vram row tables directly rather... |
commit | commitdiff | tree | snapshot |
next |