From a047db1259d3822b554d300ecc48fb2052bfc849 Mon Sep 17 00:00:00 2001 From: Attila Veghelyi Date: Mon, 9 Jun 2025 17:25:22 +0200 Subject: Follow version 0.12.4 --- instructions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'instructions.h') diff --git a/instructions.h b/instructions.h index bb96aa0..487d78e 100644 --- a/instructions.h +++ b/instructions.h @@ -66,7 +66,7 @@ #define uWTX 0x3C //+1+NB #define uWRX 0x3D //+1B ->+1+NB #define SIX_LONG 0x3E //+3B -#define SIX_N 0x3F //+1+3NB ->1B +#define SIX_N 0x3F //+1+3NB #define OW_RESET 0x40 // ->1B #define OW_WRITE 0x41 //+1+NB #define OW_READ 0x42 //+1B ->1+NB @@ -75,7 +75,7 @@ #define SET_PORT_DIR 0x45 //+2B #define READ_B 0x46 // ->1B #define READ_AC 0x47 // ->1B -#define AT_HV_RTX 0x48 //+1+NB ->1B +#define AT_HV_RTX 0x48 //+1+2NB ->1B #define SIX_LONG5 0x49 //+3B #define LOAD_PC 0x50 //+2B 011101 #define LOAD_DATA_INC 0x51 //+2B 100010 -- cgit v1.2.3-54-g00ecf