Welcome, Guest. Please login or register.

Author Topic: My Amos Pro Games Don't Work  (Read 1772 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline asymetrix

  • Full Member
  • ***
  • Join Date: May 2007
  • Posts: 118
    • Show all replies
Re: My Amos Pro Games Don't Work
« on: September 30, 2011, 04:21:34 AM »
Here is the link to the ADFs : http://mir.cr/QUWQ3ING

This is how I did it :
Code: [Select]

Profile: A600, KS 2.05 A600HD Rev 37.300
WinUAE -> Floppy Drives -> Create Standard Disk -> spotit.adf
Load disk spotit.adf

Format Drive DF0: Name "spotit" NOICONS FFS QUICK
Install DF0:
MakeDir DF0:Libs DF0:S

' copy the amos.library to the ram disk, then :

copy Ram:amos.library DF0:Libs

' copy the spot it folder to ram disk, then (delete folder in ram disk when finished copy):

copy "Ram:Spot it/#?" DF0: ALL

echo spot_it > DF0:S/Startup-Sequence

Code: [Select]

Profile: A600, KS 2.05 A600HD Rev 37.300
WinUAE -> Floppy Drives -> Create Standard Disk -> necb.adf
Load disk necb.adf

Format Drive DF0: Name "necb" NOICONS FFS QUICK
Install DF0:

MakeDir DF0:Libs DF0:S

copy Ram:amos.library DF0:Libs

' copy the colouring book folder to ram disk, then (delete folder in ram disk when finished copy):

copy "Ram:Colouring Book/#?" DF0: ALL

rename "DF0:piccy squash" TO DF0:piccy_squash
rename "DF0:piccy squash.info" TO DF0:piccy_squash.info

echo piccy_squash > DF0:S/Startup-Sequence

Done.
« Last Edit: September 30, 2011, 04:24:05 AM by asymetrix »