-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VIC2020 and Tapuino [How To] #7
Comments
Sorry, but I do not know much about the tapunio . . . but I expect would think that what you are suggesting will work just fine. |
Thanks for your answer! My only doubt, before to do a test, was about the WRITE line. I will try soon and report here the result! BTW Tapuino is just a datassette emulator; it uses all the datassette lines, but of course - since it has no motor - it doesn't drain almost any power from the motor line. |
OK, i got the thing working in my 2nd VIC-2020 :-) As told before, I used this version of Tapuino: https://github.com/sweetlilmre/tapuino that's cheap, easy to build and can be embedded into the VIC-2020 (I will put the display and the button in the place of the cartridge port, modifying the 3D project, since I don't need it - I have enough VIC-20s for that purpose and however I don't use cartridges a lot... actually I seldom use the VIC-20, and I don't even know why I've built two VIC-2020 LOL) However, it requires some little modifications.
In Tapuino, don't forget to enter into the Options and set Machine = VIC. Hope it could help somebody. |
Hi,
I've built the first one, adding inside an SD2IEC, and now I'm planning to build the second and last one, but this time I wish to put inside a Tapuino with display and buttons directly integrated into the case.
You said on could use the aux and iec ports for that purpose, but I don't understand how (and also how the IEC would help).
Looking at the schematics, It seems to me that:
Cassette motor = VIA1CA2 (AUX #10) - linked to Tapuino by an optocoupler
Cassette SW (Sense) = PA6 (AUX #4)
Cassette Read = VIA1CA1 (AUX #8)
However it lacks the Cassette write, that in the original schematics is COL3 of the other 6522 (COL3 is also pin keyboard column 9). So, if I'm right, at the AUX port there isn't the write pin. I would use one of the GND pin, repurposing as COL3.... should I do that?
Am I right on the above part?
BTW there are many versions of the Tapuino; the link to simple the project I'm going to use is: https://github.com/sweetlilmre/tapuino
The text was updated successfully, but these errors were encountered: