Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile mess in retropie #5

Closed
nespcbuild opened this issue Nov 22, 2016 · 12 comments
Closed

Can't compile mess in retropie #5

nespcbuild opened this issue Nov 22, 2016 · 12 comments

Comments

@nespcbuild
Copy link

nespcbuild commented Nov 22, 2016

I've been trying to compile mess for retropie by going to retropie setup>manage packages>experimental>lr_mess>update from source. It keeps failing at the same part. I've tried again on a fresh images. Does anyone know how I can get it to build? Here's where it keeps failing:

`Musashi v4.90 680x0, CPU32, and ColdFire emulator
Copyright Karl Stenerud and the MAME team.

Generated 1972 opcode handlers from 523 primitives
make[2]: Leaving directory '/home/pi/RetroPie-Setup/tmp/build/lr-mess/src/devices/cpu/m68000'
3rdparty/genie/bin/linux/genie --distro=generic --OPTIMIZE=3 --NOWERROR='1' --target='mame' --subtarget='mess' --build-dir='build' --NO_USE_MIDI='1' --PYTHON_EXECUTABLE='python2' --USELIBCO='1' --NOASM='1' --osd='retro' --targetos='linux' --PLATFORM='arm' --gcc=linux-gcc --gcc_version=4.9.2 gmake
GCC version 5.0 or later needed
makefile:1206: recipe for target 'build/projects/retro/mamemess/gmake-linux/Makefile' failed
make[1]: *** [build/projects/retro/mamemess/gmake-linux/Makefile] Error 255
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/pi/RetroPie-Setup/tmp/build/lr-mess'
Makefile.libretro:170: recipe for target 'build' failed
make: *** [build] Error 2
/home/pi
Could not successfully build MESS emulator - MESS Port for libretro (/home/pi/RetroPie-Setup/tmp/build/lr-mess/mess_libretro.so not found).`


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@r-type
Copy link

r-type commented Nov 23, 2016

Strange i notice my answer was not there ,

GCC version 5.0 or later needed
the log are clear , use gcc 5 or later.

@nespcbuild
Copy link
Author

I thought I already posted this so sorry if I double post, but: Thanks. I installed GCC6 and it's still trying to use 4.9.2 when I try to build it. How can I get it to use 6?

@nespcbuild
Copy link
Author

I have GCC6 installed and set as my default GCC version:

pi@retropie:~ $ update-alternatives --query gcc
Name: gcc
Link: /usr/bin/gcc
Status: auto
Best: /usr/bin/gcc-6
Value: /usr/bin/gcc-6

Alternative: /usr/bin/gcc-5
Priority: 10

Alternative: /usr/bin/gcc-6
Priority: 50

I'm still getting the exact same error when I try to compile. Why am I still receiving the error? How can I get this to compile?

@r-type
Copy link

r-type commented Dec 3, 2016

maybe because they hardcoded this in makefile , you could try to remove --gcc_version=4.9.2 in makefile line 1415. did the official upstream build fine for you ?

$(SILENT) $(GENIE) $(PARAMS) --gcc=rpi --gcc_version=4.9.2 --osd=sdl --targetos=rpi --targetos=rpi --NO_USE_MIDI=1 --PLATFORM=arm --NOASM=1 --USE_QTDEBUG=0 --SDL_INSTALL_ROOT=$(RASPBERRY_SYSROOT)/usr  $(MAKETYPE)

@nespcbuild
Copy link
Author

Hi. Thanks for replying. I'm not sure what the official upstream is? I was just following the instructions from https://github.com/retropie/retropie-setup/wiki/MESS which just say to run the lr-mess script from the experimental menu of the retropie config menus. I tried to modify the line in the makefile, changing the GCC version to 6 but I'm still having some trouble. I tried "sudo make -f Makefile.libretro" but still it seemed to be detecting GCC version 4.9.2 and returned this:

