Hope everyone is doing well. I have a project that I've been working on off and on and I wanted some input and help. I'm currently building Grant Searle's 6502 microcomputer. It will run off of serial via an RS232 USB adapter. Currently, the chips that I'm working with are the 65(C)02, the 68B50, some logic gates (74xx series), an AT28C256, and a 62256. Together, these will make a machine similar (but not quite like!) the Apple 1 or the KIM-1. It will be ran through a computer using PuTTY or other terminal software. Unfortunately it is not complete, but I'm planning on completing it at the beginning of next year or so.
Grant has graciously provided those who want to build this amazing machine with both binary and hex files that contain Microsoft BASIC that was found on the Apple I in 1976/77. While this is nice, I'd like to put my own spin on it. So my question to you is this...
Can you put other forms of BASIC (Commodore/PET BASIC, AppleSoft BASIC, etc.) on this computer???
I've been searching up and down for the answer but I haven't found anything yet. I have the original KIM-1 BASIC file, but KIM-1 and Microsoft are the only BASICS that I can find that this machine is capable of running. If I can, how would I go about doing this? I do have some C64 firmware bin files but I'm not sure they'll work. I've gotten them from here: http://www.zimmers.net/anonftp/pub/cbm/ ... index.html.
One other question I have is can you add hardware interfaces on this like a datasette, sound card, etc., and if so how? I know a lot about computers but not enough to figure this one out
Here's the project link for those interested: http://searle.x10host.com/6502/Simple6502.html. Besides a 6502, he's built Z80 and 6800/6809-based systems.