Jump to content
lucifershalo

Need help making ATR files

Recommended Posts

using MAKEatr

I am trying to create some file

compilations of some games

all I got is BOOT ERROR

 

can all game extensions be included in an ATR (rom, bin, exe, disc,etc)?

 

my procedure is

1. click create

2.I choose density DD

3.I insert game files ...around 3-4

4.click save as

 

but all I have is BOOT ERROR

 

what am I doing wrong?

 

thanks for your help

Share this post


Link to post
Share on other sites

using MAKEatr

I am trying to create some file

compilations of some games

all I got is BOOT ERROR

 

can all game extensions be included in an ATR (rom, bin, exe, disc,etc)?

 

my procedure is

1. click create

2.I choose density DD

3.I insert game files ...around 3-4

4.click save as

 

but all I have is BOOT ERROR

 

what am I doing wrong?

 

thanks for your help

You either need a bootable DOS on the ATR, or an image loader (tons of choices there).

Share this post


Link to post
Share on other sites

Well,

 

as with every A8 disk, you need some bootcode. This can be a bootloader, a DOS, a Gamedos or some short code in the bootsectors. Without that, you will always get the Boot Error... -Andreas Koch.

Share this post


Link to post
Share on other sites

I tried so many different things

but it doesnt work

or my games are crashing (tried with MyDos with Mypicodos program)

need someone the whole procedure from A to Z :?

I am console guy, not a computer one.... :x

Share this post


Link to post
Share on other sites

I created an ATR file

with MakeATR

 

then boot atari win 800 with Mydos

 

but when i try to write DOS files to the disk

it says "file name not allowed"

Share this post


Link to post
Share on other sites

You could try my "dir2atr" program. It is part of my AtariSIO for Linux software, but I also compiled it as a Win32 console application:

http://www.horus.com/~hias/tmp/dir2atr-091027.zip

 

All you have to do is copy your Atari files into a directory and then start dir2atr (using the right options it will include MyPicoDos and create a bootable disk).

 

For example:

dir2atr -d -p -b MyPicoDos405N image.atr mydirectory

This creates an ATR file named "image.atr" from the files in "mydirectory". Option "-d" means "create a double density image", "-p" adds PICONAME.TXT (long filename information) to the image and "-b MyPicoDos405N" adds MyPicoDos 4.05.

 

Please note that I used MyPicoDos405N in this example, this version has highspeed SIO disabled and is needed if you want to use the image with an Atari emulator.

 

so long,

 

Hias

Share this post


Link to post
Share on other sites

I created an ATR file

with MakeATR

 

then boot atari win 800 with Mydos

 

but when i try to write DOS files to the disk

it says "file name not allowed"

 

You could try starting out with a good bootable ATR of a DOS disk (like the one I have attached to this post) and use MakeATR to add the files you want to the image.

 

Mydos 4.53.atr

Edited by puppetmark

Share this post


Link to post
Share on other sites

You could try my "dir2atr" program. It is part of my AtariSIO for Linux software, but I also compiled it as a Win32 console application:

http://www.horus.com/~hias/tmp/dir2atr-091027.zip

 

All you have to do is copy your Atari files into a directory and then start dir2atr (using the right options it will include MyPicoDos and create a bootable disk).

 

For example:

dir2atr -d -p -b MyPicoDos405N image.atr mydirectory

This creates an ATR file named "image.atr" from the files in "mydirectory". Option "-d" means "create a double density image", "-p" adds PICONAME.TXT (long filename information) to the image and "-b MyPicoDos405N" adds MyPicoDos 4.05.

 

Please note that I used MyPicoDos405N in this example, this version has highspeed SIO disabled and is needed if you want to use the image with an Atari emulator.

 

so long,

 

Hias

 

Thanks, Hias

it is working!

 

thanks to everybody else for their answers

 

so which file extensions can I use?

XEX

BIN

and

COM

?

Share this post


Link to post
Share on other sites

so which file extensions can I use?

XEX

BIN

and

COM

?

Yes, and also BAS (basic programs).

 

Actually the file extension doesn't matter, MyPicoDos looks at the first 2 bytes of each file to determine if it's a Basic program (first 2 bytes are $00), an executable (COM/EXE/XEX/OBJ/..., first 2 bytes are $FF) or a boot-file (BIN).

 

so long,

 

Hias

Share this post


Link to post
Share on other sites

if I want to create a MyDos image, where I should put dos.sys and dup.sys ?

 

when I run it, I get the following warning message:

 

 

C:dir2atr -d -p -b MyDos4533 image.atr tmp
using double density sectors
creating PICONAME.TXT
number of sectors not specified - using MyDOS format
calculated disk size is 720 sectors
Added file "tmp\Aztec Challenge 2.atr"
Added file "tmp\Caverns of Mars.xex"
Added file "tmp\Firefleet.xex"
Added file "tmp\Forbidden Forest (v1).xex"
Added file "tmp\Hard Hat Mack.xex"
Added file "tmp\Timeslip (v1).xex"
Warning: cannot find DOS.SYS - using default boot sectors

 

I tried to put those files at the same level than dir2atr.exe and under a subdirectory called "mydos", with no luck.

 

--Devwebcl

Share this post


Link to post
Share on other sites

It is somewhat easier to use Total Commander and the Atari plugin by MAD Team.

But to answer your question.... extract your MyDOS files DOS.SYS & DUP.SYS in the same folder as the file dir2atr.exe by Hiassoft..

Share this post


Link to post
Share on other sites

Yes, and also BAS (basic programs).

 

Actually the file extension doesn't matter, MyPicoDos looks at the first 2 bytes of each file to determine if it's a Basic program (first 2 bytes are $00), an executable (COM/EXE/XEX/OBJ/..., first 2 bytes are $FF) or a boot-file (BIN).

 

so long,

 

Hias

There are limitations to what you can use on a .ATR. Most games won't load from mydos/dos 2x, they need a menu loader. BIN/ROM files only load in emulators. I'm not familiar with mypicodos, I guess it is

a menu loader. So, COM, EXE, XEX, OBJ will run from menu disk.

edit: Mypicodos does load BIN/ROM files

Edited by russg

Share this post


Link to post
Share on other sites

Hi!

 

if I want to create a MyDos image, where I should put dos.sys and dup.sys ?

You have to copy DOS.SYS and DUP.SYS to the root directory of your collection, in your case the "tmp" directory. The output should then look similar to this one:

 

$ dir2atr -b MyDos4534 1040 freezer2011.atr disk11
Added file "disk11/dos.sys"
Added file "disk11/dup.sys"
Added file "disk11/flash.com"
Added file "disk11/freezer.rom"

 

so long,

 

Hias

Share this post


Link to post
Share on other sites

edit: Mypicodos does load BIN/ROM files

Not quite, the "BIN" I'm referring to means a dump of a single-stage boot disk or boot tape. MyPicoDos won't load arbitrary raw cartridge dumps or data, it wouldn't know at which address it should load them. MyPicoDos also won't load any ROM or CAR files.

 

so long,

 

Hias

Share this post


Link to post
Share on other sites

Not quite, the "BIN" I'm referring to means a dump of a single-stage boot disk or boot tape. MyPicoDos won't load arbitrary raw cartridge dumps or data, it wouldn't know at which address it should load them. MyPicoDos also won't load any ROM or CAR files.

 

so long,

 

Hias

I played with mypicodos a little. It is for MyDOS/DOS 2.x. It isn't for SpartaDOS and compatibles. I think MyDOS can do 16 meg .ATRs. That would be the way to get lots of games on a single .ATR.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...