<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Wed, 02 Nov 2005 11:45:01 +0000
From   : Stephen Hippisley-Cox <s.d.hippisley-cox@...>
Subject: Re:: MASS CONVERT DFS-->ADFS,.......

Putting roms onto gommc

For my BBC B I use bbcim to create a disk image containing all the roms
I want, and then put this disk onto GoMMC, e.g.

-- start perl script

#!/usr/bin/perl

unlink <dfs-roms.dsd*>;

@...=<*.rom>;
foreach $i (@ROMfiles) {
 $size=(stat($i))[7];
 $file=$i;
 $file=~s/$/.inf/;
 open(OUT,">$file");
 printf OUT ("\$.%-8s 0000 0000 %04x\n", $i, $size, $CRC);
 close(OUT);
}

print "Executing: bbcim -a dfs-roms.dsd @ROMfiles\n";
system("bbcim -a dfs-roms.dsd @ROMfiles");
unlink <*.inf>;

-- end perl script

and run gommcio with
 MMCADDG dfs-roms.dsd dfs-roms
as its command script.

bbcim is found at
http://8-bit.summerfield-technology.co.uk/bbc/bbc-pc-software.html

Most of the perl script creates matching *.inf files for the *.rom
files.  The key thing here is the file name & the file size -- you can
alter/create the other stuff when on the BBC.


Peter Craven wrote:
> Hi
> 
> 1. Does anyone have ideas re: converting multiple DFS
> Disk images into ADFS Disk images. (Suppose it would
> be quicker on PC...)
> 
> 2. Does anyone have method of transferring ROM images
> (downloaded from internet) on to floppies/ GoMMC other
> than using OmniDisk and equal sized files created on
> BBC/Master??
> 
> Cheers
> 
> Pete
> 
> 
> Dr Peter Craven (MBBS Uni. of Qld)
> 
> 12 Treacher St
> 
> Mt Gravatt
> 
> QLD 4122
> 
> Ph (H): (07) 3349 0820
> 
> 
> 
> 
> 
> 
> 
> 
> 
>           
> ____________________________________________________ 
> Do you Yahoo!? 
> The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and
full Actor Database. 
> http://au.movies.yahoo.com
> 
> 

-- 

Please note that I've changed my email address from
 s.d.hippisley-cox@...        
to
 s.d.hippisley-cox@...         

The old one is proving to be a little unreliable.
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>