-
I'd like to suggest a potential alternative to the Cypress board: [My USB Floppy Adapter](https://github.com/roybaer/usb_floppy_adapter)
It uses the same [STM32F103C8T6](https://www.st.com/en/microco…
-
For some bizarre reason, shell scripts end up identified as Z80 source. Seems a bit overzealous?
-
Maybe I'm wrong (I just tried to install elks on an original PC IBM XT), but seems to me that no C compiler is included inside elks (I've found the basic language interpreter though), while I think th…
-
I've set a breakpoint in my code, and when it's hit use F10 to step through the code, but the highlight remains at the breakpoint line, and doesn't follow the PC. The window DOES attempt to scroll …
nww02 updated
3 years ago
-
# Why asynchronous Rust doesn't work
In 2017, I said that “asynchronous Rust programming is a disaster and a mess”. In 2021a lot more of the Rust ecosystem has become asynchronous – such that it...
…
-
Raiden (USA/Japan) for PC-Engine crashes when setting palette.
Setting palette with index greater than 0x200 predictably crashes emulator:
https://github.com/ducalex/retro-go/blob/7d409d77d2ce8d…
xrip updated
6 months ago
-
It would be nice to include these as an appendix so the user has what they need in a single guide.
-
Is there any way we could separate Assembly languages? Such as [6502](https://github.com/search?utf8=%E2%9C%93&q=6502) & x86?
phase updated
4 months ago
-
I tried to write a file-copy command this morning, in z80 assembly, however it turned out to be painful:
1. Open the source file
2. Count the number of blocks.
3. Close the source file
4. Open t…
-
I've added some specific 8085 [code for `l_eq` and `l_ne`](https://github.com/z88dk/z88dk/commit/582664520602a7e34a8149490e9e53214456afa3) that required a [new `test8085_clib.lib`](https://github.com/…