-
How about officially supporting ProDOS 2.5 command line parameters in cc65?
-
After being idle after half an hour, VDCSE crashes on saving a screen when using VICE. It shows disk sector stuck at 40,0, program freezes.
Bug can be repeatedly reproduced in VICE (x128.exe v3.6.0 (…
-
Am I authorized to build and distribute (freely) a fully set-up Cross-Lib environment including ack?
Cross-Lib is an open source and free (for no commercial use) cross-dev-kit library and tools to bu…
-
I am trying to get a decimal number into a float. So I did this
Y=fdiv(itof((int)14278),itof((int)10000));
Which should result in 1.4278.
Instead I get 1.42779994.
I know there is some roun…
-
Example:
```c
void dma_setup(mode) {
asm("lda %o, S", mode);
}
```
This is correct ca65 assembler code, but compiler doesn't allow to generate it.
Output is:
```
snes_tools.h(122): Error: A…
-
Add tests for file I/O.
- [x] `fileio` tested with cc65 and clang
- [ ] Fix `dirent.s` on clang and add test (i.e. attend the clang [calling convention](https://llvm-mos.org/wiki/C_calling_conventio…
-
Today's master. When memcpy's destination is a pointer, and there's a cast (even to its own type), the fixed-dest-and-src optimization gets wrongly applied. It's a pointer, not an array, so this overw…
-
Needs these parts to be implemented:
- `InitForIO` and `DoneForIO` to setup/restore anything required by OS ROM to make SIO work (pages $02 and $03 can be freely used, zero page may have to be rest…
-
Hello,
I have been following along with the projects using my local build environment (CC65 and the Mesen emulator). I found that the VRAM Buffer sample had some odd behavior where the Y scroll pos…
-
I downloaded and tried to compile it on Ubuntu 18.04 but encountered the following error messages.
demo.c:38:10: fatal error: conio.h: No such file or directory
demo.c:40:10: fatal error: cbm.h: No …