\make RETRO=1 REGENIE=1 VERBOSE=1 NOWERROR=1 OSD="retro" NO_USE_MIDI=1 USELIBCO=1 PYTHON_EXECUTABLE=python2 CONFIG=libretro PTR64=1 LIBRETRO_OS="unix" ARCH="" LIBRETRO_CPU="armv7l" TARGET=mame
make[1]: Entering directory '/home/pi/RetroPie-Setup/tmp/build/lr-mess'
GCC 4.9.2 detected
fatal: No names found, cannot describe anything.
3rdparty/genie/bin/linux/genie --distro=generic --OPTIMIZE=3 --NOWERROR='1' --target='mame' --subtarget='mame' --build-dir='build' --NO_USE_MIDI='1' --PYTHON_EXECUTABLE='python2' --USELIBCO='1' --NOASM='1' --osd='retro' --targetos='linux' --PLATFORM='arm' --gcc=linux-gcc --gcc_version=4.9.2 gmake
GCC version 5.0 or later needed
makefile:1206: recipe for target 'build/projects/retro/mame/gmake-linux/Makefile' failed
make[1]: *** [build/projects/retro/mame/gmake-linux/Makefile] Error 255
make[1]: Leaving directory '/home/pi/RetroPie-Setup/tmp/build/lr-mess'
Makefile.libretro:170: recipe for target 'build' failed
make: *** [build] Error 2

I'm not sure that was even the correct command though as I'm having a hard time finding documentation on what commands to enter. Everything I'm finding just says to select the option to build from source from the experimental sections of the retropie config menu, but that's what I originally tried and it's not working.

@nespcbuild
Copy link
Author

I also tried deleting gcc-4.9 from /usr/bin. I got the same results except that instead of "GCC 4.9.2 detected", it just says "GCC detected"

@DigtlLogic
Copy link

DigtlLogic commented Jan 24, 2017

I followed the following post on how to get a newer GCC 6.3.0 on my Pi.

Link Here

I did leave it overnight because it does take time (about 7 hrs.), but I am currently compiling lr-mess. ETA 2.5 hrs. I suggest doing this on the Pi itself and close Emulation Station. I attempted to do it thru ssh and the Pi's wifi crapped out on me. I'll try and post my results.

EDIT: so far, my Pi has stopped compiling twice and I don't get any reason, it just stops. Going to try a 3rd time.

@nespcbuild
Copy link
Author

Thanks. Let me know if you get it working. I tried clicking that link but I get a. 404 not found page

@DigtlLogic
Copy link

Fixed the link. Had the power go out at home so I won't be able to try and install again until tomorrow.

@DigtlLogic
Copy link

it's a no-go for me. I left RetroPie-Setup compiling overnight and the log spit this out in the middle:

Compiling src/lib/formats/dfi_dsk.cpp...
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html for instructions.
frontend.make:1158: recipe for target '../../../../libretro/obj/libretro/src/frontend/mame/luaengine.o' failed
make[2]: *** [../../../../libretro/obj/libretro/src/frontend/mame/luaengine.o] Error 4
Makefile:76: recipe for target 'frontend' failed
make[1]: *** [frontend] Error 2

I may just pass on this until RetroPie gets updated again. I only wanted to get an easier way to config Colecovision controls.

r-type pushed a commit that referenced this issue Feb 22, 2017
---------------------
Westinghouse Test Console Serial #5 [Vas Crabb, NekoEd]
@Enverex
Copy link

Enverex commented Mar 6, 2017

g++: internal compiler error: Killed

Sounds like you're running out of RAM. Try building using only one core, otherwise you may have to cross-compile on another machine.

@tcamargo
Copy link

tcamargo commented Jul 6, 2020

Closing older issues. Please reopen if they are still relevant.

