mnaberez / py65

Emulate 6502-based microcomputer systems in Python
BSD 3-Clause "New" or "Revised" License
234 stars 68 forks source link

API Documentation #68

Closed nbarger closed 2 years ago

nbarger commented 2 years ago

Hello. I am wanting to do some experimentation with the CPUs individually without the monitor, mostly to make a computer or some sort of testing device with the "hardware" written in python. To see the api for it, however, I have to open the source code to see the classes and such.

I'm requesting a documentation for the api, so that other people don't have to search through the code to use stuff. If it is needed, I'll be willing to create the documentation.

Thanks.

mnaberez commented 2 years ago

I'm not going to add more documentation to this project, sorry. I do not recommend trying to use this software without reading the source code, and enabling people to do that is not a goal of the project. There are a lot of 6502 emulators out there. I suggest that you choose another one that already has the level of documentation you're looking for.