Project

General

Profile

« Previous | Next » 

Revision 71

Added by markw over 11 years ago

Increased version. ZPU ROM updated to fix a few firmware bugs (e.g. swap drive bug) - see firmware commits for details.

View differences:

build.sh
#TODO - generate automated version number
my $version = `svn info | grep Revision: | cut -d' ' -f 2`;
chomp $version;
`wine ../rbf2arg/rbf2arg.exe $vga A 0.$version "Atari 800XL $variant" output_files/atari800core.rbf output_files/atari800core_$variant.arg`;
$version = 5;
my $cmd = "wine ../rbf2arg/rbf2arg.exe $vga A 0.$version \"Atari 800XL $variant\" output_files/atari800core.rbf output_files/atari800core_$variant.arg";
print "Running $cmd\n";
`$cmd`;
chdir "..";
}

Also available in: Unified diff