diff --git a/Apple2/CommandFirmware.asm b/Apple2/CommandFirmware.asm index f6d384b..ca80723 100644 --- a/Apple2/CommandFirmware.asm +++ b/Apple2/CommandFirmware.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2020-2023 +; Copyright Terence J. Boldt (c)2020-2024 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. diff --git a/Apple2/CommandFirmware.lst b/Apple2/CommandFirmware.lst index 3fed012..8989605 100644 --- a/Apple2/CommandFirmware.lst +++ b/Apple2/CommandFirmware.lst @@ -1,8 +1,8 @@ -ca65 V2.18 - Raspbian 2.19-1 +ca65 V2.18 - Debian 2.19-1 Main file : CommandFirmware.asm Current file: CommandFirmware.asm -000000r 1 ; Copyright Terence J. Boldt (c)2020-2023 +000000r 1 ; Copyright Terence J. Boldt (c)2020-2024 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 diff --git a/Apple2/DriveFirmware.asm b/Apple2/DriveFirmware.asm index 6c9b071..be12b6f 100644 --- a/Apple2/DriveFirmware.asm +++ b/Apple2/DriveFirmware.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2020-2023 +; Copyright Terence J. Boldt (c)2020-2024 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. diff --git a/Apple2/DriveFirmware.lst b/Apple2/DriveFirmware.lst index 8fdea7a..10c0f29 100644 --- a/Apple2/DriveFirmware.lst +++ b/Apple2/DriveFirmware.lst @@ -1,8 +1,8 @@ -ca65 V2.18 - Raspbian 2.19-1 +ca65 V2.18 - Debian 2.19-1 Main file : DriveFirmware.asm Current file: DriveFirmware.asm -000000r 1 ; Copyright Terence J. Boldt (c)2020-2023 +000000r 1 ; Copyright Terence J. Boldt (c)2020-2024 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 diff --git a/Apple2/FileAccessFirmware.asm b/Apple2/FileAccessFirmware.asm index 12988e5..dc2521f 100644 --- a/Apple2/FileAccessFirmware.asm +++ b/Apple2/FileAccessFirmware.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2020-2023 +; Copyright Terence J. Boldt (c)2020-2024 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. diff --git a/Apple2/FileAccessFirmware.lst b/Apple2/FileAccessFirmware.lst index 0782987..ff35e79 100644 --- a/Apple2/FileAccessFirmware.lst +++ b/Apple2/FileAccessFirmware.lst @@ -1,8 +1,8 @@ -ca65 V2.18 - Raspbian 2.19-1 +ca65 V2.18 - Debian 2.19-1 Main file : FileAccessFirmware.asm Current file: FileAccessFirmware.asm -000000r 1 ; Copyright Terence J. Boldt (c)2020-2023 +000000r 1 ; Copyright Terence J. Boldt (c)2020-2024 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 diff --git a/Apple2/MenuFirmware.asm b/Apple2/MenuFirmware.asm index c28688d..ba9fd6d 100644 --- a/Apple2/MenuFirmware.asm +++ b/Apple2/MenuFirmware.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2020-2023 +; Copyright Terence J. Boldt (c)2020-2024 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. @@ -162,7 +162,7 @@ end: ; NOTE: The text below exactly fills the remaining 256 bytes of firmware Text: .byte "Apple2-IO-RPi",$8d -.byte "(c)2020-2023 Terence J. Boldt",$8d +.byte "(c)2020-2024 Terence J. Boldt",$8d .byte $8d .byte "Waiting for RPi FW:000F...",$00 diff --git a/Apple2/MenuFirmware.lst b/Apple2/MenuFirmware.lst index 65a14d5..7313f5d 100644 --- a/Apple2/MenuFirmware.lst +++ b/Apple2/MenuFirmware.lst @@ -1,8 +1,8 @@ -ca65 V2.18 - Raspbian 2.19-1 +ca65 V2.18 - Debian 2.19-1 Main file : MenuFirmware.asm Current file: MenuFirmware.asm -000000r 1 ; Copyright Terence J. Boldt (c)2020-2023 +000000r 1 ; Copyright Terence J. Boldt (c)2020-2024 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 @@ -169,9 +169,9 @@ Current file: MenuFirmware.asm 00C7B8 1 65 32 2D 49 00C7BC 1 4F 2D 52 50 00C7C0 1 69 8D -00C7C2 1 28 63 29 32 .byte "(c)2020-2023 Terence J. Boldt",$8d +00C7C2 1 28 63 29 32 .byte "(c)2020-2024 Terence J. Boldt",$8d 00C7C6 1 30 32 30 2D -00C7CA 1 32 30 32 32 +00C7CA 1 32 30 32 34 00C7CE 1 20 54 65 72 00C7D2 1 65 6E 63 65 00C7D6 1 20 4A 2E 20 diff --git a/Apple2/RPi.Command.asm b/Apple2/RPi.Command.asm index ae4d07a..83d01cd 100644 --- a/Apple2/RPi.Command.asm +++ b/Apple2/RPi.Command.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2021-2023 +; Copyright Terence J. Boldt (c)2021-2024 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. diff --git a/Apple2/RPi.Command.lst b/Apple2/RPi.Command.lst index 079bb0a..b8a0941 100644 --- a/Apple2/RPi.Command.lst +++ b/Apple2/RPi.Command.lst @@ -1,8 +1,8 @@ -ca65 V2.18 - Raspbian 2.19-1 +ca65 V2.18 - Debian 2.19-1 Main file : RPi.Command.asm Current file: RPi.Command.asm -000000r 1 ; Copyright Terence J. Boldt (c)2021-2022 +000000r 1 ; Copyright Terence J. Boldt (c)2021-2024 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 diff --git a/Apple2/Shell.asm b/Apple2/Shell.asm index bb68d62..88ba4f7 100755 --- a/Apple2/Shell.asm +++ b/Apple2/Shell.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2021-2023 +; Copyright Terence J. Boldt (c)2021-2024 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. @@ -279,6 +279,6 @@ restoreChar: Text: .byte "Apple2-IO-RPi Shell Version 000E",$8d -.byte "(c)2020-2023 Terence J. Boldt",$8d +.byte "(c)2020-2024 Terence J. Boldt",$8d .byte $8d .byte $00 diff --git a/Apple2/Shell.lst b/Apple2/Shell.lst index 0a08e4a..c268dc0 100644 --- a/Apple2/Shell.lst +++ b/Apple2/Shell.lst @@ -1,8 +1,8 @@ -ca65 V2.18 - N/A +ca65 V2.18 - Debian 2.19-1 Main file : Shell.asm Current file: Shell.asm -000000r 1 ; Copyright Terence J. Boldt (c)2021-2023 +000000r 1 ; Copyright Terence J. Boldt (c)2021-2024 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 @@ -285,9 +285,9 @@ Current file: Shell.asm 002171 1 41 70 70 6C .byte "Apple2-IO-RPi Shell Version 000E",$8d 002175 1 65 32 2D 49 002179 1 4F 2D 52 50 -002192 1 28 63 29 32 .byte "(c)2020-2023 Terence J. Boldt",$8d +002192 1 28 63 29 32 .byte "(c)2020-2024 Terence J. Boldt",$8d 002196 1 30 32 30 2D -00219A 1 32 30 32 33 +00219A 1 32 30 32 34 0021B0 1 8D .byte $8d 0021B1 1 00 .byte $00 0021B1 1 diff --git a/Apple2/Startup.bas b/Apple2/Startup.bas index 64e0529..c442551 100644 --- a/Apple2/Startup.bas +++ b/Apple2/Startup.bas @@ -1,6 +1,6 @@ 10 HOME 11 PRINT "Apple2-IO-RPi" -12 PRINT "(c)2021-2023 Terence J. Boldt" +12 PRINT "(c)2021-2024 Terence J. Boldt" 13 PRINT 14 PRINT "This drive is dynamically generated" 15 PRINT "from the current working directory on" diff --git a/LICENSE b/LICENSE index 4466ff6..3d7f409 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Terence J. Boldt +Copyright (c) 2020-2024 Terence J. Boldt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/RaspberryPi/apple2driver/a2io/communication.go b/RaspberryPi/apple2driver/a2io/communication.go index 0021b22..c078b7d 100644 --- a/RaspberryPi/apple2driver/a2io/communication.go +++ b/RaspberryPi/apple2driver/a2io/communication.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2021-2023 +// Copyright Terence J. Boldt (c)2021-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/a2io/gpio.go b/RaspberryPi/apple2driver/a2io/gpio.go index 853ae7b..12db887 100644 --- a/RaspberryPi/apple2driver/a2io/gpio.go +++ b/RaspberryPi/apple2driver/a2io/gpio.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/a2io/mockio.go b/RaspberryPi/apple2driver/a2io/mockio.go index 8afa862..1edaa72 100644 --- a/RaspberryPi/apple2driver/a2io/mockio.go +++ b/RaspberryPi/apple2driver/a2io/mockio.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2021-2022 +// Copyright Terence J. Boldt (c)2021-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/a2io/userio.go b/RaspberryPi/apple2driver/a2io/userio.go index 3568f79..c0fdfcc 100644 --- a/RaspberryPi/apple2driver/a2io/userio.go +++ b/RaspberryPi/apple2driver/a2io/userio.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2021-2022 +// Copyright Terence J. Boldt (c)2021-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/a2io/vt100.go b/RaspberryPi/apple2driver/a2io/vt100.go index a87e32c..b64e5e7 100644 --- a/RaspberryPi/apple2driver/a2io/vt100.go +++ b/RaspberryPi/apple2driver/a2io/vt100.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2021-2022 +// Copyright Terence J. Boldt (c)2021-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/drive/drive.go b/RaspberryPi/apple2driver/drive/drive.go index 5b79b08..e7f637e 100644 --- a/RaspberryPi/apple2driver/drive/drive.go +++ b/RaspberryPi/apple2driver/drive/drive.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2023 +// Copyright Terence J. Boldt (c)2023-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/driver.go b/RaspberryPi/apple2driver/driver.go index 08f2200..a610109 100644 --- a/RaspberryPi/apple2driver/driver.go +++ b/RaspberryPi/apple2driver/driver.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/block.go b/RaspberryPi/apple2driver/handlers/block.go index bb49685..0ee8414 100644 --- a/RaspberryPi/apple2driver/handlers/block.go +++ b/RaspberryPi/apple2driver/handlers/block.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/communication.go b/RaspberryPi/apple2driver/handlers/communication.go index e1ea36b..d237191 100644 --- a/RaspberryPi/apple2driver/handlers/communication.go +++ b/RaspberryPi/apple2driver/handlers/communication.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2021-2022 +// Copyright Terence J. Boldt (c)2021-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/exec.go b/RaspberryPi/apple2driver/handlers/exec.go index 21ccabd..11bd591 100644 --- a/RaspberryPi/apple2driver/handlers/exec.go +++ b/RaspberryPi/apple2driver/handlers/exec.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/getTime.go b/RaspberryPi/apple2driver/handlers/getTime.go index 3f6d7ad..b04d730 100644 --- a/RaspberryPi/apple2driver/handlers/getTime.go +++ b/RaspberryPi/apple2driver/handlers/getTime.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/loadFile.go b/RaspberryPi/apple2driver/handlers/loadFile.go index 07883dc..9e2586f 100644 --- a/RaspberryPi/apple2driver/handlers/loadFile.go +++ b/RaspberryPi/apple2driver/handlers/loadFile.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/loadFile_test.go b/RaspberryPi/apple2driver/handlers/loadFile_test.go index ec610d3..7c12b96 100644 --- a/RaspberryPi/apple2driver/handlers/loadFile_test.go +++ b/RaspberryPi/apple2driver/handlers/loadFile_test.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/menu.go b/RaspberryPi/apple2driver/handlers/menu.go index f5d9f97..44769ed 100755 --- a/RaspberryPi/apple2driver/handlers/menu.go +++ b/RaspberryPi/apple2driver/handlers/menu.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. @@ -15,7 +15,7 @@ import ( func MenuCommand() { fmt.Printf("Sending menu...\n") comm.WriteString("Apple2-IO-RPi\r" + - "(c)2020-2023 Terence J. Boldt\r" + + "(c)2020-2024 Terence J. Boldt\r" + "\r" + "Select an option:\r" + "\r" + diff --git a/RaspberryPi/apple2driver/handlers/menu_test.go b/RaspberryPi/apple2driver/handlers/menu_test.go index 57849da..865af73 100644 --- a/RaspberryPi/apple2driver/handlers/menu_test.go +++ b/RaspberryPi/apple2driver/handlers/menu_test.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/reset.go b/RaspberryPi/apple2driver/handlers/reset.go index 08a8073..76e7b8e 100755 --- a/RaspberryPi/apple2driver/handlers/reset.go +++ b/RaspberryPi/apple2driver/handlers/reset.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/shell.go b/RaspberryPi/apple2driver/handlers/shell.go index cb9dfc3..89a74f9 100755 --- a/RaspberryPi/apple2driver/handlers/shell.go +++ b/RaspberryPi/apple2driver/handlers/shell.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/info/version.go b/RaspberryPi/apple2driver/info/version.go index da066df..3bcded3 100644 --- a/RaspberryPi/apple2driver/info/version.go +++ b/RaspberryPi/apple2driver/info/version.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2023 +// Copyright Terence J. Boldt (c)2020-2024 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/driveimage/AT28C64B.bin b/RaspberryPi/driveimage/AT28C64B.bin index 5c5901c..fbedce2 100644 Binary files a/RaspberryPi/driveimage/AT28C64B.bin and b/RaspberryPi/driveimage/AT28C64B.bin differ diff --git a/RaspberryPi/driveimage/Shell.bin b/RaspberryPi/driveimage/Shell.bin index ab676ca..b9ff2ec 100644 Binary files a/RaspberryPi/driveimage/Shell.bin and b/RaspberryPi/driveimage/Shell.bin differ