From b40fe584d846decfcea989f5a800691cc19b8570 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Mon, 6 Jan 2014 15:12:20 +0100 Subject: [PATCH 1/3] fix typo --- libsrc/atari/crt0.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/atari/crt0.s b/libsrc/atari/crt0.s index fb434b5de..771b11d6d 100644 --- a/libsrc/atari/crt0.s +++ b/libsrc/atari/crt0.s @@ -100,8 +100,8 @@ start: ; Initialize conio stuff - dey ; Set X to $FF - sty CH + dey ; Set Y to $FF + sty CH ; remove keypress which might be in the input buffer ; Push arguments and call main From 73df73194a55b8cfe215fa3b566043d02eeffde4 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Fri, 7 Mar 2014 23:10:22 +0100 Subject: [PATCH 2/3] fix indentation --- libsrc/atari/crt0.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/atari/crt0.s b/libsrc/atari/crt0.s index 771b11d6d..ec41565b5 100644 --- a/libsrc/atari/crt0.s +++ b/libsrc/atari/crt0.s @@ -100,8 +100,8 @@ start: ; Initialize conio stuff - dey ; Set Y to $FF - sty CH ; remove keypress which might be in the input buffer + dey ; Set Y to $FF + sty CH ; remove keypress which might be in the input buffer ; Push arguments and call main From 8492a4eb718ac0640c49150489a417acc71579ae Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Sat, 8 Mar 2014 00:20:39 +0100 Subject: [PATCH 3/3] fix typo --- include/c128.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/c128.h b/include/c128.h index 2ca559d49..b1ef88fa3 100644 --- a/include/c128.h +++ b/include/c128.h @@ -129,7 +129,7 @@ extern void c128_reu_emd[]; extern void c128_vdc_emd[]; extern void c128_ptvjoy_joy[]; extern void c128_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */ -extern void c128_1351_mous[]; /* Referred to by mouse_static_stddrv[] */ +extern void c128_1351_mou[]; /* Referred to by mouse_static_stddrv[] */ extern void c128_joy_mou[]; extern void c128_inkwell_mou[]; extern void c128_pot_mou[];