From fb078cf56b43a4e76e9d995d94850f5bb3e7321a Mon Sep 17 00:00:00 2001 From: Udo Munk Date: Thu, 19 Dec 2024 17:44:52 +0100 Subject: [PATCH 1/2] fix typo --- z80core/simint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z80core/simint.c b/z80core/simint.c index a461aae4..c389e2df 100644 --- a/z80core/simint.c +++ b/z80core/simint.c @@ -5,7 +5,7 @@ */ /* - * This module contain interrupt handlers for POSIX OS'S: + * This module contains interrupt handlers for POSIX OS'S: * * int_on() : initialize interrupt handlers * int_off() : reset interrupts to default From 9b93f6bfb6963ba677ee01466c7de6156a9bc507 Mon Sep 17 00:00:00 2001 From: Udo Munk Date: Thu, 19 Dec 2024 17:53:37 +0100 Subject: [PATCH 2/2] fix typo --- z80sim/z80dis.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z80sim/z80dis.asm b/z80sim/z80dis.asm index 6604b3fe..2e6e5156 100644 --- a/z80sim/z80dis.asm +++ b/z80sim/z80dis.asm @@ -630,6 +630,6 @@ CBMTAB: ; mnemonics table for prefix CB NL: ; zero-terminated newline for the terminal DEFB 10,13,0 -WRKS: DEFS 34 ; workspace for the preperation of an output line +WRKS: DEFS 34 ; workspace for the preparation of an output line PRTMP: DEFS 2 ; temporary storage for the print position DADDR: DEFS 2 ; disassembly address