From 913f0d4190debfa1f90a96cdd030e29245bc9cda Mon Sep 17 00:00:00 2001 From: drmortalwombat <90205530+drmortalwombat@users.noreply.github.com> Date: Mon, 13 Sep 2021 20:09:18 +0200 Subject: [PATCH] Change line end to 13 in prints --- include/stdio.c | 8 ++++++++ oscar64/oscar64.rc | 8 ++++---- oscar64setup/oscar64setup.vdproj | 8 ++++---- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/include/stdio.c b/include/stdio.c index 16f7c0e..95dd0c4 100644 --- a/include/stdio.c +++ b/include/stdio.c @@ -6,6 +6,10 @@ void putchar(char c) __asm { ldy #2 lda (fp), y + cmp #10 + bne w1 + lda #13 + w1: jsr 0xffd2 } } @@ -33,6 +37,10 @@ void puts(const char * str) lda (0x02), y beq done loop: + cmp #10 + bne w1 + lda #13 + w1: jsr 0xffd2 inc 0x02 bne next diff --git a/oscar64/oscar64.rc b/oscar64/oscar64.rc index f3cab6b..07523c0 100644 --- a/oscar64/oscar64.rc +++ b/oscar64/oscar64.rc @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,26,0 - PRODUCTVERSION 1,0,26,0 + FILEVERSION 1,0,27,0 + PRODUCTVERSION 1,0,27,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,12 +43,12 @@ BEGIN BEGIN VALUE "CompanyName", "oscar64" VALUE "FileDescription", "oscar64 compiler" - VALUE "FileVersion", "1.0.26.0" + VALUE "FileVersion", "1.0.27.0" VALUE "InternalName", "oscar64.exe" VALUE "LegalCopyright", "Copyright (C) 2021" VALUE "OriginalFilename", "oscar64.exe" VALUE "ProductName", "oscar64" - VALUE "ProductVersion", "1.0.26.0" + VALUE "ProductVersion", "1.0.27.0" END END BLOCK "VarFileInfo" diff --git a/oscar64setup/oscar64setup.vdproj b/oscar64setup/oscar64setup.vdproj index 4d410f6..e4ac2ce 100644 --- a/oscar64setup/oscar64setup.vdproj +++ b/oscar64setup/oscar64setup.vdproj @@ -504,15 +504,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:oscar64" - "ProductCode" = "8:{4A0B4AAF-D32D-43EC-BA23-231C367E8BDC}" - "PackageCode" = "8:{D2AC90E7-B1B4-48F0-920C-74C28DC03786}" + "ProductCode" = "8:{CD74845D-4D02-4A8D-8842-2FFD4FB25C7A}" + "PackageCode" = "8:{6A5FA045-8AF8-4431-9240-8113D869B895}" "UpgradeCode" = "8:{9AB61EFF-ACAC-4079-9950-8D96615CD4EF}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.0.26" + "ProductVersion" = "8:1.0.27" "Manufacturer" = "8:oscar64" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" @@ -1026,7 +1026,7 @@ { "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_FB2E467BC172457785F4279BB0BFE8B6" { - "SourcePath" = "8:..\\Debug\\oscar64.exe" + "SourcePath" = "8:..\\Release\\oscar64.exe" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_C95D3F098F884652A04D707B55B980EE"