ソースを参照

Pad ROM images to 512 bytes, not powers of two

tags/v0.9.3
Michael Brown 17年前
コミット
405be071de
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile ファイルの表示

162
 # "-p 0x1234,0x5678" string to set the PCI IDs.
162
 # "-p 0x1234,0x5678" string to set the PCI IDs.
163
 #
163
 #
164
 FINALISE_rom	= $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \
164
 FINALISE_rom	= $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \
165
-		  -i$(IDENT) $@
165
+		  -i$(IDENT) -s 0 $@
166
 
166
 
167
 # Some ROMs require specific flags to be passed to makerom.pl
167
 # Some ROMs require specific flags to be passed to makerom.pl
168
 #
168
 #

読み込み中…
キャンセル
保存