-
The below code prints a 1 forever when ran on the Dragon target (it works, e.g., for the C128).
```basic
i = 0
FOR i = 1 TO 100 STEP 2
PRINT i
NEXT
```
As a **very minor** note: the …
-
AFAIU, repeatedly parsing integers is one of the parts of Microsoft 6502 that saved codespace while costing cycles.
Experience indicates that a large number of literal constants are represented by …
-
I tried to pass an `Image` into a `pandas_udf` but got an error.
Code:
```python
import pandas as pd
from pyspark.sql import Row, SparkSession
from pyspark.sql.functions import pandas_udf
from…
-
NES RGB : http://etim.net.au/nesrgb/index.htm
I'm thinking the nes should be more/as basic as the amiga for rgb signals.
I have one on order and if someone wants to help me i'm happy to see if w…
-
Browsing YouTube today, I found a video about the VAL function and self destructing programs. This bug still exists in Commander X16 BASIC
https://www.youtube.com/watch?v=6j8kel86F60
The stateme…
-
MIDI in and or out support would be great, some trackers support MIDI to various extents.
**This issue is primarily for gathering requirements and documentation**
# Introduction
There are a …
-
Here in the USA the NC200 is a collector item as they are actually rare. Really looks slick.
PX-8s are more common as I have three.
Kaypros tend to be more often the second version of the KII vs K…
-
A pretty noobish question but you have this logo here. Can you tell me how to construct my own logo. I'm not very familiar with java (not at all really).
This looks like an array of byte, you give …
-
**Describe where we can find the problematic topic**
The appendix `appendix-petsciicodes.tex`
**Describe the solution you'd like**
The table should list the defined values only and not the undefi…
-
## Description
Following on from #13198. Keyboards are working again with #13308, but the other HID issues remain. In order of severity:
- the Wii U GamePad is disconnected by RetroArch if an un…