-
Hello! Thanks for this repo and the work you've done here. I'm also digging deep on e-reader dev and I found a lot of useful stuff here.
I'm focusing more on z80 dev instead of gba for cards. I dec…
-
Memory access is still a bottleneck.
Consider using a more modern CPU (e.g. Z280) which adds instruction and data cache, plus several other nice features.
See also here:
https://github.com/Konami…
-
Can C128 MiSTer do Z80 raster-related things accurately? See the attached program. That defies current software emulators. Pretty cool if it could.
[a_little_128_raster_interrupt_demo.zip](https://gi…
-
![5980-00](https://github.com/user-attachments/assets/a932a70d-6ecb-46ae-bd96-fbd5c5271eb5)
Adafruit Feather RP2040 Adalogger is a small board from Adafruit with RP2040 and microSD holder on it (ht…
-
Running setup.py install for z80 did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
running install
C:\Python311\Lib\site-packages\setuptools\command\install.py:34: …
-
I tried `core` compilation with llvm-cbe, but the following problem occurs.
### Missing intrinsics
* [ ] `freeze`
https://github.com/JuliaHubOSS/llvm-cbe/issues/175
* [ ] `llvm.fshl.i64`
…
-
How can I call an OS routine like `i2c_send_byte` from my own Z80 Assembler program?|
-
Hello! My system version is Macos 9.5, and I can't run wla-gb in z80/tools. Then I downloaded latest wla-gb, but I found the parameter in makefile (-oxi) can't fit the latest version. Could you update…
-
Hi, digging in the source code to see how I can use this emu for my SG-1000 development,
I found this definition: "CC_OUTI = 5+6+3+4" (18 cycles) in the Z80.hh file. This value is correct for MSX, …
-
I would think that the BA line could be used to control the Z80 clock, similarly to how you use the 1M CLK.
The advantage would be that when the VIC-II is disabled, as in "FAST" mode, the BA signal…