From 4e74e1a841449d6768dd68b0e82e75403c1adedf Mon Sep 17 00:00:00 2001 From: Daniel Serpell Date: Sat, 6 Nov 2021 23:12:16 -0300 Subject: [PATCH] Add version to loading banner. --- asm/turbo-loader.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/asm/turbo-loader.asm b/asm/turbo-loader.asm index 8bd65db..2f94cb3 100644 --- a/asm/turbo-loader.asm +++ b/asm/turbo-loader.asm @@ -92,7 +92,9 @@ LOAD_MSG .byte $7d, CR .endif .byte $7f, ' (c) 1985 Frank Ostrowski', CR .if .def tb_fixes - .byte ' Fixes and relocatable by DMSC 2021', CR + .byte CR + .byte ' Fixes and relocatable by DMSC', CR + .byte $7F, $7F, '2021.11.06' .endif .byte CR END_LOAD_MSG