Manuel Sainz de Baranda y Goñi

Results 12 comments of Manuel Sainz de Baranda y Goñi

Yes. It's very easy. The `m6502_power()` sets the registers to the values they would be after a real CPU is powered ON (or OFF). Passing `state` as `TRUE` initializes the...

If you have more doubts, feel free to join my Discord server: https://discord.gg/NeTytxBh The link will be valid for 7 days.

Thanks for the advice, but that goes against my moral and philosophical principles. This emulator is GPL because I don't want it to be used in any closed source program....

After meditating on the subject, I have decided to use the LGPL license better than the GPL. I'll update the emulator soon.

Thanks, I've made several changes on the emulator since last version, I'll upload them to a new branch soon. I'm checking all instructions, memory access and cycles too.

> regarding the differences between the different 6502 versions, do you plan to add different modes for the emulator ? Yes, of course. I'm working on my NES emu, and...

I've uploaded my most recent code to the branch WIP (it uses the "v0.1" branch of Z). I'll release a new version of this core in January 2020.

I'll close it soon, once I upload the new version of the emulator, which is LGPLv3 or later.

I have another example for the Z80 documentation: https://zxe.io/software/Z80/documentation/latest/Usage.html The documentation is not finished yet, but it will be soon.

> Documentation is vague as to which Z80 it refers to, but Zilog's is the one I'm after. In fact, until now, I didn't realise there were 3! I have...