| Commit | Date | |
|---|---|---|
|
[r779]
(3.1 kB)
by
buzzphp
A bug in CMOC caused files to not be closed. Tape files were not working. I've fixed the issue and added a tape read/write example. |
2016-10-13 03:55:26 |
View
Download |
|
[r772]
(2.9 kB)
by
buzzphp
Removed re-juicing :-( It works, but for the 300 bytes you gain, you loose a lot of speed. You get a better memory saving by writing better code.... |
2016-10-12 14:46:01 |
View
Download |
| 2016-10-12 12:21:41 |
View
Download |
|
|
[r758]
(2.9 kB)
by
buzzphp
added asm version of stpcpy. added strmcmp (compare str with mem). Name changes. Sorry. I'll get it right one day. |
2016-10-11 11:23:24 |
View
Download |
|
[r687]
(2.9 kB)
by
buzzphp
Almost there. Writing strings to 40/80 vid ram is done + cursor blinking. We are now 100% free from ROM. |
2016-10-07 09:33:14 |
View
Download |
|
[r677]
(3.2 kB)
by
buzzphp
Update machine detection code. I original tried to emulate the CC65 method, which doesn't handle the number of machines I want to support, and was a pain to use. |
2016-10-07 01:10:29 |
View
Download |
| 2016-10-06 07:00:48 |
View
Download |
|
| 2016-10-06 05:38:32 |
View
Download |
|
| 2016-10-06 04:06:50 |
View
Download |
|
|
[r659]
(3.6 kB)
by
buzzphp
system() now behaves as it should. returns 0 for no error, or errno. fopen() now returns NULL for errors. Added systemex() which will raise exceptions. |
2016-10-06 00:20:57 |
View
Download |