Compare commits

...

3 Commits

Author SHA1 Message Date
4am d0ba0dc408 sync On Beyond version numbers 2023-05-03 00:33:38 -04:00
4am 317c06c244 update credits and changelog for r5 2023-05-03 00:14:38 -04:00
Peter Ferrie e581100b15 support last Z4 revision (as in Bureaucracy R160) 2023-05-02 16:31:34 -07:00
11 changed files with 15 additions and 10 deletions

View File

@ -1 +1 @@
Pitch Dark is a frontend for exploring and playing Infocom text adventures. Copyright 2018-2021 4am https://github.com/a2-4am/pitch-dark ~ On Beyond Z-Machine! is a ProDOS port of Infocom's Z-Machine interpreters. Copyright 2018-2020 qkumba based on code from six different games copyright 1979-1988 Infocom, Inc. ~ WeeGUI is a compact, easy-to-use GUI library for 8-bit Apple II computers. Copyright 2014-2018 Quinn Dunki https://github.com/blondie7575/WeeGUI/ ~ Artwork was scanned from original retail boxes and converted to Apple II native formats with the help of Bmp2DHR copyright 2014 Bill Buckels A2FCBmp copyright 2012-5 Bill Buckels buckshot copyright 2017 Dagen Brock ii-pix copyright 2021 Kris Kennaway https://www.appleoldies.ca/bmp2dhr/ https://apple2.gs/buckshot/ https://github.com/KrisKennaway/ii-pix ~ The PRIZM Project (Pretty Reliable Invisiclues for Z-Machine) are genuine Infocom Invisiclues, accessible in your favorite Z-Machine interpreter. Copyright 1999 Digby McWiggle and Steven Marsh Compiled, edited, and Z-coded by Digby McWiggle and Steven Marsh from material supplied by Henrik Dittmann, Paul David Doherty, Volker Blasius, and Mike Threepoint Thanks also to Brian Hall, L. Ross Raszewski, and Graham Nelson http://www.waitingforgo.com/ (offline) ~ Games, descriptions, and artwork are copyright 1979-1988 Infocom, Inc. Invisiclues are copyright 1993, 1999 Activision, Inc. Zork and all other game names are registered trademarks of Activision. [EOF]
Pitch Dark is a frontend for exploring and playing Infocom text adventures. Release 5 / Serial number 20230503 Copyright 2018-2023 4am https://github.com/a2-4am/pitch-dark ~ On Beyond Z-Machine! is a ProDOS port of Infocom's Z-Machine interpreters. Copyright 2018-2023 qkumba based on code from six different games copyright 1979-1988 Infocom, Inc. ~ WeeGUI is a compact, easy-to-use GUI library for 8-bit Apple II computers. Copyright 2014-2018 Quinn Dunki https://github.com/blondie7575/WeeGUI/ ~ Artwork was scanned from original retail boxes and converted to Apple II native formats with the help of Bmp2DHR copyright 2014 Bill Buckels A2FCBmp copyright 2012-5 Bill Buckels buckshot copyright 2017 Dagen Brock ii-pix copyright 2021-3 Kris Kennaway https://www.appleoldies.ca/bmp2dhr/ https://apple2.gs/buckshot/ https://github.com/KrisKennaway/ii-pix ~ The PRIZM Project (Pretty Reliable Invisiclues for Z-Machine) are genuine Infocom Invisiclues, accessible in your favorite Z-Machine interpreter. Copyright 1999 Digby McWiggle and Steven Marsh Compiled, edited, and Z-coded by Digby McWiggle and Steven Marsh from material supplied by Henrik Dittmann, Paul David Doherty, Volker Blasius, and Mike Threepoint Thanks also to Brian Hall, L. Ross Raszewski, and Graham Nelson http://www.waitingforgo.com/ (offline) ~ Games, descriptions, and artwork are copyright 1979-1988 Infocom, Inc. Invisiclues are copyright 1993, 1999 Activision, Inc. Zork and all other game names are registered trademarks of Activision. [EOF]

View File

@ -1,3 +1,8 @@
# Revision 5 / serial number 20230503
- Fixed spurious error when viewing Zork II hints
- Added support for last Z4 revision [fixes Bureaucracy r160]
# Revision 4 / serial number 20210331
- Added Zork I r119

View File

@ -5,7 +5,7 @@
!to "build/ONBEYONDZ1",plain
*=$3000
!macro version {!scrxor $80, "2/191025"}
!macro version {!scrxor $80, "3/230502"}
;user-defined options
verbose_info = 0 ;set to 1 to enable display of memory usage

View File

@ -5,7 +5,7 @@
!to "build/ONBEYONDZ2",plain
*=$3000
!macro version {!scrxor $80, "2/191025"}
!macro version {!scrxor $80, "3/230502"}
;user-defined options
verbose_info = 0 ;set to 1 to enable display of memory usage

View File

@ -5,7 +5,7 @@
!to "build/ONBEYONDZ3",plain
*=$3000
!macro version {!scrxor $80, "2/191025"}
!macro version {!scrxor $80, "3/230502"}
;user-defined options
verbose_info = 0 ;set to 1 to enable display of memory usage

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
;license:BSD-3-Clause
;extended open/read/write binary file in ProDOS filesystem, with random access
;copyright (c) Peter Ferrie 2013-19
;copyright (c) Peter Ferrie 2013-19, 2023
ver_02 = 1
@ -12,7 +12,7 @@ ver_02 = 1
!to "build/ONBEYONDZ4",plain
*=$3000
!macro version {!scrxor $80, "2/191025"}
!macro version {!scrxor $80, "3/230502"}
xsechi=$b1
xseclo=$b0

View File

@ -12,7 +12,7 @@ ver_02 = 1
!to "build/ONBEYONDZ5",plain
*=$3000
!macro version {!scrxor $80, "2/191025"}
!macro version {!scrxor $80, "3/230502"}
xsechi=$b7
xseclo=$b6

View File

@ -12,7 +12,7 @@ ver_02 = 1
!to "build/ONBEYONDZ5U",plain
*=$3000
!macro version {!scrxor $80, "2/191025"}
!macro version {!scrxor $80, "3/230502"}
xsechi=$b6
xseclo=$b5

View File

@ -231,7 +231,7 @@ kCreditsTop ; [array of byte] top row to draw border fo
!byte 5
!byte 8
!byte 8
!byte 8
!byte 7
kCreditsHeight ; [array of byte] height of bounding box for each section of credits
!byte 10 ; note: stored here in reverse order compared to the credits file
@ -239,7 +239,7 @@ kCreditsHeight ; [array of byte] height of bounding box fo
!byte 14
!byte 8
!byte 9
!byte 8
!byte 10
kViewCredits
!byte ID_CREDITS ; view ID