mirror of
https://github.com/a2-4am/passport.git
synced 2025-04-03 22:31:10 +00:00
remove unused tests/ directory, update README, change 0 to Ctrl-R, update date, let's do this
This commit is contained in:
parent
c64b3eed16
commit
7ac054c7b4
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017 4am
|
||||
Copyright (c) 2016-8 4am
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
74
README.md
74
README.md
@ -78,6 +78,9 @@ were common in educational software.
|
||||
- Blue Chip
|
||||
e.g. Squire, Baron, Tycoon
|
||||
|
||||
- Davidson & Associates
|
||||
e.g. Math Blaster Plus, Read N Roll
|
||||
|
||||
- DC Heath
|
||||
e.g. What Makes A Dinosaur Sore
|
||||
|
||||
@ -263,6 +266,21 @@ software, so your mileage may vary.
|
||||
- Infocom
|
||||
e.g. Planetfall, Zork I/II/III
|
||||
|
||||
- Interplay
|
||||
e.g. Borrowed Time, Tracer Sanction
|
||||
|
||||
- MicroFun
|
||||
e.g. Crown of Arthain, Miner 2049er
|
||||
|
||||
- Origin Systems
|
||||
e.g. Ultima V, Times of Lore
|
||||
|
||||
- Penguin Software
|
||||
e.g. Xyphus, Arcade Boot Camp
|
||||
|
||||
- Polarware
|
||||
e.g. Oo-topos, The Crimson Crown
|
||||
|
||||
- Sierra On-Line (patcher by qkumba)
|
||||
e.g. BC's Quest for Tires, Sammy
|
||||
Lightfoot
|
||||
@ -271,13 +289,17 @@ software, so your mileage may vary.
|
||||
e.g. The Eternal Dagger, The Shard of
|
||||
Spring, Roadwar Europa, Warship
|
||||
|
||||
- Trillium
|
||||
e.g. Rendezvous with Rama, Fahrenheit
|
||||
451
|
||||
|
||||
## License
|
||||
|
||||
Passport is open source and is
|
||||
distributed under the MIT license.
|
||||
|
||||
Passport
|
||||
Copyright (c) 2016-7 by 4am
|
||||
Copyright (c) 2016-8 by 4am
|
||||
|
||||
Permission is hereby granted, free of
|
||||
charge, to any person obtaining a copy
|
||||
@ -313,6 +335,56 @@ IN THE SOFTWARE.
|
||||
|
||||
## History
|
||||
|
||||
2018-10-14
|
||||
- NEW: 13-sector MUSE support
|
||||
- NEW: 13-sector Sierra support (by
|
||||
qkumba)
|
||||
- NEW: 13-sector RDOS support (SSI) (by
|
||||
qkumba)
|
||||
- NEW: PanglosDOS (per-file encryption)
|
||||
(by qkumba)
|
||||
- NEW: Dinkey-DOS support (Ultima V)
|
||||
- NEW: Interplay support (The Tracer
|
||||
Sanction, Borrowed Time)
|
||||
- NEW: Davidson & Associates support
|
||||
(Math Blaster Plus)
|
||||
- NEW: Penguin RWTS (Xyphus)
|
||||
- NEW: MicroFun RWTS (Crown of Arthain)
|
||||
- NEW: Swordthrust RWTS
|
||||
- NEW: patchers/f7f6.a (Might & Magic)
|
||||
- NEW: patchers/trillium (Rendezvous
|
||||
with Rama, Fahrenheit 451)
|
||||
- NEW: patchers/fbffencrypted.a
|
||||
(Clue, RISK, ESL Writer)
|
||||
- NEW: patchers/fbffpascal.a
|
||||
(Widespread, The Typewriter)
|
||||
- NEW: patchers/polarware.a
|
||||
(Oo-topos, The Crimson Crown)
|
||||
- NEW: patchers/microfun.a (The Heist,
|
||||
Station 5, Miner 2049er)
|
||||
- NEW: print volume name on ProDOS,
|
||||
Pascal, and DOS 3.3 + variants
|
||||
- IMPROVED: patchers/jmpb4bb.a
|
||||
(fixes Rubik's Cube Unlocked)
|
||||
- IMPROVED: id/advint.a
|
||||
(fixes The Curse of Crowley Manor)
|
||||
- IMPROVED: detection of unformatted
|
||||
tracks (fixes Thunder Bombs)
|
||||
- IMPROVED: Micrograms detection
|
||||
(fixes Shapes and Patterns)
|
||||
- IMPROVED: patchers/bbf9.a
|
||||
(fixes Magic Slate II 20-column)
|
||||
- IMPROVED: patchers/memory.config.a
|
||||
(fixes Where Did My Toothbrush Go)
|
||||
- IMPROVED: patchers/c9ff.a
|
||||
(fixes Swiss Family Robinson)
|
||||
- IMPROVED: patchers/bb03.a
|
||||
(fixes Alice in Wonderland)
|
||||
- IMPROVED: patchers/optimum.a
|
||||
(fixes Fat City)
|
||||
- IMPROVED: logging track and sector
|
||||
when switching to built-in RWTS
|
||||
|
||||
2017-11-14
|
||||
- Supports ProDOS RAM disks to read an
|
||||
entire disk at once (IIgs RAM disk,
|
||||
|
@ -10,7 +10,7 @@ k_crack = "C"
|
||||
k_slot = "S"
|
||||
k_quit = "Q"
|
||||
k_redo = "2" ;for some side 'B'
|
||||
k_redo_with_ignore = "0";
|
||||
k_redo_with_ignore = $92; <Ctrl-R>
|
||||
; <Esc> will also quit
|
||||
|
||||
!source "strings/enid.a"
|
||||
@ -148,7 +148,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2018-10-12",$00
|
||||
!text "Passport by 4am 2018-10-14",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user