-
More of a chat than an issue, but github doesn't really have such a feature. Anyway, I was playing with your code to get a feel for GB dev in a working project that does something non-trivial. Yours s…
-
Example in part 02 does not seem to involve reading the joystick
-
Take a look if the plato protocol uses zero bytes:
https://github.com/nanoflite/c64-up2400-cc65/commit/c71b398363eabf85361ab80dea12f08d0e0024d1
-
Get @bartgrantham to write a cc65-based YM player to test the emulator.
-
The [MOS Technology 6502](https://en.wikipedia.org/wiki/MOS_Technology_6502) is one of the most famous processors which was used in a lot of home computers in the 80ies.
Even today it is mostly progr…
-
I see that some PSG functions are provided in the lib:
https://github.com/cc65/cc65/blob/master/include/creativision.h
https://github.com/cc65/cc65/blob/master/libsrc/creativision/psg.s
but most …
-
The following code:
```C
char* const a[];
#ifdef foo
foo
bar
baz
#endif
/* Comment */
int b;
```
generates:
```
test.c:9: Warning: Incomplete array 'a[]' assumed to have one element…
-
The following code should compile but doesn't:
```C
int foo(a, b) { return a + b; }
int main()
{
foo(1, 2, 3);
return 0;
}
```
Gives:
```
test.c:5: Error: Too many arguments i…
-
https://github.com/cc65/cc65/blob/5f8d1630458f76f17862ed1fff6a30a635e93218/libsrc/common/getopt.c#L32
The last semicolon is pointless. What about the parentheses of the return statements?
-
Выяснилось: При каждом сохранении 1С перегенерирует еще и идентификаторы ExternalDataSource (внешнего источника данных)
```
91483113-cc65-47da-86d2-668790fdd3b8
7d5a9…
ghost updated
9 years ago