]> git.zerfleddert.de Git - fpga-games/blame - galaxian/build_roms
fix sprite offset when not flipped (now it's broken when the screen is flipped)
[fpga-games] / galaxian / build_roms
CommitLineData
782690d0 1#!/bin/sh
21be5d59
MG
2set -x -e
3
4if [ ! -x "romgen/romgen" ]; then
5 make -C romgen romgen
6fi
782690d0
MG
7
8./romgen/romgen roms/1h.bin GALAXIAN_1H 11 l r e >roms/galaxian_1h.vhd
9./romgen/romgen roms/1k.bin GALAXIAN_1K 11 l r e >roms/galaxian_1k.vhd
10./romgen/romgen roms/7l GALAXIAN_7L 11 l r e >roms/galaxian_7l.vhd
11./romgen/romgen roms/galmidw.u GALAXIAN_U 11 l r e >roms/galaxian_u.vhd
12./romgen/romgen roms/galmidw.v GALAXIAN_V 11 l r e >roms/galaxian_v.vhd
13./romgen/romgen roms/galmidw.w GALAXIAN_W 11 l r e >roms/galaxian_w.vhd
14./romgen/romgen roms/galmidw.y GALAXIAN_Y 11 l r e >roms/galaxian_y.vhd
15./romgen/romgen roms/6l.bpr GALAXIAN_6L 5 b r e >roms/galaxian_6l.vhd
16
17#./romgen mc_wav_2.bin GALAXIAN_WAV 18 l r e >roms/galaxian_wav.vhd
Impressum, Datenschutz