Author Topic: c64 cassette write line  (Read 306 times)

0 Members and 1 Guest are viewing this topic.

Offline doppelheathen

  • Windows user
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation: 0
  • With us since: 01/05/2011
    YearsYears
    • View Profile
c64 cassette write line
« on: April 30, 2012, 11:30 AM »
I've looked everywhere I can think of for an answer to this, to no avail...

When the cassette write line on the C64 is set to 0 or 1, is the line actually set low or high?  What I mean, does the C64 use inverse logic (low on 1, high on 0) on the cassette write line like it does on some other lines, or is it played straight?
« Last Edit: April 30, 2012, 11:33 AM by doppelheathen »

Offline moiree

  • O_o
  • KIM-1 user
  • **
  • Posts: 12
  • Location: FRG
  • Activity:
    0%
  • Country: 00
  • Reputation: 1
  • With us since: 09/01/2011
    YearsYears
    • View Profile
Re: c64 cassette write line
« Reply #1 on: April 30, 2012, 12:24 PM »
I just measured this:
Code: [Select]
poke 1, peek(1) and 247 reads 0 volts.
Code: [Select]
poke 1, peek(1) or 8 reads 2.75 volts.

 



Back to top