-
I happened to see a couple of updates were made in Petaxian! Great!
Unfortunately it now seems something happened to the keyboard controls on the C64: I can hardy move my ship around anymore with the…
irmen updated
2 years ago
-
Switching between SCREEN 0 and SCREEN 2 modes preserves the X16's initial power-on white-text-on-blue power-on color scheme.
Switching to SCREEN 128 mode inverts the initial power-on mode, displaying…
-
I'm having problems with the mouse in 40x30 text mode in my C application.
First when using a scale of 2 for a 320x240 screen the mouse position is reported in the ranges 0
-
@fvdhoef Heb je ooit de toevoeging van een "alpha channel" in de 2 byte rgb mixer beschouwd? Je hebt 4 bits vrij per rgb palette register.
Het zou mooi zijn om ook transparantie labels te hebben in de…
-
We have already mapped lots of the PS/2 keys to their equivalents in PETSCII codes (Break = RUN/STOP, Home = HOME etc.) and added a few control codes from the C128 and the C65 (ESC, TAB, F9-F12).
B…
-
joystick_get returns the following information:
byte 0: | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
NES | A | B |SEL|STA|UP |DN |LT |RT |
SNES | B | Y |S…
-
Should this fail if you do NOT use -target cx16 ?
PS D:\CommanderX16\Prog8> & 'C:\Program Files\AdoptOpenJDK\jre-11.0.11.9-hotspot\bin\java.exe' -jar D:\CommanderX16\Prog8\prog8compiler-7.0-all.j…
-
src/kernal/iostack/f4a5.load.s:
```
; Store start address of LOAD
lda MEMUSS+0
sta STAL+0
lda MEMUSS+1
sty STAL+1
```
See https://github.com/commanderx16/x16-rom/pull/174
-
FB_set_pixels with a count of 256 or more crashes.
I think it's caused by the jsr that it's doing internally and that it is not properly dealing with the double loop invocation or some thing.
What…
irmen updated
3 years ago
-
I've discovered that when LOADing a BASIC program written on the Commodore 128 (and presumably the PET), the program always loads back to $1C01, even if I do not use ,1 when loading the program.
fo…