New 65C02 simulator core in Swift

Topics pertaining to the emulation or simulation of the 65xx microprocessors and their peripheral chips.
Post Reply
Procrastin8
Posts: 40
Joined: 07 Jul 2020
Location: Amsterdam, NL

New 65C02 simulator core in Swift

Post by Procrastin8 »

I've written and recently open-sourced a full 65C02 simulator core written entirely in Swift. It passes the Klaus functional tests, extended opcode tests, and the Bruce Clark decimal tests. If you want to contribute or are just curious, you can find the project on github:
https://github.com/nrivard/Microprocessed
User avatar
BigEd
Posts: 11464
Joined: 11 Dec 2008
Location: England
Contact:

Re: New 65C02 simulator core in Swift

Post by BigEd »

Well done - and thanks for sharing!
Procrastin8
Posts: 40
Joined: 07 Jul 2020
Location: Amsterdam, NL

Re: New 65C02 simulator core in Swift

Post by Procrastin8 »

BigEd wrote:
Well done - and thanks for sharing!
Happy to contribute back :) I am hoping to have an interesting simulator for macOS and iPadOS sometime in the near-ish future built on this core so stay tuned.
Post Reply