mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-21 11:29:55 +00:00
add 512kbit ROM image task to Rakefile
This commit is contained in:
parent
7c79171e51
commit
97a3398a7d
@ -47,3 +47,8 @@ task :build_rom => [:assemble] do
|
||||
puts "ROM image done: #{dest_rom}"
|
||||
end
|
||||
|
||||
desc "Build SST27SF512 Image"
|
||||
task :sf512 => [:build_rom] do
|
||||
sh "cat #{dest_rom} #{dest_rom} > sf512_#{dest_rom}"
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user