-
I've got a 1581 with a couple of disks and can provide an image from the 1581 Demo Disk and maybe other disks.
Are you interested in adding support for this format?
-
I'd like to use a C64c case for my BMC64 setup, which will require mounts for both the keyboard and the Pi itself.
I appreciate the recommendation to use the keyboard mounts for the Ultimate-64. I've…
-
Can someone explain why this extension would be chosen in preference to the other terraform ADO pipeline extensions?
https://marketplace.visualstudio.com/search?term=terraform&target=AzureDevOps&ca…
-
Following program is not loaded by C64Screen (more details see https://www.youtube.com/watch?v=xcchemLQ28Y):
10 input "answer:($A0)($A0)($A0)($A0)(left)(left)(left)"; a$
20 if asc(a$)=160 then pri…
-
I just noticed that the Memory chapter does not describe the base page feature of the CPU directly. It should, especially with regards to base page indexing, the KERNAL's use of page 0, and how to use…
-
### Describe the feature
One thing that is missing in C64.emu is that it does not have a Virtual Printer like the Original Commodore 64 Computer, so they should add a virtual printer in c64.emu and P…
-
Currently, code of the form:
```c
long z;
z -= 1;
```
compiles to:
```
ldx z
dec z
cpx #0
bne .LBB0_6
ldx z+1
dec …
-
Hi,
I can't seem to find any sort of config files for the various prebuilt profiles. The default font-scaling is way too large. I've edited the font scaling in the settings menu, but these settings …
xdmtk updated
4 years ago
-
[information](https://github.com/antlr/antlr4/blob/master/doc/tree-matching.md)
Extend the grammar to allow placeholders for certain types of nodes (expressions, statements, types, names...) and pu…
-
### Code of Conduct & Contributing Guidelines
- [X] I agree to follow the code of conduct and the contributing guidelines.
### Have you checked that no other similar question(s) already exists?
- […