From c4c9b74754b06155dd1e72c83450f301ebcedc48 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Fri, 8 Dec 2023 00:02:52 +0100 Subject: [PATCH] rm struct --- system/io_W65C22.h65 | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/system/io_W65C22.h65 b/system/io_W65C22.h65 index f8b9e75..812e4a8 100644 --- a/system/io_W65C22.h65 +++ b/system/io_W65C22.h65 @@ -102,25 +102,5 @@ INCLUDE_IOW65C22 = 1 IRQ = %10000000 .endenum - ; TODO: leave? - ; .struct VIA_Pins - ; RB .byte ; $0 - ; RA .byte ; $1 - ; DDRB .byte ; $2 - ; DDRA .byte ; $3 - ; T1CL .byte ; $4 - ; T1CH .byte ; $5 - ; T1LL .byte ; $6 - ; T1LH .byte ; $7 - ; T2CL .byte ; $8 - ; T2CH .byte ; $9 - ; SR .byte ; $a - ; ACR .byte ; $b - ; PCR .byte ; $c - ; IFR .byte ; $d - ; IER .byte ; $e - ; RANH .byte ; $f ; no handshake - ; .endstruct -.endif -.endscope - +.endscope ; IO +.endif ; guard