-
When I experimented with echo mode I discovered that 0x0A is sent before 0x0D is translated to 0x0A. There are many more line feeds in the terminal during echo than on screen. I believe the ROM should…
-
The [official specifications list](https://www.facebook.com/groups/CommanderX16/permalink/402529400498160/) for the Commander X16 mentions that “the 1 bpp tile modes in combination with 8x16 tile size…
-
VPOKE 0,x,VPEEK(0,y) seems to be overwriting address x of the VPOKE command with address y of the VPEEK command so it ends up poking at y instead of x.
-
Unfortunately this example in https://github.com/commanderx16/x16-docs/blob/master/Programmer's%20Reference%20Guide.md doesn't seem to work. It should print the first two PETSCII characters, right? Ma…
-
-
### Version
`master`
### Env
```
$ uname -a
Darwin taybart.local 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64
```
### Expecta…
-
[load-page-issue-emu-29.zip](https://github.com/commanderx16/x16-emulator/files/3587970/load-page-issue-emu-29.zip)
Program to demonstrate loading issue into page $A000. It appears as though the lo…
-
...because they are using PEEK and POKE instead of the V... variants.
While we are talking about VPOKE and VPEEK...I assume they do some bank switching, execute and then switch back? Or what are th…
-
Running the kernel and executable for r30 on OS X when I type
LOAD"$",1
the reponse is `?ILLEGAL DEVICE NUMBER ERROR`.
I'm guessing the kernel addresses changed but LOAD_HYPERCALLS didn't…
-
Pulled and built latest master d98151fa409ebddd2ddb842a2b07d0145db79c9a.
Pulled and build latest x16-rom 38f40b204555fa168b535dc05969b921b39e1d6e.
I can use -prg to load a program but the LOAD com…