-
As mentioned in #29 too, I've found a problem in `vic4.c` in branch `merger`, in regards of the "character set source".
Namely, function `get_charset_effective_addr()` and its caller. This is indee…
-
On a Mega65, so 65CE02 target, Given
```
void EnterMonitor() {
asm {
pha
lda #$f8
tsb $d030 //enable ROM
pla
jsr (BRKHandlerSave)
lda #$f8
trb $d030 //disable ROM
}
}
…
-
Unable to make mega65r3.bit as synth_1 run fails preventing impl_1 to launch.
![make error](https://user-images.githubusercontent.com/80657480/122672140-27d8f280-d209-11eb-9d57-173e5a59e624.PNG)
-
Now Mega65's kickstart seems to read the emulated SD-card, and found even files, however after reading all the root directory entries (even not used ones) it would access SD-card beyond its size. I am…
-
Shallan asked for 16 Color Nybble Mode chars. For further information please ask him :)
-
An error I ran into multiple times wasn't for the mega65 however the Xilinx Vivado installation. when installing the vivado i would get to nearly installing and it would freeze on generating installed…
-
Xemu uses a shared F011 emulation core between both of MEGA65 and C65 emulation for emulating the internal disk drive. It seems it has a problem: on disk change, the previous disk's free capacity can …
-
![33_t](https://user-images.githubusercontent.com/64771425/122674155-02e97d00-d213-11eb-8316-58ccf28ca32e.png)
-
Only some .PRG files get detected when using drag'n drop into the XEMU window (C65/MEGA65 mode executables).
Please find attached one working (kalle65.prg) and one not working (megadots.prg).
[D…
-
Issues with current RRB, please see demo code:
https://github.com/smnjameson/M65_Examples/tree/main/1-RasterRewriteBufffer
- behaves differently to HW, seems to crop lines at 20 chars
It is e…