From e777e8a94e30c7ccc9db892c231ace1faa9acb44 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sat, 12 Jan 2019 10:07:37 -0200 Subject: [PATCH] Fix to QB4.5 binary fomat converter: - Enabled token 0x08c; - PCOPY parameters no longer being inverted; --- source/utilities/QB45BIN.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/utilities/QB45BIN.bas b/source/utilities/QB45BIN.bas index 87d0d7619..6bbf6a53d 100644 --- a/source/utilities/QB45BIN.bas +++ b/source/utilities/QB45BIN.bas @@ -522,7 +522,7 @@ DATA 0x08a,"#{0}" ' These two consume data, but I have no idea what they do. I haven't seen ' one in the wild. '---------------------------------------------------------------------------- -' 0x08c, 2, "" +DATA 0x08c,2,"" ' 0x08d, 4, "" '---------------------------------------------------------------------------- @@ -637,7 +637,7 @@ DATA 0x0d1,"PAINT {3}, {2}, {1}, {0}" DATA 0x0d2,"PALETTE" DATA 0x0d3,"PALETTE {1}, {0}" DATA 0x0d4,"PALETTE {0}" -DATA 0x0d5,"PCOPY {0}, {1}" +DATA 0x0d5,"PCOPY {1}, {0}" DATA 0x0d6,"PLAY {0}" DATA 0x0d7,"POKE {1}, {0}"