*=$c000 JSR $F817xx LDx $DC0D beq s dexs STx $D418 STx $D020 JMP xx
; * tape listen 128 (modo 64) by lorenzo emilitri * *=$c000 ; inizio a 49152 sei ; disab.interrupts lda #$00 and #$f7 sta $00 ; bit 3 di $01 come ingresso lda $01 and #$df sta $01 ; avvia motore registratoreloop lda $01 sta $d020 ; flasha video sta $d418 ; metti valore nel volume lda $dc00 cmp #$7f beq loop ; se joystick non mosso,ripeti cli rts
Codice: [Seleziona] lda #$00 and #$f7 sta $00 ; bit 3 di $01 come ingresso
lda #$00 and #$f7 sta $00 ; bit 3 di $01 come ingresso
; TAPE LISTEN 2*=$c000LOOP LDA $DC0D ; legge linea FLAG del chip CIA1 LSR STA $D020 ; cambia colore fondo ORA #$07 STA $D418 ; mette valore in volume LDA $DC00 CMP #$7F BEQ LOOP ; se joystick2 non mosso,ripete RTS
che tipo di nastro devo usare
ma serve il registratore con l'altoparlantino integrato o il suono esce dalle casse del monitor, e quindi tramite il C64??