@tcamargo tcamargo closed this as completed Jul 6, 2020
sonninnos pushed a commit to sonninnos/mame that referenced this issue Jul 28, 2023
…7/2023 (added 330 items). (mamedev#11360)

Also cleaned up formatting, and moved appropriate information to info elements (particularly system requirements, developers and programmers).

New working software list items
-------------------------------
apple2gs_flop_orig.xml:
Geometry [4AM, Anoid]
Magical Myths [4AM, Anoid]
Mancala [4AM, Anoid]
Math Wizard [4AM, Anoid]
Rocket Ranger [4AM, Anoid]
Sinbad and the Throne of the Falcon [4AM, Anoid]
Strip Poker II [4AM, Anoid]

New working software list items
-------------------------------
apple2_flop_orig.xml:
Addition Logician (Version 1.0) (800K 3.5") [4AM, Anoid]
Addition Logician (Version 1.0) [4AM, Anoid]
Adventures with Fractions (Version 1.0) [4AM, Anoid]
Alphabet Fun: Big and Little Letters [4AM, Anoid]
Alternate Reality: The City [4AM, Anoid]
Animal Homes and Stories [4AM, Anoid]
Animal Stories IV [4AM, Anoid]
Apple Puck Man [4AM, Anoid]
Arcade Boot Camp [4AM, Anoid]
Arithmetic Critters (Version 1.0) [4AM, Anoid]
Arizona Mix (Version 1.0) [4AM, Anoid]
Automotive Technician Mathematics Volume 1: Whole Numbers and Fractions (Version 1.0) [4AM, Anoid]
Automotive Technician Mathematics Volume 2: Decimals and Percents (Version 1.0) [4AM, Anoid]
Bandits [4AM, Anoid]
Bez-MX [4AM, Anoid]
Bezman [4AM, Anoid]
Bezoff [4AM, Anoid]
Bezwars [4AM, Anoid]
Birds [4AM, Anoid]
Brain Machine [4AM, Anoid]
Brainteaser Boulevard [4AM, Anoid]
Building Better Language Skills: Adjectives and Adverbs [4AM, Anoid]
Building Better Language Skills: Nouns [4AM, Anoid]
Calendar [4AM, Anoid]
Capitalization [4AM, Anoid]
Categorizing: Detective Games [4AM, Anoid]
Cats and Kittens [4AM, Anoid]
Chemistry: Balancing Equations (Version 1.0) [4AM, Anoid]
Chemistry: The Periodic Table (Version 1.0) [4AM, Anoid]
Circus Math (Version 1.0) [4AM, Anoid]
Clock Works (Version 1.0) [4AM, Anoid]
CommuniKeys (Version 1.0) [4AM, Anoid]
Computer Generated Mathematics Materials Volume 1: Problem Solving (Version 1.1) [4AM, Anoid]
Computer Generated Mathematics Materials Volume 1: Problem Solving (Version 1.3) [4AM, Anoid]
Computer Inspector (Version 1.0) [4AM, Anoid]
Computers in Government (Version 1.0) [4AM, Anoid]
Conquering Math Worksheet Generator (Version 1.0) [4AM, Anoid]
Conquering Percents (Version 1.0) [4AM, Anoid]
Conquering Ratios and Proportions (Version 1.1) [4AM, Anoid]
Coordinate Math (Version 1.0) [4AM, Anoid]
Coordinate Math (Version 1.1) (800K 3.5") [4AM, Anoid]
Copy II Plus (version 9.0 beta 1) [4AM, Anoid]
Cotton Tales (800K 3.5") [4AM, Anoid]
Counting Coins [4AM, Anoid]
Counting Critters (Version 1.0) [4AM, Anoid]
Create-A-Base (Version 1.0) [4AM, Anoid]
Creatures of the Night [4AM, Anoid]
Cyclod [4AM, Anoid]
Dataquest: Sampler (Version 1.0) [4AM, Anoid]
Deadline r18-820311 [4AM, Anoid]
Desktop Zoo [4AM, Anoid]
Destiny [4AM, Anoid]
Dog Sled Ambassadors (Version 1.0) [4AM, Anoid]
Double Trouble [4AM, Anoid]
Dragons of Hong Kong [4AM, Anoid]
Early Addition (Version 1.3) [4AM, Anoid]
Elementary Volume 10: Geometry (Quadrilaterals: Area and Perimeter) (Version 1.0) [4AM, Anoid]
Elementary Volume 10: Geometry (Quadrilaterals: Area and Perimeter) (Version 1.1) [4AM, Anoid]
Elementary Volume 12: Language Arts (SIMS) (Version 1.0) [4AM, Anoid]
Elementary Volume 3: Social Studies (Version 4.8) [4AM, Anoid]
Elementary Volume 5: Language Arts (Prefixes) (Version 1.5) [4AM, Anoid]
Elementary Volume 8: Geometry (Points and Angles) (Version 1.0) [4AM, Anoid]
Elementary Volume 9: Geometry (Lines and Triangles) (Version 2.1) [4AM, Anoid]
Enchanter r10-830810 [4AM, Anoid]
Enchanter r29-860820-K [4AM, Anoid]
English Parts of Speech (Version 1.5) [4AM, Anoid]
Equation Math (Version 1.0) [4AM, Anoid]
Estimation (Version 1.0) [4AM, Anoid]
Estimation: Quick Solve II (Version 1.0) [4AM, Anoid]
Experiencing Procedures (Version 1.0) [4AM, Anoid]
Exploring Sorting Routines (Version 1.0) [4AM, Anoid]
Extensions to Applesoft BASIC (Version 1.0) [4AM, Anoid]
Extensions to Applesoft BASIC (Version 1.2) [4AM, Anoid]
First Encounter [4AM, Anoid]
First-Start Writing Program [4AM, Anoid]
Fly Wars [4AM, Anoid]
Fraction Concepts, Inc. (Version 1.2) [4AM, Anoid]
Fraction Practice Unlimited (Version 1.0) [4AM, Anoid]
Fraction Practice Unlimited (Version 1.2) (800K 3.5") [4AM, Anoid]
Fun from A to Z (Version 1.0) (800K 3.5") [4AM, Anoid]
Fun from A to Z (Version 1.0) [4AM, Anoid]
Games From Around The World libretro#1: Wari [4AM, Anoid]
Games From Around The World libretro#2: Kono [4AM, Anoid]
Games From Around The World libretro#3: Fox & Geese [4AM, Anoid]
Games From Around The World libretro#4: Seega [4AM, Anoid]
Games From Around The World libretro#5: Nine Men's Morris [4AM, Anoid]
Games From Around The World libretro#6: Mu Torere [4AM, Anoid]
Genetics (Version 1.1) [4AM, Anoid]
Getting Ready to Read and Add [4AM, Anoid]
Ghost Writer (Version 1.0) [4AM, Anoid]
Granny Applebee's Cookie Factory [4AM, Anoid]
Graphing (Version 1.0) [4AM, Anoid]
Growgins' Fractions (Version 1.0) [4AM, Anoid]
Guardian [4AM, Anoid]
Hugo Hound's Vowel Sounds: Long Vowels [4AM, Anoid]
Inferential Anne: Level II [4AM, Anoid]
Instant Survey (Version 1.0) [4AM, Anoid]
It's About Time [4AM, Anoid]
Jellyfish [4AM, Anoid]
Jenny's Journeys (Version 1.0) [4AM, Anoid]
Keyboarding Master (Version 1.0) [4AM, Anoid]
Kinder Critters: Address and Phone Number [4AM, Anoid]
Kinder Critters: Letters and Patterns [4AM, Anoid]
LabelMaker (Version 1.0) [4AM, Anoid]
Leather Goddesses of Phobos r4-880405-2H [4AM, Anoid]
Leather Goddesses of Phobos r59-860730-K [4AM, Anoid]
Lemmings [4AM, Anoid]
Let's Learn About Money [4AM, Anoid]
Logic Gates (Version 1.0) [4AM, Anoid]
Lunar Explorer [4AM, Anoid]
MECC Apple Demonstration (Version 1.1) [4AM, Anoid]
MECC Dataquest: Europe and the Soviet Union (Version 1.0) [4AM, Anoid]
MECC Dataquest: Latin America (Version 1.0) [4AM, Anoid]
MECC Dataquest: Middle East and North Africa (Version 1.0) [4AM, Anoid]
MECC Dataquest: North American Mammals (Version 1.1) [4AM, Anoid]
MECC Dataquest: The Presidents (Version 1.1) [4AM, Anoid]
MECC Dataquest: The Presidents (Version 1.2) [4AM, Anoid]
MECC Dataquest: The World Community (Version 1.1) [4AM, Anoid]
MECC Editor (Version 1.0) [4AM, Anoid]
MECC Graph (Version 1.1) [4AM, Anoid]
MECC Graphing Primer (Version 1.0) [4AM, Anoid]
MECC Hi-Res Toolkit (Version 1.0) [4AM, Anoid]
MECC Outliner (Version 1.0) [4AM, Anoid]
MECC Stuff and Fetch (Version 1.0) [4AM, Anoid]
MECC Write Start (Version 1.2) [4AM, Anoid]
MECC Writer (Version 1.2) [4AM, Anoid]
Marty's Family Reader [4AM, Anoid]
Marty's Reading Workout [4AM, Anoid]
Master Spell (Version 1.3) [4AM, Anoid]
Math Word Problems Volume 1: Careers (800K 3.5") [4AM, Anoid]
Math Word Problems Volume 2: Money (800K 3.5") [4AM, Anoid]
Math Word Problems Volume 3: Sports (800K 3.5") [4AM, Anoid]
Math Word Problems Volume 4: Travel (800K 3.5") [4AM, Anoid]
Math Word Problems Volume 6: Our Nation's Capital Washington DC (800K 3.5") [4AM, Anoid]
Mathematics Volume 1: Graphing, Logic, and Equations (Version 3.2) [4AM, Anoid]
Mathematics Volume 2: Measurement (Version 1.2) [4AM, Anoid]
Mathematics Volume 3: Formulas, Shapes, and Skills (Version 1.3) (limited boot backup) [4AM, Anoid]
Mathematics Volume 3: Formulas, Shapes, and Skills (Version 1.3) [4AM, Anoid]
Mathosaurus: Computation [4AM, Anoid]
Memory Building Blocks [4AM, Anoid]
Microzine 32 [4AM, Anoid]
Microzine 40 [4AM, Anoid]
Microzine Jr. 1 [4AM, Anoid]
Microzine Jr. 10 [4AM, Anoid]
Microzine Jr. 2 [4AM, Anoid]
Microzine Jr. 3 [4AM, Anoid]
Microzine Jr. 4 [4AM, Anoid]
Microzine Jr. 5 [4AM, Anoid]
Microzine Jr. 6 [4AM, Anoid]
Microzine Jr. 7 [4AM, Anoid]
Microzine Jr. 8 [4AM, Anoid]
Microzine Jr. 9 [4AM, Anoid]
Minotaur [4AM, Anoid]
Modeling (Version 1.0) [4AM, Anoid]
Moonmist r4-860918-K [4AM, Anoid]
Multiplication Puzzles (Version 1.0) [4AM, Anoid]
Muppet Word Book [4AM, Anoid]
Mystery Matter (Version 1.0) [4AM, Anoid]
Mystery Objects (Version 1.0) [4AM, Anoid]
Nightmare Gallery [4AM, Anoid]
Now You See It, Now You Don't: Pick The Part [4AM, Anoid]
Numberball [4AM, Anoid]
Odell Lake (Version 1.0) [4AM, Anoid]
Odell Lake (Version 1.2) [4AM, Anoid]
Oliver's Crosswords [4AM, Anoid]
Patterns (Version 1.0) [4AM, Anoid]
Pecos Bill [4AM, Anoid]
Phonics Prime Time: Blends and Digraphs (Version 1.0) (800K 3.5") [4AM, Anoid]
Planetfall r20-830708 [4AM, Anoid]
Planetfall r26-831014 [4AM, Anoid]
Planetfall r37-851003-H [4AM, Anoid]
Polls and Politics (Version 1.0) [4AM, Anoid]
Probability (Version 1.0) [4AM, Anoid]
Problem-Solving Strategies (Version 1.0) [4AM, Anoid]
Problem-Solving with Nim (Version 1.0) (800K 3.5") [4AM, Anoid]
Quilting Bee (Version 1.0) [4AM, Anoid]
Quotient Quest (Version 1.0) [4AM, Anoid]
Reader's Treasure Chest [4AM, Anoid]
Reading Comprehension Volume 2: Sports (800K 3.5") [4AM, Anoid]
Reading Comprehension Volume 3: Geography (800K 3.5") [4AM, Anoid]
Reading Comprehension Volume 4: History in the Making (800K 3.5") [4AM, Anoid]
Reading Comprehension Volume 5: Famous People (800K 3.5") [4AM, Anoid]
Reading Comprehension Volume 6: The Olympics (800K 3.5") [4AM, Anoid]
Reading Comprehension Volume 7: United States Presidents (800K 3.5") [4AM, Anoid]
Reading for Understanding: Native Americans [4AM, Anoid]
Real Math: Level I [4AM, Anoid]
Real Math: Level II [4AM, Anoid]
Real Math: Level III [4AM, Anoid]
Rock 'N Scroll [4AM, Anoid]
Seastalker r15-840501-B [4AM, Anoid]
Seastalker r16-850515-M [4AM, Anoid]
Shapes and Patterns [4AM, Anoid]
Sherlock r21-871214-2F [4AM, Anoid]
Shop Right! [4AM, Anoid]
Show Time (Version 1.1) [4AM, Anoid]
Snack Attack and Friends [4AM, Anoid]
Sorcerer r18-860904-K [4AM, Anoid]
Sorcerer r4-840131-A [4AM, Anoid]
Sorcerer r6-840508-F [4AM, Anoid]
Space Station Freedom (Version 1.0) [4AM, Anoid]
Space Subtraction (Version 1.0) [4AM, Anoid]
Spellbreaker r63-850916-H [4AM, Anoid]
Spelling Press (Version 1.1) [4AM, Anoid]
Spelling Volume 2: Secondary (Version 2.0) [4AM, Anoid]
Sports Stats (Version 1.0) [4AM, Anoid]
Starcross r15-820901 [4AM, Anoid]
Stickybear BASIC [4AM, Anoid]
Stickybear Basket Bounce Demo [4AM, Anoid]
Stickybear Basket Bounce [4AM, Anoid]
Stickybear Bop [4AM, Anoid]
Stickybear Drawing [4AM, Anoid]
Stickybear Math 2 [4AM, Anoid]
Stickybear Math [4AM, Anoid]
Stickybear Music [4AM, Anoid]
Stickybear Numbers [4AM, Anoid]
Stickybear Opposites Demo [4AM, Anoid]
Stickybear Opposites [4AM, Anoid]
Stickybear Parts of Speech [4AM, Anoid]
Stickybear Printer (Version 1) [4AM, Anoid]
Stickybear Printer (Version 2) [4AM, Anoid]
Stickybear Reading Comprehension [4AM, Anoid]
Stickybear Reading [4AM, Anoid]
Stickybear Shapes (800K 3.5") [4AM, Anoid]
Stickybear Shapes (Version 1) [4AM, Anoid]
Stickybear Shapes (Version 2) [4AM, Anoid]
Stickybear Spellgrabber (800K 3.5") [4AM, Anoid]
Stickybear Spellgrabber [4AM, Anoid]
Stickybear Town Builder [4AM, Anoid]
Stickybear Typing [4AM, Anoid]
Stickybear Word Problems (800K 3.5") [4AM, Anoid]
Stickybear Word Problems [4AM, Anoid]
Study Guide (Version 1.5) [4AM, Anoid]
Subtraction Puzzles (Version 1.0) [4AM, Anoid]
Suspended r5-830222 [4AM, Anoid]
Tank Command [4AM, Anoid]
Teacher Option Organizer (Version 1.1) [4AM, Anoid]
Teaching Scientific Inquiry (Version 1.0) [4AM, Anoid]
The Banking Simulation [4AM, Anoid]
The Lurking Horror r203-870506-M [4AM, Anoid]
The Magic String [4AM, Anoid]
The Market Place (Version 1.0) (800K 3.5") [4AM, Anoid]
The Market Place (Version 1.0) [4AM, Anoid]
The Oregon Trail (Version 1.4) [4AM, Anoid]
The Right Turn: Strategies in Problem Solving [4AM, Anoid]
The Royal Rules [4AM, Anoid]
The Stickybear ABC [4AM, Anoid]
The Three Rs of Microcomputing (Version 1.1) [4AM, Anoid]
Thunder and Lightning [4AM, Anoid]
Time Navigator (Version 1.0) (800K 3.5") [4AM, Anoid]
Time Navigator (Version 1.0) [4AM, Anoid]
Time Navigator Leaps Back (Version 1.0) [4AM, Anoid]
TimeOut DeskTools (Version 1.2) (800K 3.5") [4AM, Anoid]
TimeOut DeskTools (Version 1.3) (800K 3.5") [4AM, Anoid]
TimeOut DeskTools (Version 3.1) (800K 3.5") [4AM, Anoid]
TimeOut DeskTools II (Version 1.1) (800K 3.5") [4AM, Anoid]
TimeOut DeskTools II (Version 1.2) (800K 3.5") [4AM, Anoid]
TimeOut FileMaster (Version 1.0) (800K 3.5") [4AM, Anoid]
TimeOut FileMaster (Version 1.3) (800K 3.5") [4AM, Anoid]
TimeOut Grammar (Version 1.0) (800K 3.5") [4AM, Anoid]
TimeOut Graph (Version 1.0) (800K 3.5") [4AM, Anoid]
TimeOut Graph (Version 1.2) (800K 3.5") [4AM, Anoid]
TimeOut MacroEase (Version 1.0) (800K 3.5") [4AM, Anoid]
TimeOut PowerPack (Version 1.2) (800K 3.5") [4AM, Anoid]
TimeOut QuickSpell (Version 1.6) (800K 3.5") [4AM, Anoid]
TimeOut QuickSpell (Version 2.0) (800K 3.5") [4AM, Anoid]
TimeOut ReportWriter (Version 1.0) (800K 3.5") [4AM, Anoid]
TimeOut ReportWriter (Version 2.2) (800K 3.5") [4AM, Anoid]
TimeOut ReportWriter (Version 2.52) (800K 3.5") [4AM, Anoid]
TimeOut SideSpread (Version 1.2) (800K 3.5") [4AM, Anoid]
TimeOut SpreadTools (Version 1.0) (800K 3.5") [4AM, Anoid]
TimeOut SpreadTools (Version 1.1) (800K 3.5") [4AM, Anoid]
TimeOut SuperFonts (Version 1.0) (800K 3.5") [4AM, Anoid]
TimeOut SuperFonts (Version 1.1) (800K 3.5") [4AM, Anoid]
TimeOut SuperFonts (Version 3.0) (800K 3.5") [4AM, Anoid]
TimeOut SuperFonts (Version 3.1) (800K 3.5") [4AM, Anoid]
TimeOut SuperForms (Version 1.04) (800K 3.5") [4AM, Anoid]
TimeOut TeleComm (Version 1.1) (800K 3.5") [4AM, Anoid]
TimeOut TeleComm (Version 1.2) (800K 3.5") [4AM, Anoid]
TimeOut Thesaurus (Version 1.0) (800K 3.5") [4AM, Anoid]
TimeOut Thesaurus (Version 2.0) (800K 3.5") [4AM, Anoid]
TimeOut UltraMacros (Version 1.2) (800K 3.5") [4AM, Anoid]
TimeOut UltraMacros (Version 1.7) (800K 3.5") [4AM, Anoid]
TimeOut UltraMacros (Version 3.0) (800K 3.5") [4AM, Anoid]
TimeOut UltraMacros (Version 3.1) (800K 3.5") [4AM, Anoid]
Top Readers' Club: Grade 2 [4AM, Anoid]
Top Readers' Club: Grade 3 [4AM, Anoid]
Top Readers' Club: Grade 4 [4AM, Anoid]
Top Readers' Club: Grade 5 [4AM, Anoid]
Troll First-Start Biographies [4AM, Anoid]
Troll Math Class Level 1: I Can Add And Subtract [4AM, Anoid]
Troll Math Class Level 2: I Can Carry and Borrow [4AM, Anoid]
Troll Math Class Level 6: Ratio, Proportion, and Percent [4AM, Anoid]
Troll Math Class Level K: I Can Count [4AM, Anoid]
Troll Printmaker: Holiday Fun [4AM, Anoid]
Troll Sports Math: Math Word Problems for Grades 4-6 [4AM, Anoid]
Uncle Clyde's Consonant Slides: Beginning Consonants [4AM, Anoid]
Uncle Clyde's Consonant Slides: Blends and Digraphs [4AM, Anoid]
Uncle Clyde's Consonant Slides: Ending Consonants [4AM, Anoid]
Vacation Nation Travel (Version 1.0) [4AM, Anoid]
Vocabulary Development (800K 3.5") [4AM, Anoid]
Weights and Treasure [4AM, Anoid]
Witness r13-830524 [4AM, Anoid]
Witness r18-830910 [4AM, Anoid]
Wood Car Rally (Version 1.0) [4AM, Anoid]
Woolly Bounce (Version 1.0) [4AM, Anoid]
Word Processing on the Apple (Version 2.0) [4AM, Anoid]
Word-a-Mation: Exploring Word Relationships [4AM, Anoid]
Zork I r15-UG3AU5 [4AM, Anoid]
Zork I r26-820803 [4AM, Anoid]
Zork I r52-871125-2-E [4AM, Anoid]
Zork I r75-830929 [4AM, Anoid]
Zork I r75-830929-A [4AM, Anoid]
Zork I r88-840726-B [4AM, Anoid]
Zork I r88-840726-F [4AM, Anoid]
Zork I r88-840726-K [4AM, Anoid]
Zork II r22-830331 [4AM, Anoid]
Zork II r48-840904-B [4AM, Anoid]
Zork III r10-820818 [4AM, Anoid]
Zork III r15-830331 [4AM, Anoid]
Zork III r16-830410-A [4AM, Anoid]
Zork III r17-840727-B [4AM, Anoid]
Zork III r17-840727-K [4AM, Anoid]
Zoyon Patrol (Version 1.0) [4AM, Anoid]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants